File: changelog

package info (click to toggle)
bibtool 2.68%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 2,608 kB
  • sloc: ansic: 11,808; perl: 8,145; makefile: 550; sh: 307; tcl: 51
file content (642 lines) | stat: -rw-r--r-- 21,182 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
639
640
641
642
bibtool (2.68+ds-1) unstable; urgency=medium

  * New upstream version.
  * Debianization:
    - debian/copyright:
      - copyright year tupls, update;
    - debian/control:
      - Standards-Version, bumpt to version 4.5.0 (no change);
    - debian/patches:
      - d/p/upstream-source-warnings-silence.patch, integrated;
    - debian/tests/*:
      - d/t/control, migrate to AUTOPKGTEST_TMP usage;
      - d/t/make-check, discard BIBTOOL arguments in tests.

 -- Jerome Benoit <calculus@rezozer.net>  Fri, 29 May 2020 13:29:26 +0000

bibtool (2.67+ds-7) unstable; urgency=medium

  * FTBFS fix release, LaTeX composition failure.
  * Debianization:
    - debian/control:
      - Build-Depends, add texlive-latex-extra;
      - Rules-Requires-Root, introduce and set to no;
      - Standards-Version, bumpt to version 4.4.1 (no change);
    - debian/copyright:
      - copyright year tuples, update;
      - tab chars, remove;
    - debian/tests:
      - d/t/make-check, replace ADTTMP with AUTOPKGTEST_TMP.

 -- Jerome Benoit <calculus@rezozer.net>  Fri, 17 Jan 2020 07:46:56 +0000

bibtool (2.67+ds-6) unstable; urgency=medium

  [ Hilmar Preusse ]
  * Fix Norberts address (Closes: #923699)
  * W: debian-source-options-has-custom-compression-settings

  [ Jerome Benoit ]
  * bump debhelper to 12
  * bump Standards-version to 4.4.0 (no change)
  * update debian/tests/control
  * discard get-orig-source target

 -- Jerome Benoit <calculus@rezozer.net>  Tue, 06 Aug 2019 03:04:01 +0000

bibtool (2.67+ds-5) unstable; urgency=medium

  * Debianization:
    - debian/rules, include pkg-info.mk (reproducible doc).

 -- Jerome Benoit <calculus@rezozer.net>  Fri, 23 Feb 2018 19:09:13 +0000

bibtool (2.67+ds-4) unstable; urgency=medium

  * Debianization:
    - debian/copyright:
      - Format field, secure URI;
    - debian/control:
      - Vcs-* fields, migration to migration to salsa.debian.org .

 -- Jerome Benoit <calculus@rezozer.net>  Fri, 16 Feb 2018 14:48:18 +0000

bibtool (2.67+ds-3) unstable; urgency=medium

  * Debianization:
    - debian/copyright, refresh;
    - debian/control:
      - debhelper, bump to 11;
      - Standards Version, bump to 4.1.3 (no change);
    - debian/rules:
      - debhelper, bump to 11;
      - get-orig-source target, simplify;
    - debian/watch, harden;
    - debian/upstream/*:
      - d/u//signing-key.*, bump to asc;
    - debian/source/*:
      - d/s/lintian-overrides, introduce;
      - d/s/include-binaries, discarded.

 -- Jerome Benoit <calculus@rezozer.net>  Sun, 31 Dec 2017 13:50:37 +0000

bibtool (2.67+ds-2) unstable; urgency=medium

  * Upload to unstable.

 -- Jerome Benoit <calculus@rezozer.net>  Fri, 23 Jun 2017 07:04:48 +0000

bibtool (2.67+ds-1) experimental; urgency=medium

  * New upstream version.
  * Debianization:
    - debian/patches/:
      - d/p/upstream-source-warnings-silence.patch, silence gcc;
      - discard integrated and/or obsoleted patches:
        - d/p/upstream-fix-empty_key_separator-bug_848947.patch .

 -- Jerome Benoit <calculus@rezozer.net>  Fri, 12 May 2017 09:37:26 +0000

bibtool (2.66+ds-4) unstable; urgency=medium

  * FTBFS fix release (Closes: #852887, second attempt), override sbuild
    HOME setting as workaround to #852980.

 -- Jerome Benoit <calculus@rezozer.net>  Sat, 28 Jan 2017 17:16:54 +0000

bibtool (2.66+ds-3) unstable; urgency=medium

  * FTBFS fix release (Closes: #852887), add lmodern to Build-Depends field.

 -- Jerome Benoit <calculus@rezozer.net>  Sat, 28 Jan 2017 12:19:27 +0000

bibtool (2.66+ds-2) unstable; urgency=medium

  * Important bug fix release (Closes: #848947), thanks to Gautam Iyer
    <gi1242@gmail.com> for reporting the bug, and thanks to the upstream
    Gerd Neugebauer <gene@gerd-neugebauer.de> for fixing it rapidly.

 -- Jerome Benoit <calculus@rezozer.net>  Tue, 27 Dec 2016 00:00:45 +0000

bibtool (2.66+ds-1) unstable; urgency=medium

  * New upstream version.
  * Debianization:
    - debian/patches/*, refresh.

 -- Jerome Benoit <calculus@rezozer.net>  Thu, 10 Nov 2016 07:10:02 +0000

bibtool (2.65+ds-2) unstable; urgency=medium

  * Debianization:
    - debian/patches/
      - d/p/upstream-test-security-local_load-explicit.patch, introduce and
        submitted.

 -- Jerome Benoit <calculus@rezozer.net>  Sun, 09 Oct 2016 02:06:44 +0000

bibtool (2.65+ds-1) unstable; urgency=medium

  * New upstream version (Closes: #827102):
    - thanks to the upstream maintainer for promptly fixing the FTBFS issue;
    - integrate previous Debian fixes that silenced compiler warnings.
  * Debianization:
    - debian/patches/
      - d/p/upstream-Changes_tex-date_setup.patch, introduce;
      - discard integrated and/or obsoleted patches:
        - d/p/upstream-source-silence-warnings.patch
        - d/p/upstream-source-silence-warnings-extra.patch .

 -- Jerome Benoit <calculus@rezozer.net>  Tue, 14 Jun 2016 23:26:38 +0000

bibtool (2.64+ds-1) unstable; urgency=medium

  * New upstream version.
  * Debianization:
    - debian/copyright, revisit;
    - debian/control, update;
    - debian/patches/:
      - d/p/upstream-source-silence-warnings.patch, introduce (and submit);
      - d/p/upstream-source-silence-warnings-extra.patch, idem;
      - d/p/rationalization-upstream-doc.patch, update;
      - d/p/debianization-Changes_tex.patch, refresh;
      - discard integrated and/or obsoleted patches:
        - d/p/fix-upstream-README_ml.patch
        - d/p/fix-upstream-Changes_tex.patch
        - d/p/fix-upstream-doc-bibtool_doc_sty.patch
        - d/p/fix-upstream-source-spelling_error.patch
        - d/p/compress-upstream-doc.patch
    - debian/watch, revisit.

 -- Jerome Benoit <calculus@rezozer.net>  Sat, 11 Jun 2016 19:25:30 +0000

bibtool (2.63+ds-2) unstable; urgency=medium

  * FTBFS fix release (Closes: #825894), provide backward compatibility for old
    font commands for the bibtool-doc LaTeX style; thanks to Norbert Preining
    <preining@debian.org>.
  * Debianization:
    - debian/control:
      - Standards Version, bump to 3.9.8 (no change);
    - debian/rules:
      - dpkg-buildflags, add hardening=+all;
    - debian/patches/:
      - d/p/fix-upstream-source-spelling_error.patch, introduce (and submit);
      - d/p/fix-upstream-doc-bibtool_doc_sty.patch, introduce (and submit)
      - d/p/debianization-documentation.patch, introduce.

 -- Jerome Benoit <calculus@rezozer.net>  Tue, 31 May 2016 22:38:57 +0000

bibtool (2.63+ds-1) unstable; urgency=medium

  * New upstream version:
    - integrate previous Debian reproducible patch and test enhancement.
  * Debianization:
    - debian/control:
      - Vcs-* fields, secure;
    - debian/docs:
      - rename debian/bibtool.docs for consistency;
      - update;
    - debian/upstream-signing-key.pgp, move to debian/upstream/signing-key.pgp;
    - debian/stresstest, move to debian/tests and recycle as Test-Command;
    - debian/test/make-check, harden;
    - debian/patches/*:
      - debian/patches/fix-upstream-Changes_tex.patch, minor fix;
      - debian/patches/fix-upstream-README_ml.patch, aesthetic fix;
      - refresh.

 -- Jerome Benoit <calculus@rezozer.net>  Fri, 29 Jan 2016 02:04:04 +0000

bibtool (2.61+ds-4) unstable; urgency=medium

  * Debianization:
    - debian/copyright, update;
    - debian/control:
      - Recommends field, introduce;
      - Enhances field, add.
    - debian/tests/control, correct;
    - debian/texts/make-check, rationalize.

 -- Jerome Benoit <calculus@rezozer.net>  Sat, 16 Jan 2016 21:21:01 +0000

bibtool (2.61+ds-3) unstable; urgency=medium

  * Debianization:
    - debian/rules, cleanup;
    - debian/tests/control: harden.

 -- Jerome Benoit <calculus@rezozer.net>  Wed, 23 Dec 2015 08:04:20 +0000

bibtool (2.61+ds-2) unstable; urgency=medium

  * Debianization:
    - debian/control:
      - Vcs-Browser field, correct;
    - debian/patches/reproducible-upstream-doc.patch, introduce (unrep fix);
    - debian/patches/rationalization-upstream-test.patch, introduce (CI);
    - debian/tests/control, initiate (CI).

 -- Jerome Benoit <calculus@rezozer.net>  Sun, 20 Dec 2015 07:10:24 +0000

bibtool (2.61+ds-1) unstable; urgency=medium

  * New upstream version.
  * Debianization:
    - debian/copyright:
      - repack by using the Files-Excluded machinery instead of the ad-hoc
        script debian/repack;
      - refresh;
    - debian/repack, discard (see above);
    - debian/watch:
      - revisit (see above);
      - harden;
    - debian/patches/typo-ustream-Changes_tex.patch, integrated.

 -- Jerome Benoit <calculus@rezozer.net>  Tue, 21 Jul 2015 02:37:28 +0000

bibtool (2.60+ds-1) unstable; urgency=medium

  * New upstream version.
  * Debianization:
    - debian/patches/*, minor typo fix in Changes.tex.

 -- Jerome Benoit <calculus@rezozer.net>  Mon, 15 Jun 2015 00:35:48 +0000

bibtool (2.59+ds-2) unstable; urgency=medium

  * Upload to unstable.

 -- Jerome Benoit <calculus@rezozer.net>  Wed, 29 Apr 2015 00:27:30 +0000

bibtool (2.59+ds-1) experimental; urgency=medium

  * New upstream version (Closes: #747519, #779573):
    - integrate test provided by Vincent Lefevre <vincent@vinc17.net>
      to fix issues #747519 and #779573, thanks to him;
    - integrate previous Debian micro fix.
  * Debianization:
    - debian/patches/*, refresh.

 -- Jerome Benoit <calculus@rezozer.net>  Thu, 19 Mar 2015 18:21:33 +0000

bibtool (2.58+ds-1) experimental; urgency=medium

  * New upstream version.
  * Debianization:
    - debian/copyright:
      - date refresh;
      - X-Source-Downloaded-From, X-Upstream-Vcs, X-Upstream-Bugs header
        fields added;
    - debian/repack, refine to allow cleaner git-buildpackage processes;
    - debian/patches/*, refresh;
    - debian/rules, no more compress PDF files.
  * Micro fix for Changes.tex submitted to the upstream maintainer.

 -- Jerome Benoit <calculus@rezozer.net>  Mon, 23 Feb 2015 17:08:08 +0000

bibtool (2.57+ds-2) unstable; urgency=medium

  * fix location of documentation for texdoc
  * add myself to uploaders
  * bump standards version, no changes necessary

 -- Norbert Preining <preining@debian.org>  Wed, 22 Oct 2014 08:42:50 +0900

bibtool (2.57+ds-1) unstable; urgency=low

  * New upstream version.
    - integrate previous Debian fixes that silenced compiler warnings.
  * Debianization:
    - debian/copyright, Source field refresh;
    - debian/control, Homepage field refresh;
    - debian/watch, path refresh to CTAN;
    - debian/patches/*, refresh.

 -- Jerome Benoit <calculus@rezozer.net>  Sat, 26 Apr 2014 08:42:28 +0000

bibtool (2.56+ds-1) unstable; urgency=low

  * New upstream version (Closes: #744279).
    - integrate previous Debian fixes.
  * Debianization:
    - bump Standards Version to 3.9.5;
    - debian/copyright, Source field refresh;
    - debian/control, Vcs-Browser field correction;
    - debian/watch, path refresh to upstream maintainer webpage as
        sarovar.org is now dead;
    - debian/patches/*, refresh;
    - add gpg-signature check support.
  * Minor fixes submitted to the upstream maintainer.

 -- Jerome Benoit <calculus@rezozer.net>  Wed, 16 Apr 2014 09:06:31 +0000

bibtool (2.55+ds-2) unstable; urgency=low

  * Bump Standards Version to 3.9.4.
  * debian/control:
    - Vcs-* headers added.
  * debian/copyright:
    - unduplicate copyright field.
  * debian/rules:
    - default target, add the option --report to uscan: no more download
      is now performed;
  * debian/*:
    - clean triming whitespaces.

 -- Jerome Benoit <calculus@rezozer.net>  Wed, 05 Jun 2013 03:29:49 +0000

bibtool (2.55+ds-1) unstable; urgency=low

  * New upstream version.
  * Minor fixes submitted to the upstream maintainer.

 -- Jerome Benoit <calculus@rezozer.net>  Sun, 06 May 2012 11:46:45 +0000

bibtool (2.54+ds-2) unstable; urgency=low

  * Bump debhelper build-dep to >= 9.
  * Bump Standards Version to 3.9.3.
  * Hardened.
  * Fix a typo in debian/control Description.

 -- Jerome Benoit <calculus@rezozer.net>  Wed, 07 Mar 2012 23:50:29 +0000

bibtool (2.54+ds-1) unstable; urgency=low

  * New upstream version.
  * Revisit bibtool man page debianization.
  * Provide the bibtool manual in compressed pdf format (rather than
    in plain pdf format), as such it is not distributed compressed.
  * Add a link to the bibtool manual pdf in /usr/share/doc/texmf/bibtool.
  * Repack the source to drop off some substantial weight by wiping out the
    third-party old library regex-0.12 source, which is unnecessary as Debian
    uses regex from glibc, and related material meant for non UN*X systems.
  * Add the optional get-orig-source target in debian/rules to get the currently
    packaged upstream tarball and to repack it.
  * Update debian/copyright wrt repacking.
  * Add a default target in debian/rules which basically queries package status
    with uscan; output in DEHS format.

 -- Jerome Benoit <calculus@rezozer.net>  Sun, 26 Feb 2012 03:22:40 +0000

bibtool (2.54+cvs20120219-1) unstable; urgency=low

  * New maintainer (Closes: #525921).
  * New upstream version.
    - Handle segmentation fault rised in expand.c (Closes: #535581).
    - Fix empty string parsing error in s_parce function (Closes: #545823).
    - Integrate previous Debian fixes.
  * Bump debhelper build-dep to >= 8.
  * Update to source format 3.0 (quilt).
  * Rewrite debian/rules to use dh sequencer with autoreconf support.
  * Convert debian/copyright to DEP-5 format.
  * Debianize AutoConf/makefile.in to enable a minimal debian/rules.
  * Update watch file.
  * Update package description wrt the homepage and the man page.
  * Provide documents in pdf format (rather than in dvi format).
  * Add doc-base data.
  * Cleanup Debian support for HAVE_PROTOTYPE for kpathsea as Debian no
    more needs it.
  * Provide now a changelog in text format extracted from the Changes.tex
    distributed in upstream source, Changes.tex is also available.
  * Provide Changes (changelog) in pdf and in HTML formats as the upstream
    maintainer plays with font to report changes.
  * Revisit Build-Depends entry in debian/control.
  * Remove pre-lenny debian/preinst script.
  * Minor fixes and enhancements haves been submitted to the upstream maintainer
    and integrated by him.

 -- Jerome Benoit <calculus@rezozer.net>  Sun, 19 Feb 2012 05:57:39 +0100

bibtool (2.48alpha.2-4) unstable; urgency=low

  * QA upload.
    + Set maintainer to Debian QA Group <packages@qa.debian.org>.
  * Acknowledge NMUs.
  * Move URL from package description to Homepage.
  * Update watch file. (Closes: #449718).
  * Fix spelling error in package description. (Closes: #363178).
  * Make clean not ignore errors.
  * Syntax cleanup in debian/copyright.
  * Bump debhelper build-dep to >= 5.
  * Move DH_COMPAT from rules to debian/compat and set to 5.
  * Bump Standards Version to 3.8.1.

 -- Barry deFreese <bdefreese@debian.org>  Tue, 28 Apr 2009 12:07:38 -0400

bibtool (2.48alpha.2-3.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Fix FTBFS by changing to texlive dependencies. Closes: #427273

 -- Andreas Barth <aba@not.so.argh.org>  Mon,  2 Jul 2007 19:46:10 +0000

bibtool (2.48alpha.2-3) unstable; urgency=low

  * Fix lurking pointer-size bug in main.c
  * Bump standards-version to 2.7.2 (no changes needed)

 -- Henning Makholm <henning@makholm.net>  Fri,  9 Jun 2006 22:38:17 +0200

bibtool (2.48alpha.2-2) unstable; urgency=low

  * Rebuild with new libkpathsea package

 -- Henning Makholm <henning@makholm.net>  Wed, 22 Feb 2006 00:27:02 +0100

bibtool (2.48alpha.2-1) unstable; urgency=low

  * New upstream version.
  * New version's check_y.rsc is Y2K safe (Closes: #226804)
  * New maintainer (Closes: #321332)
  * Discontinue the bibtool-dev package, which was deemed unuseful.
    http://lists.debian.org/debian-devel/2005/08/msg00520.html
    It can be resurrected if something that uses it gets packaged.
  * Kill off the /usr/doc/bibtool symlink.
  * Rewrite entire Debian build infrastructure.
  * Should now link with libkpathsea on all architectures

 -- Henning Makholm <henning@makholm.net>  Sat, 27 Aug 2005 11:44:02 +0200

bibtool (2.46-2) unstable; urgency=medium

  * Modified postinst to ignore an existing /usr/doc/$package directory.

 -- Brian Mays <brian@debian.org>  Wed, 20 Mar 2002 10:09:37 -0500

bibtool (2.46-1) unstable; urgency=low

  * New upstream version.

 -- Brian Mays <brian@debian.org>  Wed, 20 Feb 2002 11:25:34 -0500

bibtool (2.45-3) unstable; urgency=low

  * Added patches from Chung-chieh Shan <ken@digitas.harvard.edu> to
    fix the chasing of crossreferences when the "-x" option is used.
    (Closes: Bug#134201, Bug#134202)

 -- Brian Mays <brian@debian.org>  Sat, 16 Feb 2002 11:46:58 -0500

bibtool (2.45-2) unstable; urgency=low

  * Fixed symlink /usr/doc -> ../share/doc.
  * Fixed reference to GPL.
  * Improved stripping of binaries.

 -- Brian Mays <brian@debian.org>  Fri,  1 Feb 2002 12:18:51 -0500

bibtool (2.45-1) unstable; urgency=low

  * New upstream version.
  * Fixed spelling error in description.  (Closes: Bug#124450)
  * Fixed symlink /usr/doc -> ../share/doc.
  * Removed reference in man page to nonexistant "-O" option.  (Closes:
    Bug#131261)

 -- Brian Mays <brian@debian.org>  Mon, 28 Jan 2002 10:46:38 -0500

bibtool (2.44-4) unstable; urgency=low

  * Fixed bibtool to not start printing with a blank line.  (Closes:
    Bug#87101)
  * Removed "-g" gcc option as per policy.

 -- Brian Mays <brian@debian.org>  Mon,  9 Jul 2001 09:58:55 -0400

bibtool (2.44-3) unstable; urgency=low

  * Added a bibtool-dev package.  (Closes: Bug#58953)

 -- Brian Mays <brian@debian.org>  Thu,  2 Mar 2000 12:54:09 -0500

bibtool (2.44-2) frozen unstable; urgency=low

  * Added build-time dependencies.

 -- Brian Mays <brian@debian.org>  Mon, 17 Jan 2000 13:25:57 -0500

bibtool (2.44-1) unstable; urgency=low

  * New upstream version.

 -- Brian Mays <brian@debian.org>  Fri, 24 Dec 1999 11:18:38 -0500

bibtool (2.43-10) unstable; urgency=low

  * Fixed FHS /usr/doc -> /usr/share/doc transition scheme.

 -- Brian Mays <brian@debian.org>  Fri,  1 Oct 1999 11:41:55 -0400

bibtool (2.43-9) unstable; urgency=low

  * Moved the doc, man, and arch-independent data directories to under
    /usr/share as per the FHS.

 -- Brian Mays <brian@debian.org>  Thu, 16 Sep 1999 12:09:42 -0400

bibtool (2.43-8) unstable; urgency=low

  * Fixed small error in the man page.  (closes: Bug#34097)

 -- Brian Mays <brian@debian.org>  Thu,  4 Mar 1999 12:34:55 -0500

bibtool (2.43-7) frozen unstable; urgency=low

  * Moved reference to stdout from an initializer to main().  (Closes:
    Bug#31933)

 -- Brian Mays <brian@debian.org>  Fri, 15 Jan 1999 14:00:17 -0500

bibtool (2.43-6) frozen unstable; urgency=low

  * Removed kpathsea support because it is broken (causes bibtool to
    segfault).

 -- Brian Mays <brian@debian.org>  Fri, 11 Dec 1998 13:04:24 -0500

bibtool (2.43-5) frozen unstable; urgency=low

  * Moved reference to stderr from an initializer to main().  (Closes:
    Bug#29716)

 -- Brian Mays <brian@debian.org>  Thu, 19 Nov 1998 12:05:04 -0500

bibtool (2.43-4) frozen unstable; urgency=low

  * Eliminated dependence on tetex-nonfree.  (Closes: Bug#29574)
  * Bibtool no longer links with it's own copy of regex.  (Closes:
    Bug#29575)

 -- Brian Mays <brian@debian.org>  Tue, 17 Nov 1998 11:50:24 -0500

bibtool (2.43-3) frozen unstable; urgency=low

  * Moved documentation to /usr/doc/bibtool.  (Fixes: Bug#29325)

 -- Brian Mays <brian@debian.org>  Thu, 12 Nov 1998 09:07:19 -0500

bibtool (2.43-2) unstable; urgency=low

  * Modified path to /usr/lib/libkpathsea.a to compensate for changes
    in the tetex-dev package.
  * Fixed: Bug#25480.

 -- Brian Mays <brian@debian.org>  Fri,  7 Aug 1998 17:26:25 -0400

bibtool (2.43-1) unstable; urgency=low

  * New upstream version, fixes: Bug#17127.
  * Fixed problem with configure script; added `set +e'.

 -- Brian Mays <brian@debian.org>  Fri, 16 Jan 1998 09:00:31 -0500

bibtool (2.41-3) unstable; urgency=low

  * Fixed Doc/c_get.pl to call /usr/bin/perl.

 -- Brian Mays <brian@debian.org>  Thu,  6 Nov 1997 22:02:25 -0500

bibtool (2.41-2) unstable; urgency=low

  * Fixed file permissions with man page.

 -- Brian Mays <brian@debian.org>  Thu,  6 Nov 1997 10:25:45 -0500

bibtool (2.41-1) unstable; urgency=low

  * New upstream version.

 -- Brian Mays <brian@debian.org>  Wed, 29 Oct 1997 19:17:20 -0500

bibtool (2.40-3) unstable; urgency=low

  * Libc6 release.

 -- Brian Mays <brian@debian.org>  Tue,  5 Aug 1997 16:06:41 -0400

bibtool (2.40-2) unstable; urgency=low

  * Fixed file permissions.
  * Mover /usr/lib/BibTool -> /usr/lib/bibtool.

 -- Brian Mays <brian@debian.org>  Mon, 2 Jun 1997 09:42:23 -0400

bibtool (2.40-1) unstable; urgency=low

  * New upstream source.

 -- Brian Mays <brian@debian.org>  Wed, 16 Apr 1997 05:04:49 -0400

bibtool (2.34-2) unstable; urgency=low

  * Removed dependency on bibtex.

 -- Brian Mays <brian@debian.org>  Fri, 28 Feb 1997 16:04:49 -0500

bibtool (2.34-1) unstable; urgency=low

  * New upstream source.
  * First release with the new source format.

 -- Brian Mays <brian@debian.org>  Fri, 23 Aug 1996 23:27:04 -0400