]> git.sur5r.net Git - glabels/blob - debian/changelog
Mention new patches in debian/changelog
[glabels] / debian / changelog
1 glabels (3.0.0-1) unstable; urgency=low
2
3   * New upstream release (Closes: #665535)
4   * Recreate debian/patches/* for 3.0.0
5     - Names changed due to use of gbp-pq
6     - Drop 30_Werror-format-security.patch as glables now uses
7       external barcode
8     - Drop 40_linker.patch (Change adopted upstream)
9   * New patches:
10     - 0003-libglbarcode-uses-pangocairo-not-plain-pango.patch
11     - 0004-libglabels-silently-uses-gobject-fix-linkage.patch
12     - 0005-Ignore-unused-screenshot.patch
13   * Update lintian override for 3.0.0
14   * Update debian/copyright for 3.0.0
15   * Recommend evince (Closes: #560899)
16   * Adopt package (Closes: #569335)
17
18  -- Jakob Haufe <sur5r@sur5r.net>  Mon, 12 Mar 2012 00:11:13 +0100
19
20 glabels (2.2.8-3) unstable; urgency=low
21
22   * QA upload.
23   * Fix "FTBFS: plessey.c:151:9: error: format not a string literal and
24     no format arguments [-Werror=format-security]": new patch
25     30_Werror-format-security.patch: add format argument to sprintf call.
26     (Closes: #643390)
27   * New patch 40_linker.patch: add '-lm' to linker arguments, otherwise the
28     build fails with binutils-gold or --no-add-needed.
29
30  -- gregor herrmann <gregoa@debian.org>  Mon, 19 Dec 2011 19:00:44 +0100
31
32 glabels (2.2.8-2) unstable; urgency=low
33
34   [ Olivier Berger ]
35   * QA upload.
36   * Updated Standards-Version
37   * Added several small changes to get rid of some lintian warnings
38
39   [ Neil Williams ]
40   * Tweak standards version. Apply QA changes from 569335. Thanks to
41     Olivier Berger <oberger@ouvaton.org>
42   * Move to collab-maint to make it easier for QA work.
43   * Drop shlib:Depends variable from -dev package, not used.
44   * Drop uploaders rule, not used by QA.
45
46  -- Neil Williams <codehelp@debian.org>  Sat, 14 May 2011 19:24:23 +0100
47
48 glabels (2.2.8-1) unstable; urgency=low
49
50   * New upstream release:
51     - Fix crash caused by new g_new macros in glib-2.24.0
52     - Removed extra padding in "New label" dialog
53     - Updated translations
54     - New templates
55   * Switch to dpkg-source 3.0 (quilt) format
56
57  -- Didier Roche <didrocks@ubuntu.com>  Wed, 21 Apr 2010 11:46:13 +0200
58
59 glabels (2.2.7-2) unstable; urgency=low
60
61   * debian/control.in,
62     debian/rules:
63     - Stop calling dh_buildinfo, nobody has ever looked at it.
64   * debian/glabels.postinst,
65     debian/glabels-dev.postinst,
66     debian/glabels.preinst,
67     debian/glabels-dev.preinst,
68     debian/glabels.links,
69     debian/glabels-dev.links,
70     debian/rules:
71     - Stop symlinking the doc directories. Closes: #574305.
72
73  -- Emilio Pozuelo Monfort <pochu@debian.org>  Thu, 18 Mar 2010 00:26:34 +0100
74
75 glabels (2.2.7-1) unstable; urgency=low
76
77   * 2.2.7-1 New upstream release.
78     - debian/control.in:
79       + Bump libxml2-dev build dependency.
80   * debian/patches/10_manpage.patch:
81     - Forwarded, add headers.
82   * debian/glabels.dirs:
83     - Removed, unneeded.
84   * debian/control.in:
85     - Stop mentioning the upstream author in the long description.
86       He's already listed in the proper place -- debian/copyright.
87
88  -- Emilio Pozuelo Monfort <pochu@debian.org>  Fri, 05 Mar 2010 19:13:12 +0100
89
90 glabels (2.2.6-1) unstable; urgency=low
91
92   * debian/glabels-data.post{inst,rm}:
93     - Removed, update-{desktop,mime}-database are now triggerized so
94       there's no need to call them. Closes: #559506.
95   * New upstream release.
96   * debian/watch: don't uupdate.
97   * debian/control.in:
98     - Build depend on gnome-doc-utils.
99     - Standards-Version is 3.8.4, no changes needed.
100
101  -- Emilio Pozuelo Monfort <pochu@debian.org>  Thu, 11 Feb 2010 13:36:08 +0100
102
103 glabels (2.2.5-1) unstable; urgency=low
104
105   [ Rodolphe Pelloux-Prayer ]
106   * New upstream release.
107     + Closes: #457970 and #515335.
108     + Add new template. Closes: #499459.
109   * debian/patches/:
110     + 01_null_strlen.patch: removed.
111     + 11_cepnet.patch: removed, applied upstream.
112   * debian/control:
113     + Standards-Version is 3.8.2, no changes needed.
114     + Added Vcs-Browser and Vcs-Svn fields.
115     + Remove libgnomeprintui dependency.
116     + Update libebook, libgnomeui dependencies.
117     + Add missing build-dependencies. Closes: #536923.
118
119   [ Josselin Mouette ]
120   * watch: use sf.net virtual address to make uupdate work, thanks 
121     Raphael Geissert. Closes: #449720.
122
123   [ Sven Arvidsson ]
124   * Mention barcode functionality in the long description, 
125     thanks Dieter Faulbaum. (Closes: #466816)
126   * Fix Homepage field in debian/control.
127
128   [ Loic Minier ]
129   * Add ${misc:Depends} and ${shlibs:Depends}.
130   * Use UTF-8 for debian/copyright.
131   * Use Applications instead of Apps in menu file.
132
133   [ Emilio Pozuelo Monfort ]
134   * debian/copyright: updated for the new version.
135   * Ship the desktop file in the glabels package.
136   * Remove unneeded Section field from glables-data.
137   * Upload to unstable.
138
139  -- Emilio Pozuelo Monfort <pochu@ubuntu.com>  Tue, 11 Aug 2009 23:27:06 +0200
140
141 glabels (2.1.3-3) unstable; urgency=low
142
143   * 01_null_strlen.patch: fix strlen(NULL) causing segmentation fault.
144     Closes: #444822.
145
146  -- Josselin Mouette <joss@debian.org>  Mon, 01 Oct 2007 12:45:28 +0200
147
148 glabels (2.1.3-2) unstable; urgency=low
149
150   [ Kilian Krause ]
151   * Add get-orig-source target.
152
153   [ Loic Minier ]
154   * Set maintainer to Debian GNOME Maintainers.
155   * Wrap build-deps and deps.
156
157   [ Otavio Salvador ]
158   * Add support to CEPNet. Thanks to Mário Meyer <mario@meyer.eti.br> for
159     the patch (closes: #436288)
160
161  -- Otavio Salvador <otavio@debian.org>  Mon, 06 Aug 2007 17:01:07 -0300
162
163 glabels (2.1.3-1) unstable; urgency=low
164
165   [ Oystein Gisnas ]
166   * New upstream version
167     - Fix crash when grid is disabled (closes: #368241)
168     - Add shadow attribute to label objects
169     - Fix color groups in color combo widgets
170     - Fix several bugs and crashers
171   * Add missing options to manpage. Thanks to Ralph Aichinger
172     <ralph@mail.pangea.at> (closes: #357046)
173   * Update watch file to version 3
174   * debian/patches/70_relibtoolize.patch: Obsolete
175   * Add --as-needed ld flag
176
177   [ Loic Minier ]
178   * Ship full copyright information.
179
180  -- Loic Minier <lool@dooz.org>  Wed,  5 Jul 2006 20:50:20 +0200
181
182 glabels (2.1.2-4) unstable; urgency=low
183
184   * Stop shipping *.la files in glabels-dev.
185     [debian/glabels-dev.install]
186   * Make the package binNMU-safe.
187     - Build-depend on dpkg-dev 1.13.19.
188       [debian/control, debian/control.in]
189     - Use ${source:Version} and ${binary:Version} for inter-package
190       dependencies.
191       [debian/control, debian/control.in]
192   * Bump up Standards-Version to 3.7.2.
193     [debian/control, debian/control.in]
194
195  -- Loic Minier <lool@dooz.org>  Fri, 12 May 2006 15:39:40 +0200
196
197 glabels (2.1.2-3) unstable; urgency=medium
198
199   * [debian/control.in]:
200     - Remove version from glabels-data dependency.
201       (closes: #338675)
202     - Expand description.
203     - Update build-dependencies to support Evolution 2.4.
204   * [debian/rules]:
205     - Use util.mk to safeguard against dh_install missing files.
206
207  -- Andrew Lau <netsnipe@users.sourceforge.net>  Tue, 10 Jan 2006 18:40:28 +1100
208
209 glabels (2.1.2-2) unstable; urgency=low
210
211   * Relibtoolize.
212     [debian/patches/70_relibtoolize.patch]
213
214  -- Loic Minier <lool@dooz.org>  Mon,  9 Jan 2006 18:59:28 +0100
215
216 glabels (2.1.2-1) unstable; urgency=low
217
218   * New upstream version.
219     - Evolution Data Server support.
220     - Respects default printer setting
221       (closes: #323145)
222     - Fix crash when handling image objects.
223       (closes: #343979)
224     - Fix merge properties crash.
225       (closes: #345634)
226     - Rebuild against libgnomeprintui2.2-0 (2.12).
227       (closes: #346118)
228     - Patch merged: 50_fix-avery-32015-label.patch
229   * [debian/rules]:
230     - Revert usage of ld's --as-needed option.
231   * Debian Standards-Version: 3.6.2.2
232   * Debhelper compatibility: 5
233
234  -- Andrew Lau <netsnipe@users.sourceforge.net>  Mon,  9 Jan 2006 02:50:54 +1100
235
236 glabels (2.1.1-3) unstable; urgency=low
237
238   * Change dependencies to = Source-Version: yes that sucks, but it breaks
239     more often if one has to manually update it than binNMUs.
240     [debian/control, debian/control.in]
241
242  -- Loic Minier <lool@dooz.org>  Fri, 11 Nov 2005 14:12:56 +0100
243
244 glabels (2.1.1-2) unstable; urgency=low
245
246   * Add extra glabels-data >= 2.1.1 dependencies to glabels until dpkg
247     supports = Source-Version deps correctly. (Closes: #338074)
248     [debian/control, debian/control.in]
249   * Remove weird Replaces: glabels-data (<< 2.1.1) in glabels.
250     [debian/control, debian/control.in]
251   * New patch by Anand Kumria to fix naming of a label. (Closes: #330629)
252     [debian/patches/50_fix-avery-32015-label.patch]
253
254  -- Loic Minier <lool@dooz.org>  Wed,  9 Nov 2005 18:42:45 +0100
255
256 glabels (2.1.1-1) unstable; urgency=low
257
258   * New upstream development release.
259     - Patch merged: 00_print-dialog.patch
260   * Debian Standards-Version to 3.6.2
261   * [debian/control.in]:
262     - Update build dependencies for GNOME 2.10.
263   * [debian/rules]:
264     - Record compile-time dependency versions using dh_buildinfo.
265   * Symlink all documentation dirs to /usr/share/doc/glabels-common
266
267  -- Andrew Lau <netsnipe@users.sourceforge.net>  Sat,  9 Jul 2005 03:17:49 +1000
268
269 glabels (2.0.2-3) unstable; urgency=medium
270
271   * [debian/rules]:
272     - FTBFS fix: disable execution of update-desktop-database.
273       (closes: #300556)
274
275  -- Andrew Lau <netsnipe@users.sourceforge.net>  Mon, 21 Mar 2005 01:07:25 +1100
276
277 glabels (2.0.2-2) unstable; urgency=medium
278    
279   * [debian/rules]:
280     - Deflate dependencies via ld's --as-needed option.
281       This also removes dependency against non-free libhowl0.
282   * Set print-dialog to the correct size.
283     + [debian/patches/00_print-dialog.patch]
284       (closes: #295274)
285   * Text object properties now display.
286       (closes: #296846)
287   
288  -- Andrew Lau <netsnipe@users.sourceforge.net>  Wed, 16 Mar 2005 15:47:19 +1100
289
290 glabels (2.0.2-1) unstable; urgency=medium
291
292   * New upstream release.
293   * [debian/rules]:
294     - x-glabels.xml restored to package fixing GNOME program association.
295       (closes: #281758)
296   * Split files off into two new packages:
297     - glabels-data: common files
298     - glabels-dev: development library files
299
300  -- Andrew Lau <netsnipe@users.sourceforge.net>  Fri, 28 Jan 2005 01:06:03 +1100
301
302 glabels (2.0.1-1) unstable; urgency=medium
303   
304   * New upstream release.
305   * Remove locally generated shared-mime-info files during build which break
306     the system MIME database. Run update-mime-database in postinst/postrm.
307     (closes: #266085)
308
309  -- Andrew Lau <netsnipe@users.sourceforge.net>  Thu, 19 Aug 2004 03:33:58 +1000
310
311 glabels (2.0.0-1) unstable; urgency=medium
312
313   * New upstream release.
314     (closes: #264864)
315     - Properly handles old templates
316       (closes: #227886)
317     - Release critical 64-bit fixes
318       (closes: #231850)
319     - Manpage now included
320       (closes: #250810)
321   * Patches regenerated:
322     - 00_relibtoolize.patch
323
324  -- Andrew Lau <netsnipe@users.sourceforge.net>  Wed, 11 Aug 2004 18:44:51 +1000
325
326 glabels (1.93.3-2) unstable; urgency=low
327
328   * Relibtoolize and rebuild to get rid of the gnutls7 dependency.
329   * debian/control:
330     + Add me to Uploaders (gnome-pkg-tools is still in incoming)
331     + Add libxml-parser-perl to Build-Depends
332
333  -- Marc 'HE' Brockschmidt <he@debian.org>  Thu, 17 Jun 2004 17:42:22 +0200
334
335 glabels (1.93.3-1) unstable; urgency=low
336
337   * New upstream release.
338
339  -- Andrew Lau <netsnipe@users.sourceforge.net>  Wed, 10 Mar 2004 10:44:28 +1100
340
341 glabels (1.93.2-2) unstable; urgency=low
342
343   * Restored scrollkeeper to Build-Depends.
344     (closes: #229473, #229476)
345
346  -- Andrew Lau <netsnipe@users.sourceforge.net>  Mon, 26 Jan 2004 23:18:13 +1100
347
348 glabels (1.93.1-3) unstable; urgency=low
349
350   * In fact scrollkeeper was added to Depends and not Build-Depends, and 
351     is moved to Suggests now since it seems to not be necessary. 
352   * debian/rules:
353     + dh_scrollkeeper should not generate postinst and postrm scripts
354   * debian/postinst, debian/postrm:
355     + new scripts since we don't use dh_scrollkeeper to manage them.
356   
357  -- Sebastien Bacher <seb128@debian.org>  Sun, 28 Dec 2003 18:53:41 +0100
358
359 glabels (1.93.1-2) unstable; urgency=low
360
361   * Added scrollkeeper to Build-Depends (Closes: #225268).
362
363  -- Sebastien Bacher <seb128@debian.org>  Sun, 28 Dec 2003 14:55:24 +0100
364
365 glabels (1.93.1-1) unstable; urgency=low
366
367   * New upstream release.
368     + Print dialog now tracks settings separately for each label/window
369       (Closes: #17631).
370   * debian/patches/00_destdir.patch:
371     + removed since the changes are in the new version.
372   * Gnome Team Upload.
373
374  -- Sebastien Bacher <seb128@debian.org>  Fri, 26 Dec 2003 21:04:44 +0100
375
376 glabels (1.92.3-1) unstable; urgency=low
377
378   * New upstream version.
379
380  -- Andrew Lau <netsnipe@users.sourceforge.net>  Mon, 10 Nov 2003 19:28:11 +1100
381
382 glabels (1.92.2-1) unstable; urgency=low
383
384   * Initial Debian Release of GNOME 2 branch.
385     Thanks to Shell Hung <shell@debian.org> for maintaining GNOME 1.x branch.
386     (closes: #195861)
387   * Patches:
388     - 00_destdir.patch: Fixed installation path for data files.      
389
390  -- Andrew Lau <netsnipe@users.sourceforge.net>  Mon, 10 Nov 2003 15:30:04 +1100
391
392 glabels (0.4.6-1) unstable; urgency=low
393
394   * New upstream release
395
396  -- Shell Hung <shell@debian.org>  Wed,  9 Oct 2002 18:13:24 +0800
397
398 glabels (0.4.4-2) unstable; urgency=low
399
400   * Add glabels.menu (Closes: #149413) 
401
402  -- Shell Hung <shell@debian.org>  Mon, 15 Jul 2002 14:09:31 +0800
403
404 glabels (0.4.4-1) unstable; urgency=low
405
406   * New upstream release
407
408  -- Shell Hung <shell@debian.org>  Sun, 14 Jul 2002 18:19:01 +0800
409
410 glabels (0.4.3-3) unstable; urgency=low
411
412   * Add libzvt-dev and libgtkxmhtml-dev in build-dep
413   * Fixed a stripped bug (Closes: #143807)
414   * Report by Helge Kreutzmann <kreutzm@itp.uni-hannover.de>
415   * Fixed by upstream author Jim Evins <evins@snaught.com>
416
417  -- Shell Hung <shell@debian.org>  Sat, 27 Apr 2002 13:15:22 +0800
418
419 glabels (0.4.3-2) unstable; urgency=low
420
421   * Add gawk to build-dep
422   * link man page
423
424  -- Shell Hung <shell@debian.org>  Fri, 12 Apr 2002 10:50:35 +0800
425
426 glabels (0.4.3-1) unstable; urgency=low
427
428   * Initial release. (Closes: #140840)
429
430  -- Shell Hung <shell@debian.org>  Thu, 11 Apr 2002 13:18:26 +0800