]> git.deb.at Git - pkg/beep.git/blob - debian/changelog
3e59092f98866e8cc91b56eb2fbe0480075be59a
[pkg/beep.git] / debian / changelog
1 beep (1.3-4) unstable; urgency=low
2
3   * Update my name.
4   * Bump Standards-Version to 3.9.6.
5   * Switch to source format 3.0 (quilt).
6
7  -- 
8
9 beep (1.3-3) unstable; urgency=low
10
11   * Add patch catch-sig-term to also stop the beep when receiving SIGTERM.
12     Thanks to Jérôme for the patch.
13
14  -- Gerfried Fuchs <rhonda@debian.org>  Sun, 10 Jun 2012 11:51:43 +0200
15
16 beep (1.3-2) unstable; urgency=low
17
18   * The "l10n R us" release.
19   * Added/Updated debconf translations:
20     - Danish by Joe Hansen (closes: #633380)
21     - Polish by Michał Kułach (closes: #659367)
22     - Italian by Beatrice Torracca (closes: #660233)
23   * Bump Standards-Version to 3.9.3.
24   * Add recommended targets build-arch/build-indep to debian/rules.
25
26  -- Gerfried Fuchs <rhonda@debian.org>  Fri, 02 Mar 2012 19:29:25 +0100
27
28 beep (1.3-1) unstable; urgency=low
29
30   * New Upstream release importing all our changes  \o/
31   * Bump Standards-Version to 3.9.2.
32   * Add Vcs-* fields to control file.
33   * Relicensed Debian packaging under WTFPLv2.
34   * Explicitly call set -e instead of -e on the hashbang line.
35
36  -- Gerfried Fuchs <rhonda@debian.org>  Tue, 31 May 2011 20:49:17 +0200
37
38 beep (1.2.2-24) unstable; urgency=low
39
40   * Apply patch from Frans Pop for making beep-udeb depend on libc6-udeb
41     instead of libc6 (closes: #562001)
42   * Bump Standards-Version to 3.8.3.
43
44  -- Gerfried Fuchs <rhonda@debian.at>  Mon, 21 Dec 2009 23:20:38 +0100
45
46 beep (1.2.2-23) unstable; urgency=low
47
48   * Updated translation:
49     - Vietnamese by Clytie Siddall (closes: #498496)
50     - Spanish by Francisco Javier Cuadrado (closes: #506415)
51     - Catalan by Matt Bonner (closes: #521470)
52     - Italian by davide gliozzi
53   * Split _Choices field in debian/templates into __Choices without unfuzzying
54     translations.
55   * Bumped Standards-Version to 3.8.1.
56   * Remove update cruft in maintainer scripts from ancient releases.
57   * Fixed two typos in manpage noticed by A. Costra, thanks (closes: #497890)
58   * Add "minimal package" to the synopsis of beep-udeb.
59   * Add author + description informations to patches.
60
61  -- Gerfried Fuchs <rhonda@debian.at>  Sun, 29 Mar 2009 11:19:30 +0200
62
63 beep (1.2.2-22) unstable; urgency=low
64
65   * Remove Homepage control field from udeb.
66   * s/my/the package maintainer's/ in debian/templates, users have no concept
67     of "my" when they see the debconf question (removing overrides file).
68   * Updated templates file with more suggestion sent in by Esko Arajärvi,
69     thanks.
70   * Update debian/beep.1.diff to escape hyphens where they actually do mean
71     the minus sign.
72   * debian/po/vi.po: Removed the Language-Team as it bounces (or moderates,
73     can't read Vietnamese).
74   * New translation:
75     - Finish by Esko Arajärvi (closes: #492724, #493220)
76     - Romanian by Eddy Petrișor (closes: #493764)
77     - Euskara by Piarres Beobide (closes: #493842)
78   * Updated translations:
79     - Galician by Jacobo Tarrio (closes: #492792, #493305)
80     - Japanese by Hideki Yamane (closes: #492969, #493535)
81     - French by Daniel Déchelotte (closes: #493072, #494490)
82     - Swedish by Martin Bagge (closes: #493344)
83     - Portuguese by Miguel Figueiredo (closes: #493264)
84     - Russian by Yuri Kozlov (closes: #493280)
85     - Czech by Miroslav Kure (closes: #493596)
86     - Dutch by Thijs Kinkhorst (closes: #494093)
87     - Brazilian Portuguese by Felipe Augusto van de Wiel
88
89  -- Gerfried Fuchs <rhonda@debian.at>  Tue, 12 Aug 2008 12:00:46 -0300
90
91 beep (1.2.2-21) unstable; urgency=low
92
93   * Don't ignore make clean errors anymore.
94   * New debconf translation: Galician by Jacobo Tarrio (closes: #481751)
95   * Updated to Standards-Version to 3.8.0, add README.source file (referencing
96     quilt's).
97   * Also strip sections .comment and .note (closes: #490163)
98
99  -- Gerfried Fuchs <rhonda@debian.at>  Thu, 10 Jul 2008 15:14:18 +0200
100
101 beep (1.2.2-20) unstable; urgency=low
102
103   * Added Homepage: control field.
104   * Moved patches to quilt, split them into:
105     - makefile-fixup: don't try to remove something outside the build place
106     - verbose-option: enable --verbose/--debug for getting info on what's
107       getting done
108     - multiple-freq: produce a warning on multiple frequency parameters
109     - serial-console-fix: use /dev/tty0 instead of /dev/console
110     - devfs-fix: try /dev/vc/0 too
111     - event-option: enable --event switch for specifying a special device
112   * Updated copyright file with the actual header from the code.
113
114  -- Gerfried Fuchs <rhonda@debian.at>  Wed, 03 Oct 2007 19:46:07 +0200
115
116 beep (1.2.2-19) unstable; urgency=low
117
118   * Translation update: Japanese (Hideki Yamane, closes: #392171)
119   * Refixed manpage with respect to the event device handling
120     (closes: #397680)
121
122  -- Gerfried Fuchs <alfie@debian.org>  Tue, 20 Feb 2007 23:53:27 +0100
123
124 beep (1.2.2-18) unstable; urgency=low
125
126   * Use install instead of make install which just copies over the files...
127   * Changed postrm to remove bashism.
128   * Reverted part of the evdev patch: One needs to explicitly ask for using
129     /dev/input/event0 with the -e switch instead of it being tried
130     automatically (closes: #354694)
131   * Bumped Standards-Version to 3.7.2, no changes needed.
132   * Add overrides for using-first-person-in-templates, it's about me as
133     package maintainer.
134   * Changed templates texting for the select prompt.
135   * Translations updated: Brazilian Portuguese (Felipe Augusto van de Wiel),
136     German (myself), Catalan (Miguel Gea Milvaques), Spanish (David Martínez
137     Moreno), Swedish (Daniel Nylander), Portuguese (Miguel Figueiredo), Czech
138     (Miroslav Kure), Vietnamese (Clytie Siddall), French (Daniel Déchelotte,
139     closes: #375358)
140
141  -- Gerfried Fuchs <alfie@debian.org>  Sun, 25 Jun 2006 11:12:11 -0500
142
143 beep (1.2.2-17) unstable; urgency=low
144
145   * Added additional debconf translations:
146     - Portuguese by Miguel Figueiredo (closes: #344676)
147   * Updated debconf translation:
148     - Vietnamese by Clytie Siddall (closes: #343851)
149   * Fixed breakage raised with --verbose patch (closes: #335027)
150   * Added udeb generation (closes: #350220)
151   * Applied patch from Alessandro Zummo for evdev and general device node
152     support (closes: #350214)
153
154  -- Gerfried Fuchs <alfie@debian.org>  Tue, 14 Feb 2006 01:27:06 +0100
155
156 beep (1.2.2-16) unstable; urgency=low
157
158   * The "update for the masses" release.
159   * Added debconf alternative for debconf-2.0 to Depends (closes: #331759)
160   * Added suggestions by Clytie Siddall to debian/templates file.
161   * Added additional debconf translations:
162     - Vietnamese by Clytie Siddall (closes: #313153)
163     - Swedish by Daniel Nylander (closes: #330941)
164     - Spanish by César Gómez Martín (closes: #333878)
165   * Updated debconf translation:
166     - Czech by Miroslav Kure
167     - German by myself
168     - Japanese by Hideki Yamane
169     - Catalan by Miguel Gea Milvaques (closes: #334199)
170     - Italian by Stefano Melchior (closes: #334240)
171     - French by Daniel Déchelotte (closes: #334486)
172   * Use ":" as seperator in chown instead of deprecated ".".
173   * Build-Depends patch added to be able to fix the wrong example in the
174     manpage (closes: #330020)
175   * Patched beep to accept an --verbose or --debug option, patched manpage
176     accordingly (closes: #297791)
177   * Print warning on multiple -f values (closes: #270056)
178   * Finally lowercased synopsis.
179   * Updated Standards-Version to 3.6.2, no changes needed.
180
181  -- Gerfried Fuchs <alfie@debian.org>  Wed, 19 Oct 2005 11:58:56 +0200
182
183 beep (1.2.2-15) unstable; urgency=high
184
185   * Added additional debconf translation:
186     - Czech by Miroslav Kure (closes: #293000)
187
188  -- Gerfried Fuchs <alfie@debian.org>  Thu, 12 May 2005 10:18:50 +0200
189
190 beep (1.2.2-14) unstable; urgency=medium
191
192   * The "l10n R us" release.
193   * Added the following translations of the debconf files:
194     - Japanese, by Hideki Yamane (closes: #242415)
195     - Catalan, by Miguel Gea Milvaques (closes: #284151)
196     Thanks to all of them.
197
198  -- Gerfried Fuchs <alfie@debian.org>  Mon, 06 Dec 2004 12:10:11 +0100
199
200 beep (1.2.2-13) unstable; urgency=low
201
202   * Added Italian debconf file from Stefano Melchior.
203
204  -- Gerfried Fuchs <alfie@debian.org>  Mon, 22 Mar 2004 21:50:36 +0100
205
206 beep (1.2.2-12) unstable; urgency=low
207
208   * Added Dutch debconf file from Tim Vandermeersch (closes: #209118)
209   * Updated Russian template, thanks to Ilgiz Kalmetev.
210   * Updated to policy version 3.6.1, no changes needed.
211   * Switched to utf8 for the changelog.Debian.
212
213  -- Gerfried Fuchs <alfie@debian.org>  Thu, 02 Oct 2003 11:35:43 +0000
214
215 beep (1.2.2-11) unstable; urgency=low
216
217   * Added the following translations of the debconf files:
218     - French, by Daniel Déchelotte (closes: #185067)
219     - Brazilian Portuguese, by Andre Luis Lopes (closes: #184955)
220     Thanks to all of them.
221
222  -- Gerfried Fuchs <alfie@debian.org>  Mon, 17 Mar 2003 16:23:03 +0100
223
224 beep (1.2.2-10) unstable; urgency=low
225
226   * debian/rules:
227     - converted to po-debconf
228     - generalized the file a little bit more
229   * debian/control:
230     - updated to policy version 3.5.8, no changes needed.
231
232  -- Gerfried Fuchs <alfie@debian.org>  Sat, 08 Mar 2003 18:06:20 +0100
233
234 beep (1.2.2-9) unstable; urgency=low
235
236   * Removed doubled sentence in english debconf templates file, and rewrote
237     parts of sentences in the german one.
238
239  -- Gerfried Fuchs <alfie@debian.org>  Thu, 24 Oct 2002 17:00:19 +0200
240
241 beep (1.2.2-8) unstable; urgency=low
242
243   * Fixed typos in german templates.de file (closes: #163176). Thanks for
244     noticing them, Christian (although I won't remove the first , -- it's
245     there for rethorical reasons).
246   * Removed /usr/doc -> /usr/share/doc handling from maintainer scripts.
247
248  -- Gerfried Fuchs <alfie@debian.org>  Thu, 03 Oct 2002 11:59:05 +0200
249
250 beep (1.2.2-7) unstable; urgency=low
251
252   * Updated to policy 3.5.7: support for DEB_BUILD_OPTIONS added.
253
254  -- Gerfried Fuchs <alfie@debian.org>  Sun, 08 Sep 2002 21:27:23 +0200
255
256 beep (1.2.2-6) unstable; urgency=low
257
258   * Corrected Goswin's surname in previous changelog entry (sorry!).
259       (closes: #157900)
260
261  -- Gerfried Fuchs <alfie@debian.org>  Sat, 24 Aug 2002 15:59:57 +0200
262
263 beep (1.2.2-5) unstable; urgency=low
264
265   * Applied devfs support patch from Goswin Brederlow (closes: #148884)
266
267  -- Gerfried Fuchs <alfie@debian.org>  Tue, 13 Aug 2002 21:27:56 +0200
268
269 beep (1.2.2-4) unstable; urgency=high
270
271   * Missing Build-Depends: debconf-utils -- thanks, lamont (closes: #145547)
272
273  -- Gerfried Fuchs <alfie@debian.org>  Thu, 02 May 2002 16:18:22 +0200
274
275 beep (1.2.2-3) unstable; urgency=high
276
277   * Install postrm file, too (no idea how I missed that, stupid me...)
278   * Installed only main debconf templates file, didn't merge them :-((  Do it
279     now -- no other changes, would be nice to have the translation in woody.
280
281  -- Gerfried Fuchs <alfie@debian.org>  Tue, 30 Apr 2002 20:24:20 +0200
282
283 beep (1.2.2-2) unstable; urgency=medium
284
285   * Open /dev/tty0 instead of /dev/console (closes: #134015)
286
287  -- Gerfried Fuchs <alfie@debian.org>  Tue, 23 Apr 2002 17:33:29 +0200
288
289 beep (1.2.2-1) unstable; urgency=low
290
291   * New upstream release
292   * printf("\a") now if it can't open /dev/console (closes: #134466)
293   * Put a sane paragraph into the copyright file, not only the location of the
294     GPL on Debian Systems.
295
296  -- Gerfried Fuchs <alfie@debian.org>  Tue, 02 Apr 2002 08:21:36 +0200
297
298 beep (1.2.1-5) unstable; urgency=low
299
300   * Updated watchfile to uscan version=2.
301
302  -- Gerfried Fuchs <alfie@debian.org>  Mon, 18 Mar 2002 11:30:31 +0100
303
304 beep (1.2.1-4) unstable; urgency=medium
305
306   * Added russion templates file -- thanks to Ilgiz Kalmetev (closes: #137619)
307   * changed from char to int to make it work on systems where char is unsigned
308     -- thanks to Daniel Eisenbud (closes: #136281) --> urgency reason
309
310  -- Gerfried Fuchs <alfie@debian.org>  Mon, 11 Mar 2002 12:52:08 +0100
311
312 beep (1.2.1-3) unstable; urgency=low
313
314   * Rewrote the templates file with hints from JoeyH, dancer and Francesco --
315     thanks, dudes (closes: #135866, #134811)
316   * Cleaned up rules file a little bit.
317
318  -- Gerfried Fuchs <alfie@debian.org>  Wed, 27 Feb 2002 12:47:54 +0100
319
320 beep (1.2.1-2) unstable; urgency=low
321
322   * Un-debhepler-ized rules file.
323
324  -- Gerfried Fuchs <alfie@debian.org>  Wed, 13 Feb 2002 13:15:33 +0100
325
326 beep (1.2.1-1) unstable; urgency=low
327
328   * Initial Release.
329
330  -- Gerfried Fuchs <alfie@debian.org>  Fri, 08 Feb 2002 12:38:28 +0100