File: changelog

package info (click to toggle)
genparse 0.9.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 3,372 kB
  • ctags: 2,722
  • sloc: ansic: 8,795; cpp: 6,060; sh: 5,336; java: 578; yacc: 482; lex: 315; makefile: 310
file content (284 lines) | stat: -rw-r--r-- 8,892 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
genparse (0.9.2-1) unstable; urgency=medium

  * New upstream release.
  * debian/control
    - (Build-Depends). Delete texi2html. See #698081
      and https://wiki.debian.org/Texi2htmlTransition
    - (Homepage): update URL.
    - (Standards-Version): Update to 3.9.8.
    - (Vcs-*): Update to anonscm.debian.org.
  * debian/copyright
    - (Format): update from DEP5 to 1.0.
    - Update URLs.
  * debian/patches
    - (10): New. (FTBFS; Closes: #802190)
    - (20): New. Correct manual page.
    - (30): New. Gcc fixes.
  * debian/rules
    - Use dh --with autoreconf (Closes: #727866).
  * debian/source/options
    - New file.

 -- Jari Aalto <jari.aalto@cante.net>  Thu, 10 Nov 2016 14:18:01 +0200

genparse (0.9.1-1) unstable; urgency=low

  * New upstream release (FTBFS; Closes: #666372).
  * debian/compat
    - Update to 9
  * debian/control
    - (Build-Depends): update to debhelper 9.
    - (Standards-Version): Update to 3.9.3.1.
  * debian/copyright
    - Update to format 1.0.
  * debian/rules
    - Use hardened CFLAGS.
      http://wiki.debian.org/ReleaseGoals/SecurityHardeningBuildFlags

 -- Jari Aalto <jari.aalto@cante.net>  Thu, 10 May 2012 09:32:14 +0300

genparse (0.8.7-4) unstable; urgency=low

  * debian/control
    - (Build-Depends): Add autoconf and automake.
      Change openjdk-6-jdk to default-jdk. Patch thanks to
      Petr Salinger <Petr.Salinger@seznam.cz> (Bug#590014).
  * debian/copyright
    - (Format): Update URL (lintian).
  * debian/debian-save-restore.mk
    - Update. Use PACKAGE suffix for saved files.
  * debian/patches
    - (10): Rename from 40.
    - (12): New. Correct include option in Makefile.am which causes
      autoreconf(1) to exit with error.
  * debian/rules
    - (FILE_LIST_PRESERVE): Add autoreconf modified files.
    - (override_dh_auto_configure): Run autoreconf(1) to make patch by
      Petr Salinger <Petr.Salinger@seznam.cz> effective (Closes: #590014).
      Copy fresh config.* files.

 -- Jari Aalto <jari.aalto@cante.net>  Sun, 02 Oct 2011 09:36:06 +0300

genparse (0.8.7-3) unstable; urgency=low

  * debian/control
    - (Build-Depends): Change texlive to doxygen-latex (Closes: #616217).
    - (Standards-Version): Update to 3.9.2.
  * debian/copyright
    - Update to DEP5.

 -- Jari Aalto <jari.aalto@cante.net>  Thu, 21 Apr 2011 14:44:33 +0300

genparse (0.8.7-2) unstable; urgency=low

  * debian/compat
    - Update to 8.
  * debian/control
    - (Build-Depends): update to debhelper 8.
    - (Standards-Version): 3.9.1.
  * debian/patches
    - (40): New. Disable HAVE_GCJ in configure.ac. This changes
      openjdk-6-jdk into default-jdk, Patch thanks to
      Petr Salinger <Petr.Salinger@seznam.cz>
      (bd-uninstallable on hppa, kfreebsd-*; serious; Closes: #590014).

 -- Jari Aalto <jari.aalto@cante.net>  Tue, 12 Oct 2010 19:13:01 +0300

genparse (0.8.7-1) unstable; urgency=low

  * New upstream release.
  * debian/clean
    - New file.
  * debian/rules
    - (FILE_LIST_PRESERVE): update to latest upstream.
    - (override_dh_clean): new target.

 -- Jari Aalto <jari.aalto@cante.net>  Sat, 20 Mar 2010 11:19:52 +0200

genparse (0.8.6-1) unstable; urgency=low

  * New upstream release.
  * debian/debian-save-restore.mk
    - Update suffix handling.
  * debian/rules
    - (FILE_LIST_PRESERVE): update to current upstream.
    - (.PHONY): add binary.

 -- Jari Aalto <jari.aalto@cante.net>  Thu, 11 Mar 2010 01:57:50 +0200

genparse (0.8.5-1) unstable; urgency=low

  * New maintainer (ITA; Closes: #505992).
  * New upstream release (Closes: #559947).
  * Move to packaging format "3.0 (quilt)"
  * Package was removed from Debian testing 2009-12-10
    http://packages.qa.debian.org/g/genparse/news/20091210T163923Z.html
  * debian/changelog
    - Remove obsolete Emacs variables from the end.
  * debian/control
    - (Build-Depends): update to 7. change flex-old to flex.
      Add doxygen, libcppunit-dev, libcunit1-dev, junit
      etc. to satisfy new upstream release.
    - (Depends): add ${misc:Depends} for debhelper.
      Add install-info dependency.
    - (Standards-Version): update to 3.8.4.
    - (Vcs-*): add new fields.
  * debian/copyright
    - Update layout and add new author Michael Geng.
  * debian/compat
    - New file
  * debian/genparse.examples
    - Remove test/mycopy3.c, test/mycopy3.gp (no longer in sources).
  * debian/rules
    - remove DH_COMPAT
  * debian/source.lintian-overrides
    - Remove, not needed for current upstream.
  * debian/source/format
    - New file.
  * debian/watch
    - Use SF redirector (Closes: #450054).

 -- Jari Aalto <jari.aalto@cante.net>  Fri, 26 Feb 2010 09:06:44 +0200

genparse (0.5.2-11.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Fix FTBFS with GCC 4.3 (Closes: #417193).

 -- Luk Claes <luk@debian.org>  Sun, 09 Mar 2008 13:34:12 +0000

genparse (0.5.2-11) unstable; urgency=low

  * Update of Debian Policy.

 -- Víctor Pérez Pereira <vperez@debianvenezuela.org>  Tue, 27 Dec 2005 00:05:04 -0400

genparse (0.5.2-10.1) unstable; urgency=low

  * Non-maintainer upload.
  * Added texinfo as a build dependency. Closes: #302246.

 -- Lars Wirzenius <liw@iki.fi>  Fri, 22 Apr 2005 12:19:00 +0300

genparse (0.5.2-10) unstable; urgency=low

  * New maintainer (closes:  #266468).

 -- Víctor Pérez Pereira <vperez@debianvenezuela.org>  Sun, 20 Mar 2005 18:25:28 -0400

genparse (0.5.2-9) unstable; urgency=low

  * QA upload.
  * Rebuild to fix info file (Closes: #280099).
  * Update watch file.
  * Debhelper 4.
  * Remove autotools from Build-Depends; update to current config.{guess,sub}.
  * Fix clean rule not to remove stuff contained in orig.tgz.
  * Bump Standards-Version.

 -- Christoph Berg <cb@df7cb.de>  Sat, 27 Nov 2004 16:09:53 +0100

genparse (0.5.2-8) unstable; urgency=low

  * QA Group upload orphaning this package

 -- Andrew Pollock <apollock@debian.org>  Sat,  6 Nov 2004 11:00:00 +1100

genparse (0.5.2-7) unstable; urgency=low

  * fixed an FTBFS bug due to redifinition of float_t (Closes: Bug#189717)

 -- Luca Filipozzi <lfilipoz@debian.org>  Sat, 14 Jun 2003 11:16:44 -0700

genparse (0.5.2-6) unstable; urgency=low

  * debian/watch: upgraded to version 2 and fixed for sf.net

 -- Luca Filipozzi <lfilipoz@debian.org>  Sun,  2 Jun 2002 20:36:12 -0700

genparse (0.5.2-5) unstable; urgency=low

  * updated source to use namespaces (Closes:Bug#104691)

 -- Luca Filipozzi <lfilipoz@debian.org>  Fri, 26 Oct 2001 23:15:20 -0700

genparse (0.5.2-4) unstable; urgency=low

  * New maintainer
  * Completely reworked of debian/* files to use debhelper v3

 -- Luca Filipozzi <lfilipoz@debian.org>  Wed, 29 Aug 2001 10:32:50 -0700

genparse (0.5.2-3) unstable; urgency=low

  * debian/control: build-depends on flex and bison (Closes:Bug#95960)

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

genparse (0.5.2-2) unstable; urgency=low

  * debian/control: move build-depends line to source section.  policy
    version 3.2.1
  * debian/rules: honor DEB_BUILD_OPTIONS.

 -- James R. Van Zandt <jrv@vanzandt.mv.com>  Sun, 22 Apr 2001 21:21:29 -0400

genparse (0.5.2-1) unstable; urgency=low

  * New upstream release
  * sources are now at genparse.sourceforge.net

 -- James R. Van Zandt <jrv@vanzandt.mv.com>  Wed, 17 Jan 2001 20:47:59 -0500

genparse (0.4-3) unstable; urgency=low

  * parse_cl.cc: getopt_long returns int, not char.  Necessary for arm and
    powerpc.

 -- James R. Van Zandt <jrv@vanzandt.mv.com>  Mon, 15 Jan 2001 11:06:57 -0500

genparse (0.4-2) unstable; urgency=low

  * build-depends on debhelper
  * man page: description file needs spaces around "/" (thanks to Daniel
    Calvelo <dcalvelo@pharion.univ-lille2.fr>)
  * Add simple test for debian-test.

 -- James R. Van Zandt <jrv@vanzandt.mv.com>  Mon,  9 Oct 2000 21:47:28 -0400

genparse (0.4-1) unstable; urgency=low

  * New upstream release
  * genparse is now autoconfiscated - rework rules to match.
  * old demo program is gone.  Install mycopy3 as the example.
  * Install the info file.

 -- James R. Van Zandt <jrv@vanzandt.mv.com>  Wed,  5 Jan 2000 20:23:27 -0500

genparse (0.3-4) unstable; urgency=low

  * Example has moved from /usr/doc to /usr/share/doc.  Update manpage
    pointer. (closes:bug#52942)

 -- James R. Van Zandt <jrv@vanzandt.mv.com>  Fri, 17 Dec 1999 19:30:25 -0500

genparse (0.3-3) unstable; urgency=low

  * Install /usr/doc/genparse symlink.

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

genparse (0.3-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:28:31 -0400

genparse (0.3-1) unstable; urgency=low

  * Initial Release.
  * Wrote man page, based on existing README file.

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