tbb (4.2~20140122-5) unstable; urgency=medium

  * Locked down build architectures to:
        amd64, arm64, armhf, hppa, i386, powerpc and ppc64el

 -- Steve Capper <steven.capper@gmail.com>  Thu, 22 Jan 2015 17:42:38 +0000

tbb (4.2~20140122-4) unstable; urgency=medium
  * Bump standards version to 3.9.6.
  * Add debian/tbb.pc to clean list.

  [ Mathieu Malaterre ]
  * Don't use gcc atomics for ppc32. Closes: #762656

 -- Steve Capper <steven.capper@gmail.com>  Thu, 30 Oct 2014 17:55:02 +0000

tbb (4.2~20140122-3) unstable; urgency=medium

  * Unit test execution failures no longer cause build to fail; instead take a
    tally of passes/failures to make it easier to analyse which cases are prone
    to failure.
    + debian/patches/tally-unit-test-fails.patch
  * debian/rules modified s.t. the unit tests are no longer executed twice

 -- Steve Capper <steven.capper@gmail.com>  Fri, 19 Sep 2014 20:35:24 +0100

tbb (4.2~20140122-2) unstable; urgency=medium

  * Unit test compile errors no longer ignored. Closes: #752820
  * for i386 architecture, set march=i586 (has to match gcc): Closes: #756233
  * Debian architecture overrides uname -m, allows pbuilder i386 builds.
  * Amended Linux kernel version detection logic to work with x.y.
  * Bump standards version to 3.9.5. 
  * A couple of Lintian source-is-missing errors overridden. 

 -- Steve Capper <steven.capper@gmail.com>  Sat, 26 Jul 2014 18:45:08 +0100

tbb (4.2~20140122-1.1) unstable; urgency=low

  [ Helge Deller ]
  * Enable builds for hppa. Closes: #748876

  [ Wookey ]
  * Enable builds for arm64. Closes: #748508

  [ Mathieu Malaterre ]
  * Non-maintainer upload.
  * Prefer `Arch: any` now that tbb build on most arch now

 -- Mathieu Malaterre <malat@debian.org>  Wed, 04 Jun 2014 15:08:28 +0200

tbb (4.2~20140122-1) unstable; urgency=medium

  * Added myself as maintainer for package.
  * Added a symlink to tbb-examples so build instructions now work for them.
  * Added a dependency to libjs-query and a symlink to remove the embedded
    copy.
  * New upstream release:
    + armv7l build fixes, removed armhf.patch
    + rebased adddebug.patch and fixnonlinux.patch  

 -- Steve Capper <steven.capper@gmail.com>  Mon, 07 Apr 2014 14:51:05 +0100

tbb (4.2~20130725-2) unstable; urgency=low

  * Oprhan the package, set maintainer to Debian QA Group

 -- Roberto C. Sanchez <roberto@connexer.com>  Sun, 02 Mar 2014 13:05:59 -0500

tbb (4.2~20130725-1.2) unstable; urgency=medium

  * Non-maintainer upload.
  * Add mips mipsel to the list of supported arches in debian/control
    Closes:  #739965

 -- Anibal Monsalve Salazar <anibal@debian.org>  Mon, 24 Feb 2014 12:27:06 +0000

tbb (4.2~20130725-1.1) unstable; urgency=low

  * Non-maintainer upload.
  * New upstream
  * Fix buildds: x32/sparc/sparc64
  * Do not compress Makefiles in tbb-examples

 -- Mathieu Malaterre <malat@debian.org>  Tue, 08 Oct 2013 08:23:25 +0000

tbb (4.1~20130613-1.2) unstable; urgency=medium

  * Non-maintainer upload.
  * Fix armhf buildd
    + debian/patches/armhf.patch
  * Fix hardening flags (missing CPPFLAGS)
  * Fix d/watch file

 -- Mathieu Malaterre <malat@debian.org>  Wed, 18 Sep 2013 09:22:27 +0200

