File: changelog

package info (click to toggle)
blitz%2B%2B 1%3A1.0.2%2Bds-4.1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 8,580 kB
  • sloc: cpp: 57,803; python: 1,941; fortran: 1,510; f90: 852; makefile: 838; sh: 321
file content (638 lines) | stat: -rw-r--r-- 21,674 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
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
blitz++ (1:1.0.2+ds-4.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Rename libraries for 64-bit time_t transition.  Closes: #1061932

 -- Steve Langasek <vorlon@debian.org>  Wed, 28 Feb 2024 03:21:46 +0000

blitz++ (1:1.0.2+ds-4) unstable; urgency=medium

  * Debianization:
    - d/watch, update for GitHub URL changes;
    - d/s/lintian-overrides, refresh.

 -- Jerome Benoit <calculus@rezozer.net>  Sun, 20 Nov 2022 16:05:45 +0000

blitz++ (1:1.0.2+ds-3) unstable; urgency=medium

  [ Jerome Benoit ]
  * Debianization:
    - Maintenance, migrate to Debian Math Team;
    - d/patches/*:
      - d/p/debianization.patch, merge patches by Vagrant Cascadian;
      - d/p/debianization*.patch, set Forwarded to not-needed;
    - d/rules:
      - dpkg material, include now;
      - harden;
    - d/copyright:
      - copyright year tuple, update;
    - d/upstream/metadata, introduce;
    - d/adhoc/*/Makefile:
      - copyright year tuple, update.

  [ Philip Rinn ]
  * Team work
  * debian/control:
    - debhelper, bump to 13
    - Standards Version, bump to 4.6.1 (no change)
    - Mark libblitz0v5 and libblitz0-dev as 'Multi-Arch: same'
    - Mark libblitz-doc as 'Multi-Arch: foreign'
    - Add 'Rules-Requires-Root: no'
  * Remove unused debian/source/include-binaries
  * Make bzconfig.h reproducible:
    - Remove -{file|debug}-prefix-map from BZ__compiler_options
    - Add patch to use SOURCE_DATE_EPOCH in BZ__config_date (Closes: #977001)
      - Thanks Vagrant Cascadian for the patch
    - Add patch to use DEB_HOST_MULTIARCH as BZ__os_name (Closes: #977003)
      - Thanks Vagrant Cascadian for the patch

 -- Jerome Benoit <calculus@rezozer.net>  Sat, 30 Jul 2022 17:23:40 +0000

blitz++ (1:1.0.2+ds-2) unstable; urgency=medium

  * Debianization:
    - debian/patches/*:
      - d/p/upstream-skip-testsuite.patch, reintroduce.

 -- Jerome Benoit <calculus@rezozer.net>  Sat, 02 Nov 2019 12:55:55 +0000

blitz++ (1:1.0.2+ds-1) unstable; urgency=medium

  * New upstream version.
  * Debianization:
    - debian/control:
      - libblitz0-dev package:
        - Suggests field, improve;
      - libblitz-doc package:
        - Suggests field, introduce;
    - debian/copyright:
      - Files-Excluded list, refresh;
    - debian/patches/*:
      - d/p/upstream-*.patch, integrated;
      - d/p/upstream-autotoolization-headers.patch, introduce;
      - d/p/debianization-python.patch, refresh;
      - d/p/debianization-examples.patch, improve;
    - debain/libblitz0{v5,-dev}.docs, update;
    - debian/adhoc/{examples,testsuite}/Makefile:
      - copyright year tuple, update;
    - debian/tests/*, introduce.

 -- Jerome Benoit <calculus@rezozer.net>  Sat, 02 Nov 2019 10:15:34 +0000

blitz++ (1:1.0.1+ds-6) unstable; urgency=medium

  * RC fix release (Closes: #941510), build-dependency update.
  * Debianization:
    - debian/control:
      - Standards Version, bump to 4.4.1 (no change).

 -- Jerome Benoit <calculus@rezozer.net>  Fri, 04 Oct 2019 17:41:43 +0000

blitz++ (1:1.0.1+ds-5) unstable; urgency=medium

  * FTBFS fix release, harden Python 3 migration in d/p/d-python.patch.

 -- Jerome Benoit <calculus@rezozer.net>  Sat, 31 Aug 2019 09:46:23 +0000

blitz++ (1:1.0.1+ds-4) unstable; urgency=medium

  * Debianization:
    - debian/copyright:
      - Copyright year tuple, update;
    - debian/control:
      - debhelper, bump to 12;
      - Standards Version, bump to 4.4.0 (no change);
      - Build-Depends field, migrate to Python 3 (Closes: #936218);
    - debian/patches/*:
      - d/p/debianization-python.patch, introduce.

 -- Jerome Benoit <calculus@rezozer.net>  Sat, 31 Aug 2019 07:32:31 +0000

blitz++ (1:1.0.1+ds-3) unstable; urgency=medium

  * FTBFS fix release, drop obsolete Texinfo command (Closes: #906338).
  * Debianization:
    - debian/patches/*:
      - d/p/upstream-doc-fix-drop_obsolete_texinfo_command.patch ,
        introduce and submit;
    - debian/control:
      - Homepage field, migrate to GitHub;
      - Standards-Version, bump to 4.2.0 (no change).

 -- Jerome Benoit <calculus@rezozer.net>  Sat, 25 Aug 2018 14:37:39 +0000

blitz++ (1:1.0.1+ds-2) unstable; urgency=medium

  * Debianization:
    - debian/patches/*:
      - d/p/upstream-skip-testsuite.patch , introduce.

 -- Jerome Benoit <calculus@rezozer.net>  Fri, 08 Jun 2018 21:09:41 +0000

blitz++ (1:1.0.1+ds-1) unstable; urgency=medium

  * New upstream major version (Closes: #894309, #853333, #835373)
  * Debianization:
    - debian/control:
      - debhelper, bump to 11;
      - Standards Version, bump to 4.1.4 (no change);
    - debian/copyright:
      - Upstream-Contact field, update;
      - Source field, update;
      - Files-Excluded, refresh;
      - Copyright field: update;
    - debian/watch, migration to GitHub repository;
    - debian/rules:
      - override_dh_auto_configure, add enable-maintainer-mode;
      - get-orig-source target, discard;
    - debian/patches/*:
      - d/p/upstream-autotoolization-harden.patch , refresh;
      - d/p/debian*.patch , update;
    - debian/source/lintian-overrides, update;
    - debian/clean, refresh;
    - debian/adhoc/*/Makefile:
      - copyright year tuple, update.

 -- Jerome Benoit <calculus@rezozer.net>  Fri, 08 Jun 2018 18:25:05 +0000

blitz++ (1:0.10+ds-3) unstable; urgency=medium

  * Debianization:
    - debian/copyright:
      - Format field, secure;
      - copyright year tuples, update;
    - debian/control:
      - Vcs-* fields, migration to Salsa;
      - Build-Depends field, temporarily add g++-6;
    - debian/rules:
      - no-parallel build;
      - g++-6 usage, force.

 -- Jerome Benoit <calculus@rezozer.net>  Sat, 26 May 2018 16:38:18 +0000

blitz++ (1:0.10+ds-2) unstable; urgency=medium

  * Debianization:
    - debian/patches/:
      - d/p/debianization-examples-neutralization.patch, refresh;
      - d/p/debianization-testsuite-neutralization.patch, introduce;
      - Origin fields, correct.

 -- Jerome Benoit <calculus@rezozer.net>  Mon, 10 Oct 2016 00:58:10 +0000

blitz++ (1:0.10+ds-1) unstable; urgency=medium

  * RC fix release (Closes: #811923), external build to avoid name collisions.
  * New maintainer.
  * Debianizarion:
    - debian/copyright:
      - Files-Excluded field, setup;
      - refresh;
    - debian/control:
      - Standards Version, bump to 3.9.8;
      - Vcs-* headers, secure;
    - debian/watch, refresh;
    - debian/rules:
      - default target, introduce;
      - get-orig-source target, introduce;
      - build-arch/build-indep scheme, introduce;
      - clean up;
    - debian/patches/:
      - bump format to DEP-3;
      - d/p/fix_info.patch, discard in favour of on fly modification;
      - d/p/examples.patch, discard in favour of
          d/p/upstream-autotoolization-harden.patch;
      - d/p/testsuite.patch, obsoleted to keep the source as-is;
      - d/p/upstream-*.patch, introduce;
      - d/p/debianization-*.patch, introduce;
    - debian/adhoc/examples/Makefile, introduce;
    - debian/adhoc/testsuite/Makefile, introduce;
    - harden.

 -- Jerome Benoit <calculus@rezozer.net>  Mon, 01 Aug 2016 22:19:06 +0000

blitz++ (1:0.10-3.3) unstable; urgency=medium

  * Non-maintainer upload.
  * Rename library to libblitz0v5 for the libstdc++ transition
    (Closes: #790984)

 -- Simon McVittie <smcv@debian.org>  Sun, 23 Aug 2015 14:46:54 +0100

blitz++ (1:0.10-3.2) unstable; urgency=medium

  * Non-maintainer upload.
  * Add missing epoch to conflicts/replaces versions
    (really Closes: #767564)

 -- Jonathan Wiltshire <jmw@debian.org>  Tue, 02 Dec 2014 21:37:08 +0000

blitz++ (1:0.10-3.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Add replaces on libblitz0ldbl as well (Closes: #767564)

 -- Jonathan Wiltshire <jmw@debian.org>  Sun, 23 Nov 2014 22:58:33 +0000

blitz++ (1:0.10-3) unstable; urgency=medium

  * libblitz-doc breaks libblitz0ldbl of previous releases
    Closes: #767564

 -- Andreas Tille <tille@debian.org>  Sun, 02 Nov 2014 08:42:13 +0100

blitz++ (1:0.10-2) unstable; urgency=medium

  * cme fix dpkg-control
  * Priority optional for all packages
  * use autoreconf (thanks for the patch to "Breno Leitao" <brenohl@br.ibm.com>)
    Closes: #755826
  * fix blitz.info dir entry (thanks for the patch to Kevin Ryde
    <user42@zip.com.au>)
    Closes: #726566
  * debian/README.source: deleted since redundant
  * debian/rules: removed some unneeded stuff
  * d/control: delete superseded package texi2html from Build-Depends
  * blitz.info ends up in doc package to come together with the used images

 -- Andreas Tille <tille@debian.org>  Thu, 02 Oct 2014 15:56:53 +0200

blitz++ (1:0.10-1) unstable; urgency=low

  * New upstream release
    Closes: #679407
  * debian/rules:
    - update for new release
    - add override_dh_auto_test target
    - regenerate configure and Makefile.am
  * debian/control:
    - add libtool, automake to BuildDepends
  * debian/libblitz-doc.install
    - modify path for html files
  * remove uneeded patches
  * add examples.patch

 -- Christophe Trophime <christophe.trophime@lncmi.cnrs.fr>  Fri, 06 Jul 2012 09:15:30 +0200

blitz++ (1:0.9-13) unstable; urgency=low

  * debian/control:
    - Standards-Version: 3.9.3 (no changes needed)
    - Fixed Vcs fields
    - Do not build-depend quilt (redundant with source 3.0 (quilt))
    - Build-Depends: cfortran
      Closes: #631004
  * debhelper 9 (control+compat)
  * debian/rules:
    - make sure only correct pkgconfig file will be installed
      Closes: #623786
    - save all docs from upstream source before clean target removes
      them automatically to build twice in a row successfully
  * debian/{libblitz-doc.examples,libblitz0-dev.install}: Do not use
    brace expansion
  * debian/copyright: Fix DEP5 issues

 -- Andreas Tille <tille@debian.org>  Fri, 15 Jun 2012 11:37:15 +0200

blitz++ (1:0.9-12) unstable; urgency=low

  * debian/control:
    - Standards-Version: 3.9.2 (no changes needed)
    - Build-Depends: texi2html
    - doc package Depends libjs-jquery which provides jquery.js
  * Debhelper 8 (control+compat)
  * debian/rules:
    - Fix sequence of dh arguments
    - Do not install unneeded *.la file
      Closes: #621305
    - Remove copy of jquery.js which is provided by a link to the
      file provided in libjs-jquery:

 -- Andreas Tille <tille@debian.org>  Fri, 08 Apr 2011 13:51:07 +0200

blitz++ (1:0.9-11) unstable; urgency=low

  * debian/control:
    - Standards-Version: 3.9.1 (no changes needed)
    - Build-Depends: doxygen-latex instead of several tex related files
      Closes: #616201
    - Build-Depends: autotools-dev
  * debian/rules: simplified by using short dh syntax
    Using autotools-dev should hopefully solve the "Outdated config.{sub,guess}"
    issue, hopefully Closes: #548928
  * debian/source/format: 3.0 (quilt)
  * debian/libblitz-doc.lintian-overrides: Removed because not needed any more

 -- Andreas Tille <tille@debian.org>  Mon, 07 Mar 2011 14:00:41 +0100

blitz++ (1:0.9-10) unstable; urgency=low

  * Standards-Version: 3.8.3 (added README.source)
  * Debhelper 7
  * Build-Depends: autotools-dev
  * debian/patches/30_fix_doxygen_install_target.patch: Replace install
    by cp -a which enables copying directories recursively
    Closes: #545635
  * Machine readable copyright

 -- Andreas Tille <tille@debian.org>  Tue, 08 Sep 2009 21:36:45 +0200

blitz++ (1:0.9-9) unstable; urgency=medium

  * Urgency medium because of private report of FTBFS problem
    on AMD - unable to verify so no further action than tagging
    like this
  * dh_lintian was added in debhelper 6.0.7 so increased debhelper
    version to 6 and add versioned build dependency
  * Team maintenance by Debian Science Team
    <debian-science-maintainers@lists.alioth.debian.org> as Maintainer
    and myself as Uploader
  * DM-Upload-Allowed: yes
  * Added Vcs fields
  * Recreate blitz.info instead of applying a patch
  * Applied a patch to work around a FTBFS problem with amd64
    which is described at
     http://bbs.archlinux.org/viewtopic.php?pid=404588
    The patch was obtained from
     http://aur.archlinux.org/packages/blitz/blitz/header.patch
  * Increased build dependency from debhelper (>= 6.0.7~)
  * Standards-Version: 3.8.0 (no changes needed)

 -- Andreas Tille <tille@debian.org>  Tue, 02 Sep 2008 13:23:47 +0200

blitz++ (1:0.9-8) unstable; urgency=low

  * Took over the package myself after markos left Debian
    (sorry to see you go markos and thanks for your work in Debian)
  * Priority: optional (because there is no reason to put it in extra -
    there is no conflict with other packages)
  * Removed debian/dshlibmove which is not needed any more
  * Make use of dh_lintian
  * debian/compat: 5
  * Removed explicite versioned dependency from g++ because all recent
    disctributions contain newer g++ versions
  * Added more warnings about zero byte files to lintian overrides
  * libblitz-doc.doc-base: Section: Programming, enhanced abstract
  * debian/rules: Added dh_shlibdeps
  * lintian override for package-name-doesnt-match-sonames because
    upstream does not seem to produce any newer versions and thus
    changing the package name just produces extra nuisance for ftpmaster
    without noticeable benefit

 -- Andreas Tille <tille@debian.org>  Mon, 05 May 2008 10:27:41 +0200

blitz++ (1:0.9-7) unstable; urgency=low

  * Added patch to fix FTBFS with GCC 4.3: missing #includes
    (Thanks to "brian m. carlson" <sandals@crustytoothpaste.ath.cx>)
    Closes: #455661
  * Added quilt to Build-Depends
  * Standards-Version: 3.7.3 (No changes needed)
  * Homepage tag instead of putting it into long description
  * debian/rules: F77=gfortran; Adjusting Build-Depends to
    accomplish g77 to gfortran transition (Thanks to
    Kumar Appaiah <akumar@ee.iitm.ac.in>)
    Closes: #463935
  * libblitz0-dev to section libdevel
  * debian/libblitz-doc.doc-base removed useless whitespace
  * debian/rules: Removed bashism

 -- Andreas Tille <tille@debian.org>  Sun, 17 Feb 2008 21:31:47 +0100

blitz++ (1:0.9-6.1) unstable; urgency=low

  * Non-maintainer upload.
  * debian/rules: fix bashism. Closes: #455895.

 -- Lucas Nussbaum <lucas@lucas-nussbaum.net>  Sun, 20 Jan 2008 18:54:36 +0100

blitz++ (1:0.9-6) unstable; urgency=low

  * Fix Build-Depends from atlas libs to enable building on arm
    and removed explicite Depends from atlas because
    m4/ac_lib_blas.m4 says:
      Blitz++ will use BLAS library to run benchmarks against if
      you build the benchmarks.  Blitz++ itself does NOT use BLAS
  * debian/rules: configure --with-blas ...
  * Addes graphviz to Build-Depends to enable dependency graphs
    in docs.

 -- Andreas Tille <tille@debian.org>  Tue, 18 Sep 2007 09:01:31 +0200

blitz++ (1:0.9-5) unstable; urgency=low

  * ldbl128 transition
    Closes: #430257
  * debian/control:
      libblitz0ldbl:  Conflicts/  Replaces: libblitz0
      libblitz0-dev:  Depends: libblitz0ldbl (= ${binary:Version})
  * Reworked debian/copyright
  * Added lintian.override for zero byte files that were created
    by doxygen
  * debian/rules: Do not igore make-clean-errors
  * use private d-shlibmove patch for ldbl transition

 -- Andreas Tille <tille@debian.org>  Thu, 23 Aug 2007 15:00:22 +0200

blitz++ (1:0.9-4) unstable; urgency=low

  * Simple reupload that triggers recompile on AMD64
    Closes: #424644

 -- Andreas Tille <tille@debian.org>  Thu, 07 Jun 2007 11:20:23 +0200

blitz++ (1:0.9-3) unstable; urgency=low

  * Added Andreas Tille to Uploaders to group maintain this
    package (ack by Konstantinos Margaritis)
  * Added configure option --enable-shared
    Closes: #369753
  * Changed Build-Depends from texlive-latex-base to
    tetex-bin, texlive-generic-recommended (just adding alternative
    Build-Depends to tetex was tried but is not possible because
    more than one package of texlive are needed)
    because tetex will not be in Lenny and it has to be replaced.
  * Increased Standards-Version to 3.7.2 (no changes necessary)
  * Split up package into libblitz++-0.9, libblitz++-0.9-dev and
    libblitz++-doc
  * Removed postinst and prerm becase doc-base handling is
    automatically done by debhelper tools
  * Removed debian/README.testsuite that is just a copy of
    debian/README.examples
  * Added debian/watch file
  * Patched doc/*/Makefile.in to prevent cleaning files that are
    contained in the source tarball - I'd suggest to rebuild the
    source tarball after a complete "make distclean" for the next
    version

 -- Andreas Tille <tille@debian.org>  Sun, 29 Apr 2007 17:06:38 +0200

blitz++ (1:0.9-2) unstable; urgency=low

  * Fix FTBFS bug for gcc 4.3. Closes: #417123

 -- Konstantinos Margaritis <markos@debian.org>  Wed,  4 Apr 2007 01:55:43 +0300

blitz++ (1:0.9-1.2) unstable; urgency=low

  * NMU
  * Change rules clean target to call distclean, which cleans up a lot
    of autogenerated files.
  * Add build dependency on texinfo to fix FTBFS. Closes: #397540

 -- Joey Hess <joeyh@debian.org>  Wed,  8 Nov 2006 00:59:01 -0500

blitz++ (1:0.9-1.1) unstable; urgency=low

  * NMU
  * Build-Depend on debhelper 5.0.41, which stops passing section info to
    install-info.
  * Fixes install-info crash on some (but not all) installs of blitz++.
    Closes: #395954
    The exact crash circumstances seem dependant on the other info dir file
    content.

 -- Joey Hess <joeyh@debian.org>  Tue,  7 Nov 2006 17:11:11 -0500

blitz++ (1:0.9-1) unstable; urgency=low

  * New upstream release (Closes: #323337)

 -- Konstantinos Margaritis <markos@debian.org>  Thu,  3 Nov 2005 11:15:09 +0200

blitz++ (1:0.8-5) unstable; urgency=low

  * Changed build-dependency from blas-dev to atlas3-headers, as blas-dev is
    removed from the archive. (Closes: #320439)

 -- Konstantinos Margaritis <markos@debian.org>  Fri, 12 Aug 2005 12:45:13 +0300

blitz++ (1:0.8-4) unstable; urgency=low

  * Added missing build-depends (Closes: #297323)

 -- Konstantinos Margaritis <markos@debian.org>  Mon, 28 Feb 2005 20:25:01 +0200

blitz++ (1:0.8-3) unstable; urgency=medium

  * Fixed doc-base erroneous index. (Closes: #283693)

 -- Konstantinos Margaritis <markos@debian.org>  Tue, 30 Nov 2004 21:09:03 +0200

blitz++ (1:0.8-2) unstable; urgency=medium

  * Added missing include file, thanks to David M. Cooke for the pointer,
    (Closes: #281966).

 -- Konstantinos Margaritis <markos@debian.org>  Fri, 19 Nov 2004 01:05:53 +0200

blitz++ (1:0.8-1) unstable; urgency=medium

  * New upstream release.
  * Now includes all documentation (Closes: #272090).
  * Added some missing build deps.
  * In the future, the package will be broken to separate -dev and -doc
    packages.

 -- Konstantinos Margaritis <markos@debian.org>  Tue, 16 Nov 2004 00:06:15 +0200

blitz++ (1:0.7-1) unstable; urgency=low

  * New upstream release.
  * g++ 3.3 compilation issues resolved (Closes: #200505)
  * (Mostly) lintian clean.
  * So far the libblitz.a was stripped. For debugging purposes, I decided that
    the user could do that himself, so the library is distributed unstripped.

 -- Konstantinos Margaritis <markos@debian.org>  Thu,  9 Oct 2003 21:42:53 +0300

blitz++ (1:0.6-1.1) unstable; urgency=low

  * Non-Maintainer upload (BSP)
  * Made build-process non-interactive (closes: #181654)

 -- Bas Zoetekouw <bas@debian.org>  Fri, 14 Mar 2003 19:26:44 +0100

blitz++ (1:0.6-1) unstable; urgency=low

  * Changed to version 0.6
  * Recompiled with g++-3.2 support (closes: #180339)

 -- Konstantinos Margaritis <markos@debian.org>  Mon, 10 Feb 2003 11:47:25 +0200

blitz++ (20021011-1) unstable; urgency=low

  * New upstream release

 -- Konstantinos Margaritis <markos@debian.org>  Fri, 11 Oct 2002 13:48:34 +0300

blitz++ (20001213-2.1) unstable; urgency=low

  * Non-maintainer upload.
  * Fixed blas1 dependency. (closes: #134512)

 -- Andreas Rottmann <rotty@debian.org>  Thu, 28 Feb 2002 22:07:57 +0100

blitz++ (20001213-2) unstable; urgency=low

  * Closes: #119476.
  * Made lintian clean.

 -- Konstantinos Margaritis <markos@debian.org>  Wed, 14 Nov 2001 12:10:20 +0200

blitz++ (20001213-1) unstable; urgency=low

  * New upstream release.

 -- Konstantinos Margaritis <markos@debian.org>  Wed, 13 Dec 2000 19:34:27 +0200

blitz++ (20001030-2) unstable; urgency=low

  * Forgot to actually fix 66337.

 -- Konstantinos Margaritis <markos@debian.org>  Tue, 21 Nov 2000 12:14:56 +0200

blitz++ (20001030-1) unstable; urgency=low

  * New upstream release
  * Closes: #64020, #66337

 -- Konstantinos Margaritis <markos@debian.org>  Mon, 20 Nov 2000 17:01:10 +0200

blitz++ (20000522-1) unstable; urgency=low

  * New upstream release.
  * Modified rules file and added doc-base support (now should be new policy
  compliant.
  * Uses debhelper where possible.

 -- Konstantinos Margaritis <markos@debian.org>  Fri, 23 Jun 2000 13:44:40 +0300

blitz++ (20000319-2) unstable; urgency=low

  * Removed tty test in bzconfig as reported by Roman Hodek. That way it
  should work with autobuilders.
  Closes:########64020

 -- Konstantinos Margaritis <markos@debian.org>  Mon, 15 May 2000 15:15:57 +0300

blitz++ (20000319-1) unstable; urgency=low

  * New maintainer.
  * Updated to new upstream version (snapshot, stable release didn't pass
  all tests).
  * Upgraded to new policy 3.1.1.

 -- Konstantinos Margaritis <markos@debian.org>  Thu, 20 Apr 2000 12:45:08 +0300

blitz++ (0.4.2-2) unstable; urgency=low

  * Build for potato libraries and compilers

 -- John Lapeyre <lapeyre@physics.arizona.edu>  Thu, 25 Mar 1999 17:11:42 -0700

blitz++ (0.4.2-1) unstable; urgency=low

  * Initial Release.

 -- John Lapeyre <lapeyre@physics.arizona.edu>  Thu, 10 Sep 1998 15:58:31 -0700