File: changelog

package info (click to toggle)
gengetopt 2.22.6%2Bdfsg0-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 5,732 kB
  • sloc: cpp: 14,709; sh: 11,845; ansic: 8,030; makefile: 689; yacc: 514; lex: 171; sed: 3
file content (350 lines) | stat: -rw-r--r-- 10,500 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
gengetopt (2.22.6+dfsg0-3) unstable; urgency=medium

  * QA upload.
  * Fix the Makefile dependencies. (Closes: #906464)

 -- Adrian Bunk <bunk@debian.org>  Sat, 18 Aug 2018 01:55:14 +0300

gengetopt (2.22.6+dfsg0-2) unstable; urgency=medium

  * QA upload.
  * Allow cross-building (mark as Multi-Arch: foreign), thanks Dima Kogan
    (Closes: #856908)

 -- Manuel A. Fernandez Montecelo <mafm@debian.org>  Wed, 01 Nov 2017 23:47:54 +0100

gengetopt (2.22.6+dfsg0-1) unstable; urgency=medium

  * Repackaging to get rid of DFSG incompatible docs. (Closes: #708880)
  * debian/patches/9001-dfsg.patch:
    - Don't build docs until upstream clarifies licensing.
  * Do not provide doc-base file as docs have been stripped out.
  * Bump Standards.

 -- Alessio Treglia <alessio@debian.org>  Fri, 11 Jul 2014 18:57:18 +0100

gengetopt (2.22.6-2) unstable; urgency=low

  * Upload to unstable.
  * Fix VCS URLs.
  * Bump Standards.

 -- Alessio Treglia <alessio@debian.org>  Thu, 09 May 2013 12:48:17 +0200

gengetopt (2.22.6-1) experimental; urgency=low

  * New upstream release.
  * Switch from autotools-dev to dh-autoreconf.
  * Refresh patches.
  * Bump debhelper requirements to automatically enable hardening.
  * Update debian/copyright.
  * Bump Standards.

 -- Alessio Treglia <alessio@debian.org>  Thu, 15 Nov 2012 01:31:28 +0000

gengetopt (2.22.5-1) unstable; urgency=low

  * New upstream release:
    - correctly wraps and preprocess the specified usage string
    - handle escaped newline chars in the .ggo file correctly
    - initialize enum variables with a generated null value (makes
      the parser compilable in C++)
    - removed warnings in generated parser when only flags are used
  * Fix gbp config file.
  * Bump Standards.
  * Drop unneeded dependency on dpkg (>= 1.15.4), stable has a newer version.
  * Refresh patches.

 -- Alessio Treglia <alessio@debian.org>  Mon, 26 Sep 2011 10:27:31 +0200

gengetopt (2.22.4-3) unstable; urgency=low

  * Change my email address.
  * Bump Standards.
  * Add gbp config file.
  * Add .gitignore file.
  * Switch to debhelper 7 + autotools_dev add-on.
  * Drop CDBS.
  * Update debian/docs file.

 -- Alessio Treglia <alessio@debian.org>  Thu, 15 Jul 2010 19:23:36 +0200

gengetopt (2.22.4-2) unstable; urgency=low

  * New maintainer (Closes: #544449).
  * Set DM-Upload-Allowed to yes.
  * Update debian/copyright.
  * Move packaging to collab-maint's git area.

 -- Alessio Treglia <quadrispro@ubuntu.com>  Sun, 25 Apr 2010 11:55:37 +0200

gengetopt (2.22.4-1) unstable; urgency=low

  * QA upload
  * New upstream release
  * debian/control:
    - Bump debhelper build dependency to 7
    - Add Depends on dpkg (>= 1.15.4) | install-info
    - Update Standards-Version to 3.8.4 (No changes needed)
  * debian/compat: Bumped to 7
  * debian/dirs: Removed
  * debian/patch/03repack.diff: Removed
  * debian/gengetopt.doc-base: Added
  * debian/copyright: Do not mention that the tarball was repackaged
  * debian/rules:
    - Remove /usr/share/info/dir and /usr/share/doc/gengetopt/ChangeLog
  * Switch to 3.0 (quilt) source format
    - Do not include simple-patchsys.mk in debian/rules
  * Update 01man.patch to follow DEP3

 -- Vincent Legout <vincent@legout.info>  Mon, 19 Apr 2010 12:18:14 +0800

gengetopt (2.22.2-1) unstable; urgency=low

  * QA upload, orphaning this package.
  * New upstream release.
  * Repackaged upstream tarball, and related to that:
    + removed texinfo from Build-Depends in debian/control,
    + mentioned repackaged tarball in debian/copyright,
    + removed debian/info,
    + removed debian/patches/02info.diff,
    + and added debian/patches/03repack.diff.
  * debian/copyright: Updated.
  * debian/watch: Updated.

 -- Bart Martens <bartm@debian.org>  Wed, 17 Jun 2009 12:40:58 +0200

gengetopt (2.22.1-1) unstable; urgency=low

  * New upstream release.
  * debian/copyright: Updated.
  * debian/patches/02info.diff: Updated.
  * debian/patches/03gcc43.diff: Removed.

 -- Bart Martens <bartm@debian.org>  Wed, 07 May 2008 21:14:14 +0200

gengetopt (2.22-2) unstable; urgency=low

  * debian/patches/03gcc43.diff: Added.  Closes: #441530.

 -- Bart Martens <bartm@debian.org>  Sat, 02 Feb 2008 12:32:08 +0100

gengetopt (2.22-1) unstable; urgency=low

  * New upstream release.

 -- Bart Martens <bartm@debian.org>  Tue, 22 Jan 2008 18:29:08 +0100

gengetopt (2.21-1) unstable; urgency=low

  * New upstream release.

 -- Bart Martens <bartm@knars.be>  Mon, 06 Aug 2007 20:35:43 +0200

gengetopt (2.20-1) unstable; urgency=low

  * New upstream release.
  * debian/copyright: Updated.
  * debian/patches/01man.diff: Edited.
  * debian/patches/02info.diff: Edited.
  * debian/rules: Added "SAVERESTORE".

 -- Bart Martens <bartm@knars.be>  Sun, 15 Jul 2007 09:19:11 +0200

gengetopt (2.19.1-1) unstable; urgency=low

  * New upstream release.
  * debian/patches/*: Updated for new upstream release.

 -- Bart Martens <bartm@knars.be>  Sat, 24 Mar 2007 20:05:19 +0100

gengetopt (2.18-1) unstable; urgency=low

  * New upstream release.
  * debian/control: Replaced flex-old by flex.
  * debian/control, debian/rules: Switched to cdbs.
  * debian/control: Depends on texinfo.
  * debian/patches/01man.diff: Added.
  * debian/patches/02info.diff: Added.

 -- Bart Martens <bartm@knars.be>  Tue, 26 Sep 2006 07:38:43 +0200

gengetopt (2.17-1) unstable; urgency=low

  * New maintainer.  Closes: #266484.
  * New upstream release.  Closes: #287658.
  * debian/*: Repackaged with dh-make 0.41.
  * debian/copyright: Updated.
  * debian/watch: Updated.

 -- Bart Martens <bartm@knars.be>  Tue,  8 Aug 2006 23:45:42 +0200

gengetopt (2.10-2) unstable; urgency=low

  * QA Upload
  * Change maintainer to QA Group
  * Recompile for CXX transition
  * Remove unneccessary build-dependency on libstdc++-dev
    (Closes: #268595)
  * Update config.sub/config.guess to fix FTBFS on GNU/k*BSD
    (Closes: #326523)
  * Update FSF address in copyright file

 -- Frank Lichtenheld <djpig@debian.org>  Fri, 28 Oct 2005 20:52:03 +0200

gengetopt (2.10-1) unstable; urgency=low

  * New upstream release

 -- Luca Filipozzi <lfilipoz@debian.org>  Thu, 12 Jun 2003 20:36:03 -0700

gengetopt (2.9-1) unstable; urgency=low

  * New upstream release

 -- Luca Filipozzi <lfilipoz@debian.org>  Fri, 18 Apr 2003 12:25:11 -0700

gengetopt (2.8.1-1) unstable; urgency=low

  * New upstream release

 -- Luca Filipozzi <lfilipoz@debian.org>  Sat,  5 Apr 2003 19:49:36 -0800

gengetopt (2.8-1) unstable; urgency=low

  * New upstream release

 -- Luca Filipozzi <lfilipoz@debian.org>  Mon, 30 Dec 2002 15:58:58 -0800

gengetopt (2.7.1-1) unstable; urgency=low

  * New upstream release 

 -- Luca Filipozzi <lfilipoz@debian.org>  Sat,  3 Aug 2002 10:29:37 -0700

gengetopt (2.7-2) unstable; urgency=low

  * added builddep on libstdc++-dev
  * to fix an FTBFS on hppa: (Closes: #152823)
    - added HAVE_NAMESPACES=1 to config.h.in to fix an FTBFS
    - removed dependency on my_sstream.h and src/includes/sstream from
      several files; why upstream ships their own sstream...

 -- Luca Filipozzi <lfilipoz@debian.org>  Mon, 15 Jul 2002 04:26:06 -0700

gengetopt (2.7-1) unstable; urgency=low

  * New upstream release

 -- Luca Filipozzi <lfilipoz@debian.org>  Fri, 12 Jul 2002 22:40:10 -0700

gengetopt (2.6-2) unstable; urgency=low

  * debian/watch: updated to uscan version 2 format 

 -- Luca Filipozzi <lfilipoz@debian.org>  Sat, 13 Apr 2002 15:32:52 -0700

gengetopt (2.6-1) unstable; urgency=low

  * New upstream release

 -- Luca Filipozzi <lfilipoz@debian.org>  Sat, 23 Mar 2002 19:22:32 -0800

gengetopt (2.5-1) unstable; urgency=low

  * New upstream release
  * minor fix to manpage (Closes: Bug#121571)
  * minor change to src/gm.c to avoid using generating header protection
    ifdef's that start with an underscore (Closes: Bug#121575)

 -- Luca Filipozzi <lfilipoz@debian.org>  Wed, 19 Dec 2001 13:07:22 -0800

gengetopt (2.4-1) unstable; urgency=low

  * New maintainer
  * New upstream release
  * Completely reworked the debian/* files
  * No longer installs /usr/lib/debian-test/tests/gengetopt

 -- Luca Filipozzi <lfilipoz@debian.org>  Wed, 29 Aug 2001 08:06:09 -0700

gengetopt (2.3-1) unstable; urgency=low

  * New upstream release

 -- James R. Van Zandt <jrv@vanzandt.mv.com>  Sat, 12 May 2001 09:52:49 -0400

gengetopt (2.2-4) unstable; urgency=low

  * debian/watch: support uscan

 -- James R. Van Zandt <jrv@vanzandt.mv.com>  Sat, 12 May 2001 09:35:54 -0400

gengetopt (2.2-3) unstable; urgency=low

  * debian/control: build-depends on flex (Closes:Bug#95958)

 -- James R. Van Zandt <jrv@vanzandt.mv.com>  Fri, 11 May 2001 21:22:37 -0400

gengetopt (2.2-2) unstable; urgency=low

  * debian/control: move build-depends line to source section.  Upgrade
    policy to 3.5.2.
  * debian/rules: honor DEB_BUILD_OPTIONS.  Keep Makefile and several
    other intermediate files out of .diff file.
  * debian/tests: support debian-test

 -- James R. Van Zandt <jrv@vanzandt.mv.com>  Fri, 27 Apr 2001 21:00:53 -0400

gengetopt (2.2-1) unstable; urgency=low

  * New upstream release

 -- James R. Van Zandt <jrv@vanzandt.mv.com>  Fri, 19 Jan 2001 20:22:48 -0500

gengetopt (2.1-1) unstable; urgency=low

  * New upstream release

 -- James R. Van Zandt <jrv@vanzandt.mv.com>  Tue, 26 Sep 2000 21:25:16 -0400

gengetopt (2.0-1) unstable; urgency=low

  * New upstream release
  * Build-Depends on debhelper
  * copyright: Updated license.  Removed reference to old GPL location.
  * Moved examples to /usr/share/doc/gengetopt/examples
  * src/gm.c: Add cast, to eliminate error message when generated code is
    compiled as C++.

 -- James R. Van Zandt <jrv@vanzandt.mv.com>  Sat,  2 Sep 2000 13:34:37 -0400

gengetopt (1.1.1-3) unstable; urgency=low

  * Install /usr/doc/gengetopt symlink.

 -- James R. Van Zandt <jrv@vanzandt.mv.com>  Wed, 15 Sep 1999 17:14:55 -0400

gengetopt (1.1.1-2) unstable; urgency=low

  * Link against glibc2.1
  * Update to FHS
  * Update reference to GPL in copyright file

 -- James R. Van Zandt <jrv@vanzandt.mv.com>  Mon,  6 Sep 1999 20:21:08 -0400

gengetopt (1.1.1-1) unstable; urgency=low

  * New upstream release.  License clarified: GPL.

 -- James R. Van Zandt <jrv@vanzandt.mv.com>  Tue, 17 Aug 1999 20:21:29 -0400

gengetopt (1.1.0-1) unstable; urgency=low

  * Initial Release.  Includes man page written for Debian.

 -- James R. Van Zandt <jrv@vanzandt.mv.com>  Sun, 20 Jun 1999 10:15:03 -0400

Local variables:
mode: debian-changelog
End: