File: changelog

package info (click to toggle)
tbb 2020.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 15,844 kB
  • sloc: cpp: 142,989; ansic: 11,007; makefile: 1,367; python: 860; asm: 517; sh: 406; javascript: 215; lisp: 198; objc: 176; pascal: 65
file content (613 lines) | stat: -rw-r--r-- 20,202 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
tbb (2020.3-1) unstable; urgency=medium

  * New upstream version 2020.3
  * Refresh symbols control file.

 -- Mo Zhou <lumin@debian.org>  Thu, 13 Aug 2020 08:33:57 +0800

tbb (2020.2-2) unstable; urgency=medium

  * Upload to unstable.

 -- Mo Zhou <lumin@debian.org>  Mon, 13 Apr 2020 07:56:18 +0800

tbb (2020.2-1) experimental; urgency=medium

  * New upstream version 2020.2
  * Specify Rules-Requires-Root: no in control
  * Bump Standards-Version to 4.5.0 (no change).

 -- Mo Zhou <lumin@debian.org>  Sun, 05 Apr 2020 18:19:33 +0800

tbb (2020.1-2) unstable; urgency=medium

  * Upload to unstable.

 -- Mo Zhou <lumin@debian.org>  Fri, 07 Feb 2020 09:32:59 +0800

tbb (2020.1-1) experimental; urgency=medium

  * New upstream version 2020.1
  * Autopkgtest: let cmake test compile a simple C++ program.

 -- Mo Zhou <lumin@debian.org>  Thu, 30 Jan 2020 18:01:05 +0800

