File: changelog

package info (click to toggle)
bibtool 2.57%2Bds-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 2,268 kB
  • ctags: 1,424
  • sloc: ansic: 10,709; perl: 6,205; makefile: 477; sh: 352; tcl: 51
file content (352 lines) | stat: -rw-r--r-- 11,462 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
bibtool (2.57+ds-3) unstable; urgency=medium

  * buffer overflow security fix (Closes: #779573).

 -- Jerome Benoit <calculus@rezozer.net>  Wed, 04 Mar 2015 07:28:23 +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