tbb (4.1~20130613-1.1) unstable; urgency=low

  * Non-maintainer upload.
  * Remove patches from bug #692033, since integrated upstream now
  * Upload to sid
    - Closes: #714986, #715162, #713347, #715425, #705495

 -- Mathieu Malaterre <malat@debian.org>  Mon, 26 Aug 2013 13:00:26 +0200

tbb (4.1~20130613-1.1~exp1) experimental; urgency=low

  * Non-maintainer upload.
  * Upload 4.1, update 4
  * Import patches for armhf (from 4.0+r233+update5-0.2)

 -- Mathieu Malaterre <malat@debian.org>  Sat, 06 Jul 2013 15:01:19 +0200

tbb (4.1~20130516-1.1~exp1) experimental; urgency=low

  * Non-maintainer upload.
  * Upload 4.1, update 3. Closes: #695683
  * Switch to dh/9. Get harderning compilation
  * Add d/watch. Closes: #695683
  * Use d/rules to generate version. Closes: #712146
  * Build PowerPC/SPE. Closes: #695685
  * Use new d/rules. Bump Std-Vers: 3.9.4

 -- Mathieu Malaterre <malat@debian.org>  Fri, 05 Jul 2013 09:06:21 +0200

tbb (4.0+r233+update5-0.2) unstable; urgency=low

  * Non-maintainer upload.
  * Add armhf to the list of supported arches in debian/control, now that
    ARMv7 support is there. Not (yet) worth doing for armel.

 -- Steve McIntyre <steve.mcintyre@linaro.org>  Mon, 24 Jun 2013 17:05:45 +0100