tbb (2020.0-2) unstable; urgency=medium

  * Mark libtbb-doc as Multi-Arch: foreign.
  * Merge the content of tbb-examples package into libtbb-doc package.
  * Remove the third-party cmake file FindTBB.cmake
  * CMake: use TBBConfig*.cmake to find TBB. (Closes: #929967)
  * Add a CMakeLists.txt to debian/tests for testing TBBConfig*.cmake
  * Bump debhelper compat level to 12 and deprecate d/compat.
  * Initialize autopkgtest: upstream unit tests, cmake find_package.

 -- Mo Zhou <lumin@debian.org>  Tue, 07 Jan 2020 09:01:17 +0800

tbb (2020.0-1) experimental; urgency=medium

  * New upstream version 2020.0
  * Update watch file, reflecting the version scheme change.
  * Rebase/Refresh existing patch stack.
  * Add missing B-D-I graphviz.
  * Refresh symbols control file.
  * Override a lintian warning.
  * Update my own mail address.
  * Upload to experimental.

 -- Mo Zhou <lumin@debian.org>  Thu, 02 Jan 2020 17:05:21 +0800

tbb (2019~U9-2) unstable; urgency=medium

  * Upload to unstable.

 -- Mo Zhou <cdluminate@gmail.com>  Tue, 15 Oct 2019 10:06:29 +0000

tbb (2019~U9-1) experimental; urgency=medium

  * New upstream version 2019~U9
  * Rebase gcc-atomic-detection.patch
  * Update symbols list for amd64.

 -- Mo Zhou <cdluminate@gmail.com>  Fri, 11 Oct 2019 21:24:17 +0800

tbb (2019~U8-1) unstable; urgency=medium

  * New upstream version 2019~U8

 -- Mo Zhou <cdluminate@gmail.com>  Sat, 06 Jul 2019 04:48:07 +0000

tbb (2019~U7-1) unstable; urgency=medium

  * New upstream version 2019~U7
  * Rebase gcc-atomic-detection.patch and refresh the rest patches.

 -- Mo Zhou <cdluminate@gmail.com>  Tue, 04 Jun 2019 12:14:14 +0000

tbb (2019~U5-1~exp1) experimental; urgency=medium

  * New upstream version 2019~U5

 -- Mo Zhou <cdluminate@gmail.com>  Thu, 28 Mar 2019 00:34:43 +0000

tbb (2019~U4-1~exp1) experimental; urgency=medium

  * New upstream version 2019~U4
  * Refresh patches (quilt push -a --refresh).
  * Refresh symbols (one more symbol).

 -- Mo Zhou <cdluminate@gmail.com>  Sun, 03 Mar 2019 02:47:44 +0000

tbb (2019~U3-1~exp1) experimental; urgency=medium

  * New upstream version 2019~U3
  * Refresh/Rebase patches:
    + Rebase fixnonlinux.patch, gcc-atomic-detection.patch, cross.patch
    + Refresh the rest patches.
    - Remove no longer needed removejsquery.patch
  * Override dh_auto_build-indep to build doxygen documentations.
  * Add doxygen to Build-Depends-Indep.
  * Update symbols control file for amd64 architecture.
  * Override (noop) dh_auto_test-indep.

 -- Mo Zhou <cdluminate@gmail.com>  Sat, 02 Feb 2019 15:14:00 +0000

tbb (2018~U6-4) unstable; urgency=medium

  * Team upload.
  * Drop cgal specific include from cmake module
  * Install tbb own cmake files and include TBBMakeConfig.cmake into
    FindTBB.cmake

 -- Andreas Tille <tille@debian.org>  Wed, 12 Dec 2018 19:20:30 +0100

tbb (2018~U6-3) unstable; urgency=medium

  * Team upload.
  * cme fix dpkg-control
  * Standards-Version: 4.2.1
  * Remove trailing whitespace in debian/changelog
  * DEP3
  * Add cmake file (shamelessly stolen from libcgal-dev)

 -- Andreas Tille <tille@debian.org>  Tue, 11 Dec 2018 21:58:08 +0100

tbb (2018~U6-2) unstable; urgency=medium

  * Upload to unstable.

 -- Mo Zhou <cdluminate@gmail.com>  Fri, 30 Nov 2018 07:41:31 +0000

tbb (2018~U6-1) experimental; urgency=medium

  * New upstream version 2018~U6
  * Maintainer is Debian Science team. Append myself to uploaders.
  * Point Vcs-* fields to Salsa.
  * Refresh patches.
  * Change priority to optional in favor of deprecation of extra.
  * Cleanup rules and enable all hardening options.
  * Bump debhelper compat level to 11.
  * Delete -dbg package in favor of automatic debug packages.
  * Remove unused files and unused lintian overrides.
  * Update doc installation path and doc-base registration due to compat 10.
  * Add symbols control file for amd64.

 -- Mo Zhou <cdluminate@gmail.com>  Fri, 23 Nov 2018 09:04:17 +0000

tbb (2017~U7-8) unstable; urgency=medium

  * Remove un-aligned memory access unit test from test_malloc_pools.exe
    - This allows sparc64 to pass unit tests. Closes: #832104

  [ Adrian Bunk ]
  * Advertise exception_ptr with gcc >= 7, Closes: #877380

 -- Steve Capper <steven.capper@gmail.com>  Wed, 04 Oct 2017 14:46:23 +0100

tbb (2017~U7-7~exp1) experimental; urgency=medium

  * Remove un-aligned memory access unit test from test_malloc_pools.exe
    - This should help sparc64

 -- Steve Capper <steven.capper@gmail.com>  Mon, 14 Aug 2017 17:41:33 +0100

tbb (2017~U7-6) unstable; urgency=medium

  * Rollback enhanced debugging -g3 change, as it appears to have broken
    reproducible builds.

 -- Steve Capper <steven.capper@gmail.com>  Wed, 02 Aug 2017 19:03:30 +0100

tbb (2017~U7-5) unstable; urgency=medium

  * Release to sid
  * Enhanced debugging, gdb analysis for failed tbbmalloc tests
  * Display host system page size

 -- Steve Capper <steven.capper@gmail.com>  Tue, 01 Aug 2017 21:20:40 +0100

tbb (2017~U7-5~exp1) experimental; urgency=medium

  * Enhanced debugging, gdb analysis for failed tbbmalloc tests
  * Display host system page size

 -- Steve Capper <steven.capper@gmail.com>  Sun, 30 Jul 2017 21:42:32 +0100

tbb (2017~U7-4) unstable; urgency=medium

  * Remove spurious patch files
  * Fix build on ARMEL. Closes: #852481
  * Remove build information to help reproducible builds. Closes: #816989
  * Fixup 64-bits detection patch
  * Use 1MB stack for 32-bit MIPS test threads
  * Merge failonbadtests and tally-unit-test-fails.patch
  * Fix -march logic in i386 building. Closes: #855088
    + (we use gcc atomics by default so no longer need to mention pentium4)
  * Bump standards to 4.0.0

  [ Matthias Klose ]
  * Fix multi-arch support, Closes: #812945

  [ Helmut Grohne ]
  * Fix FTCBFS: Pass build configuration to make. Closes: #837179

 -- Steve Capper <steven.capper@gmail.com>  Thu, 27 Jul 2017 20:52:44 +0100

tbb (2017~U7-3~exp1) experimental; urgency=medium

  [ Matthias Klose ]
  * Fix multi-arch support, Targets: #812945

  [ Helmut Grohne ]
  * Fix FTCBFS: Pass build configuration to make. Targets: #837179

  [ Steve Capper ]
  * Remove spurious patch files
  * Fix build on ARMEL. Targets: #852481
  * Attempt to debug pthread_create failures on mips
  * Remove build information to help reproducible builds. Targets: #816989

 -- Steve Capper <steven.capper@gmail.com>  Sun, 23 Jul 2017 19:08:41 +0100

tbb (2017~U7-2) unstable; urgency=medium

  * Port over experimental package to sid.
  * Upgrade to latest upstream version of TBB.
    + This now builds with gcc 7. Closes: #853679
    + This supports s390x. Closes: #809663
  * Update copyright file to Apache 2.0 to match new upstream version.
  * Fix -march logic in i386 building. Targets: #855088
  * Fix watch file to point to new upstream on github. Closes: #866678

  [ Nico Schlömer ]
  * Correct homepage and add Vcs tags in debian/control.

 -- Steve Capper <steven.capper@gmail.com>  Sun, 23 Jul 2017 12:55:42 +0100

tbb (2017~U7-1~exp1) experimental; urgency=medium

  * Upgrade to latest upstream version of TBB.
    + This now builds with gcc 7. Targets: #853679
    + This supports s390x. Targets: #809663
  * Update copyright file to Apache 2.0 to match new upstream version.
  * Fix -march logic in i386 building. Targets: #855088
  * Fix watch file to point to new upstream on github. Targets: #866678

 -- Steve Capper <steven.capper@gmail.com>  Sat, 08 Jul 2017 10:45:31 +0100

tbb (4.3~20150611-2) unstable; urgency=medium

  * Add support for armel by distinguishing from armhf.
  * Fold in unit test timeout logic in to tally patch.

 -- Steve Capper <steven.capper@gmail.com>  Fri, 03 Jun 2016 20:30:33 +0100

tbb (4.3~20150611-1) unstable; urgency=medium

  * Dump out /proc/cpuinfo and gcc preprocessor directives on build to
    help debug issues.
  * Timeout of 10 minutes set on unit tests. Any tests that timeout are
    logged.

  [Mathieu Malaterre ]
  * Tweak 64 bits detection.

 -- Steve Capper <steven.capper@gmail.com>  Mon, 30 May 2016 17:01:44 +0100

tbb (4.3~20150611-0.1) unstable; urgency=medium

  * Non-maintainer upload.

  [ Matthias Klose ]
  * Upload version from experimental to sid, fixing build with GCC 5.
    Closes: #778139.
  * The architecture list is now marked as linux-any. Closes: #748876.
  * Multiarchify the packages (Marc Glisse). Closes: #751689.
  * The new upstream fixes the check for __TBB_CPP11_TYPE_PROPERTIES_PRESENT.
    Closes: #779553.

  [ Adam Conrad ]
  * gcc-atomic-detection.patch: Fix the gcc atomic detection to work for
    gcc-5.x and up, as well as adding -latomic to LIBS (closes: #787084)
  * gcc-atomic-always.patch: Always define TBB_USE_GCC_BUILTINS for GCC.
  * debian/tbb.pc.in: Add -latomic to the pkg-config file for the above.

 -- Matthias Klose <doko@debian.org>  Sat, 05 Sep 2015 19:06:39 +0200

tbb (4.3~20150611-1~exp3) experimental; urgency=medium

  * Put Mathieu's ppc32 gcc atomic disable patch back in (it shouldn't
      have been removed).
  * Switch target architecture to linux-any.
  * Go full atomic, move all __sync to __atomic.

 -- Steve Capper <steven.capper@gmail.com>  Fri, 03 Jul 2015 20:20:34 +0100

tbb (4.3~20150611-1~exp2) experimental; urgency=medium

  * Replace __sync_val_compare_and_swap with __atomic_compare_exchange_n for
    gcc_generic.h
    - Original patch by Mathieu Malaterre, some logic has been tweaked.

 -- Steve Capper <steven.capper@gmail.com>  Thu, 02 Jul 2015 19:32:04 +0100

tbb (4.3~20150611-1~exp1) experimental; urgency=medium

  * New upstream release.
    + Mainly C++11 features/fixes.

 -- Steve Capper <steven.capper@gmail.com>  Sat, 20 Jun 2015 16:31:03 +0100

tbb (4.2~20140122-6) experimental; urgency=medium

  * First stab at an experimental upload.
  * No substantive changes from -5.

 -- Steve Capper <steven.capper@gmail.com>  Mon, 27 Apr 2015 21:37:32 +0100

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