File: changelog

package info (click to toggle)
barcode 0.99-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 4,700 kB
  • sloc: ansic: 21,570; sh: 11,815; makefile: 26; sed: 16
file content (282 lines) | stat: -rw-r--r-- 8,793 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
barcode (0.99-4) unstable; urgency=medium

  [ Debian Janitor ]
  * Set upstream metadata fields: Bug-Submit (from ./configure),
    Repository, Repository-Browse.
  * Fix day-of-week for changelog entries 0.97-2, 0.95.1-4, 0.95.1-2,
    0.94-1, 0.92-2.

  [ Boyuan Yang ]
  * debian/control:
    + Bump Standards-Version to 4.5.0.
    + Bump debhelper compat to v13.
  * debian/patches: Add patch to bring libbarcode support back.
    (Closes: #941997)
  * debian/patches: Add patch to fix FTBFS with GCC 10.
    (Closes: #957035)

 -- Boyuan Yang <byang@debian.org>  Thu, 23 Jul 2020 22:47:49 -0400

barcode (0.99-3) unstable; urgency=medium

  * Rebuild for Debian Buster.
  * debian/barcode.1: Add a Debian-specific man page and redirect users
    onto upstream-provided info page. (Closes: #915539)
  * debian/control: Also suggests info package for info page reading.

 -- Boyuan Yang <byang@debian.org>  Mon, 17 Dec 2018 19:07:47 -0500

barcode (0.99-2) unstable; urgency=medium

  * debian/control:
    + Use debhelper-compat (= 11) and remove old debian/compat file.
    + Update package description and remove information about
      providing libraries. (Closes: #914851)
    + R³: Use Rules-Requires-Root: no.

 -- Boyuan Yang <byang@debian.org>  Tue, 04 Dec 2018 09:44:01 -0500

barcode (0.99-1) unstable; urgency=medium

  * Take over maintenance of the package (ITS).
    Closes: #910102.
  * New upstream relesae 0.99.
  * debian: Apply "wrap-and-sort -abst".
  * debian/control:
    + Bump Standards-Version to 4.2.1.
    + Bump debhelper compat to v11.
    + Update maintainer field accordingly.
    + Add Vcs-* fields and point to git repo under Salsa debian group.
  * debian/rules:
    + Use dh syntax and dh_missing --fail-missing.
    + This should also closes: #902329 for cross-compiling FTCBFS.
  * debian/patches: Refresh patches.
    + Drop 02-margin.patch, its origin is unclear and is causing
      problems. Hopefully closes: #169783.

 -- Boyuan Yang <byang@debian.org>  Tue, 23 Oct 2018 16:29:02 -0400

barcode (0.98+debian-9.1) unstable; urgency=medium

  * Non-maintainer upload
  * build with -fPIC (Closes: #708561)

 -- Hilko Bengen <bengen@debian.org>  Mon, 20 Oct 2014 11:04:37 +0200

barcode (0.98+debian-9) unstable; urgency=low

  * New maintainer. (Closes: #540584: O: barcode -- Utility and library
    for barcode generation)
  * Updated standards-version to 3.8.4
  * Added README.source

 -- Matti Pöllä <mpo@iki.fi>  Tue, 09 Mar 2010 23:22:36 +0200

barcode (0.98+debian-8) unstable; urgency=low

  * Removing vcs fields.
  * Orphaning package.

 -- Daniel Baumann <daniel@debian.org>  Sun, 09 Aug 2009 01:25:50 +0200

barcode (0.98+debian-7) unstable; urgency=low

  * Correcting indenting in copyright file.
  * Updatingto debhelper 7.
  * Updating to standards 3.8.0.
  * Updating vcs fields in control file.
  * Using patch-stamp rather than patch in rules file.
  * Replacing obsolete dh_clean -k with dh_prep.
  * Updating section of the debug package.
  * Updating rules to current state of the art.
  * Using correct rfc-2822 date formats in changelog.
  * Updating package to standards version 3.8.2.
  * Prefxing debhelper files with package name.
  * Updating year in copyright file.
  * Using quilt rather than dpatch.
  * Adding patch to add header to info page (Closes: #528867).

 -- Daniel Baumann <daniel@debian.org>  Fri, 17 Jul 2009 00:11:29 +0200

barcode (0.98+debian-6) unstable; urgency=low

  * Reordering compiler flags in configure call.
  * Adding debug package.

 -- Daniel Baumann <daniel@debian.org>  Thu, 17 Apr 2008 00:22:00 +0200

barcode (0.98+debian-5) unstable; urgency=medium

  * Enabling 04-manpage.dpatch.
  * Removing watch file.
  * Reordering rules file.
  * Rewriting copyright file in machine-interpretable format.
  * Adding vcs fields in control file.
  * Updating package to debhelper 6.
  * Removing config.guess and config.sub from debian branch.

 -- Daniel Baumann <daniel@debian.org>  Wed, 16 Apr 2008 14:26:00 +0200

barcode (0.98+debian-4) unstable; urgency=low

  * Bumped to new policy.
  * Using new homepage field in control.
  * Don't hide make errors in clean target of rules.

 -- Daniel Baumann <daniel@debian.org>  Thu, 27 Dec 2007 08:01:00 +0100

barcode (0.98+debian-3) unstable; urgency=low

  * doc/manpager seems to need gawk to produce proper manpages
    (Closes: #436523).

 -- Daniel Baumann <daniel@debian.org>  Tue, 14 Aug 2007 14:30:00 +0200

barcode (0.98+debian-2) unstable; urgency=low

  * Added patch from Chris Howie <crazycomputers@yahoo.com> to fix wrong
    codabar implementation in barcode (Closes: #320908).
  * Added patch from Paolo <oopla@users.sf.net> to fix oversized images
    (Closes: #320908).

 -- Daniel Baumann <daniel@debian.org>  Sat, 14 Apr 2007 17:15:00 +0200

barcode (0.98+debian-1) unstable; urgency=low

  * New maintainer (Closes: #358454).
  * Rebuild upstream tarball without debian directory.
  * Redone debian packaging from scratch.

 -- Daniel Baumann <daniel@debian.org>  Sat, 07 Apr 2007 13:10:00 +0200

barcode (0.98-4) unstable; urgency=low

  * QA upload. Switch to debhelper and do some cleanup (Closes: #372966).

 -- Santiago Vila <sanvila@debian.org>  Thu, 05 Apr 2007 14:40:52 +0200

barcode (0.98-3) unstable; urgency=low

  * QA upload.
  * Set maintainer address to QA group.

 -- Nico Golde <nion@debian.org>  Wed, 21 Mar 2007 16:00:07 +0100

barcode (0.98-2) unstable; urgency=low

  * Fix Build dependency on libpaperg-dev (Closes: #346400).
  * Fix manpage (Closes: #356932).
  * Fix upstream location (Closes: #279600).
  * Fix copyright (Closes: #290070).
  * Fix spelling (Closes: #363174).

 -- Jim Westveer <jwest@netnw.com>  Wed, 19 Apr 2006 00:15:47 +0100

barcode (0.98-1.2) unstable; urgency=low

  * Non-maintainer upload.
  * Fix manpage (Closes: #356932).

 -- Luk Claes <luk@debian.org>  Wed, 15 Mar 2006 00:15:47 +0100

barcode (0.98-1.1) unstable; urgency=high

  * Non-maintainer upload.
  * Change build dependency on libpaperg-dev to libpaper-dev (Closes: #346400)

 -- Luk Claes <luk@debian.org>  Sun, 22 Jan 2006 18:29:32 +0100

barcode (0.98-1) unstable; urgency=low

  * New upstream release. Closes #140931
  * Yes the man page is messy, use info instead.

 -- Jim Westveer (jwest) <jwest@netnw.com>  Thu, 04 Apr 2002 20:04:09 -0800

barcode (0.97-2) unstable; urgency=low

  * Fix spelling error in control file. Closes: #124437

 -- Jim Westveer <jwest@netnw.com>  Sun, 17 Feb 2002 18:14:35 -0800

barcode (0.97-1) unstable; urgency=low

  * New upstream release. Closes: #133401

 -- Jim Westveer <jwest@netnw.com>  Sat, 16 Feb 2002 09:14:35 -0800

barcode (0.95.1-4) stable unstable; urgency=low

  * fixed package error (nop).  Closes: #70200
  * uploaded to unstable, as stable update was rejected for some stupid reason

 -- Jim Westveer <jwest@netnw.com>  Mon, 13 Nov 2000 08:30:00 -0700

barcode (0.95.1-3) stable; urgency=low

  * fixed package error. .orig.tar.gz was not being uploaded

 -- Jim Westveer <jwest@netnw.com>  Tue, 22 Aug 2000 08:30:00 -0700

barcode (0.95.1-2) unstable; urgency=low

  * fixed package error. Closes: #69329

 -- Jim Westveer <jwest@netnw.com>  Sat, 22 Jul 2000 07:30:00 -0700

barcode (0.95.1-1) unstable; urgency=low

  * New upstream version 0.95.1
  * patch to 0.95.1 in main.c (stricmp)
    to fix compile error.
  * 0.95.1 fixes errors found in 0.94 about ymargin1 = y * unit

 -- Jim Westveer <jwest@netnw.com>  Sun, 28 May 2000 07:30:00 -0700

barcode (0.95-1) unstable; urgency=low

  * New upstream version 0.95

 -- Jim Westveer <jwest@netnw.com>  Sun, 28 May 2000 07:00:00 -0700

barcode (0.94-1) unstable; urgency=low

  * New upstream version 0.94

 -- Jim Westveer <jwest@netnw.com>  Thu, 02 Sep 1999 19:00:00 -0700

barcode (0.93-1) unstable; urgency=low

  * New upstream version 0.93

 -- Jim Westveer <jwest@netnw.com>  Mon, 27 Sep 1999 19:05:11 -0700

barcode (0.92-2) unstable; urgency=low

  * Changed line 434 of main.c fixixing xmargin Closes: #45112

 -- Jim Westveer <jwest@netnw.com>  Sun, 19 Sep 1999 19:05:11 -0700

barcode (0.92-1) unstable; urgency=low

  * new upstream version
  * libbarcode.a installs correctly.
  * sources are pristine.
  * gnupg signed

 -- Jim Westveer <jwest@netnw.com>  Mon, 13 Sep 1999 09:05:11 -0700

barcode (0.91.4-2) unstable; urgency=low

  * Changed Architecture: field to 'any'. Closes: #44992

 -- Jim Westveer <jwest@netnw.com>  Wed, 01 Sep 1999 10:55:11 -0700

barcode (0.91.4-1) unstable; urgency=low

  * Initial release.
  * Only changes were to Makefile.
  * only uploaded to arch i386, as I have not tested on other archs.
  * cant seem to get libbarcode.a to go into /usr/lib ... still working on it.

 -- Jim Westveer <jwest@netnw.com>  Thu, 26 Aug 1999 10:55:11 -0700