tbb (4.0+r233+update5-0.1) unstable; urgency=low

  * Non-maintainer upload.
  * Updated to upstream 4.0 Update 5 release.
    + Added 64-bit PowerPC support
  * Applied ARMv7-A support patches from linaro. (Closes: #692033)

 -- Andrew Lee (李健秋) <ajqlee@debian.org>  Wed, 12 Jun 2013 13:57:09 +0800

tbb (4.0+r233-1) unstable; urgency=low

  * New upstream release
    + Add 32-bit PowerPC support
  * Update to Standards-Version 3.9.2 (no changes)
  * Add note to package descriptions that Pentium4-compatible and higher is
    supported for i386 architecture users (Closes: #642248)
  * Do not run test suite when DEB_BUILD_OPTIONS=nocheck (Closes: #642251)
  * Do not ignore 'make clean' errors (Closes: #642242)

 -- Roberto C. Sanchez <roberto@connexer.com>  Sat, 24 Sep 2011 17:16:45 -0400

tbb (3.0+r147-1) unstable; urgency=low

  * New upstream release
  * debian/copyright: update years
  * debian/control: Add ppc64 to the Architecture fields

 -- Roberto C. Sanchez <roberto@connexer.com>  Thu, 31 Mar 2011 15:02:52 -0400

tbb (3.0+r035-2) unstable; urgency=low

  * Make examples build properly (Closes: #608347)
    + Ship common Makefile snippets from upstream
    + Document that upstream's _debug library versions are not shipped
  * Update to Standards-Version 3.9.1 (no changes)
  

 -- Roberto C. Sanchez <roberto@connexer.com>  Fri, 31 Dec 2010 15:21:02 -0500

tbb (3.0+r035-1) unstable; urgency=low

  * New upstream release
  * Update to Standards-Version 3.9.0 (no changes)
  * Switch to dpkg-source 3.0 (quilt) format 

 -- Roberto C. Sanchez <roberto@connexer.com>  Mon, 28 Jun 2010 19:29:45 -0400

tbb (3.0+r018-1) unstable; urgency=low

  * New upstream release (Closes: #581614)

 -- Roberto C. Sanchez <roberto@connexer.com>  Sat, 15 May 2010 07:58:17 -0400

tbb (2.2+r013-1) unstable; urgency=low

  * New upstream release
  * debian/copyright: update years
  * Update to Standards-Version 3.8.4 (no changes)

 -- Roberto C. Sanchez <roberto@connexer.com>  Sat, 20 Feb 2010 12:22:19 -0500

tbb (2.2+r012-1) unstable; urgency=low

  * New upstream release
  * Update pkg-config metadata file
  * Add ${misc:Depends} as recommended by lintian

 -- Roberto C. Sanchez <roberto@connexer.com>  Wed, 27 Jan 2010 09:50:16 -0500

tbb (2.2+r009-1) unstable; urgency=low

  * New upstream release

 -- Roberto C. Sanchez <roberto@connexer.com>  Sun, 18 Oct 2009 14:50:25 -0400

tbb (2.2+r004-1) unstable; urgency=low

  * New upstream release (Closes: #545702)
  * Update to Standards-Version 3.8.3 (no changes)

 -- Roberto C. Sanchez <roberto@connexer.com>  Wed, 09 Sep 2009 17:22:22 -0400

tbb (2.1r017-1) unstable; urgency=low

  * New upstream release
  * Change libtbb2-dbg to section debug for new archive layout

 -- Roberto C. Sanchez <roberto@connexer.com>  Sun, 10 May 2009 21:15:34 -0400

tbb (2.1r015-1) unstable; urgency=low

  * New upstream release
  * 02_replace_arch_command.dpatch: merged upstream
  * Remove build dependency on dpatch and modify debian-rules accordingly
  * Add .pc file to help when building against the library
  * Update to Standards-Version 3.8.1 (no changes)

 -- Roberto C. Sanchez <roberto@connexer.com>  Tue, 17 Mar 2009 15:52:47 -0400

tbb (2.1~20080605-1) unstable; urgency=low

  * New upstream release
  * Drop patches
    - 01_add_soname: suitable fascimile implemented upstream
    - 03_ias_patch: upstream now using as instead of ias
  * Update to Standards-Version 3.8.0 (no changes)
  * Add new upstream Doxygen documentation (in libtbb-doc package)
  * Register new documentation with doc-base
  * debian/copyright: Update years of copyright

 -- Roberto C. Sanchez <roberto@connexer.com>  Tue, 08 Jul 2008 18:51:22 -0400

tbb (2.0r020-1) unstable; urgency=low

  * New upstream release.
  * debian/patches/04_g++-4.3.dpatch: Removed, integrated upstream

 -- Roberto C. Sanchez <roberto@connexer.com>  Tue, 29 Apr 2008 15:31:09 -0400

tbb (2.0r017-1) unstable; urgency=low

  * New upstream release.

 -- Roberto C. Sanchez <roberto@connexer.com>  Sat, 08 Mar 2008 22:15:13 -0500

tbb (2.0r014-4) unstable; urgency=low

  * Make tbb-examples recommend libtbb-dev.
  * Make libtbb-dev suggest tbb-examples.
  * Patch to allow building with g++-4.3 (Closes: #462415)
  * Only conditionally create symlink (Closes: #465617)

 -- Roberto C. Sanchez <roberto@connexer.com>  Thu, 14 Feb 2008 18:36:15 -0500

tbb (2.0r014-3) unstable; urgency=low

  * Fix short descriptions of tbb-examples (Closes: #457442)
  * Fix short descriptions of libtbb2-dbg (Closes: #457443)
  * Add patch to allow build to succeed on Itanium

 -- Roberto C. Sanchez <roberto@connexer.com>  Thu,  3 Jan 2008 15:21:50 -0500

tbb (2.0r014-2) unstable; urgency=low

  * debian/copyright: Fix license statement.

 -- Roberto C. Sanchez <roberto@connexer.com>  Wed, 19 Dec 2007 21:17:16 -0500

tbb (2.0r014-1) unstable; urgency=low

  * Initial release (Closes: #434583)

 -- Roberto C. Sanchez <roberto@connexer.com>  Fri, 14 Dec 2007 23:10:58 -0500

