X-Git-Url: https://git.deb.at/?p=pkg%2Fbeep.git;a=blobdiff_plain;f=debian%2Fchangelog;h=70f196f08498a41133a93c228e56ca908dc00d5b;hp=afd8229354529fcc5e9339a30a399f1917e1a9a1;hb=dbf0b43eff7da870aa455ab01af1f0e711c4c1a8;hpb=af0b92b12831800bd50da166c187620d18c969b2 diff --git a/debian/changelog b/debian/changelog index afd8229..70f196f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,157 @@ +beep (1.3-5) unstable; urgency=low + + * Rewrite debian/copyright in DEP-5 format, and relicense the packaging + under MIT to make it clear for lawyers, too. + + -- + +beep (1.3-4) unstable; urgency=low + + * Update my name. + * Bump Standards-Version to 3.9.6. + * Switch to source format 3.0 (quilt). + * Convert to dh style rules file. + * New patch fix-makefile to make make clean not fail. + * Add #DEBHELPER# to post{inst,rm} files. + * Use pathfind() function instead of hardcoded path to dpkg-statoverride. + * Name GPL properly in debian/copyright. + + -- Rhonda D'Vine Mon, 04 Jan 2016 13:34:37 +0100 + +beep (1.3-3) unstable; urgency=low + + * Add patch catch-sig-term to also stop the beep when receiving SIGTERM. + Thanks to Jérôme for the patch. + + -- Gerfried Fuchs Sun, 10 Jun 2012 11:51:43 +0200 + +beep (1.3-2) unstable; urgency=low + + * The "l10n R us" release. + * Added/Updated debconf translations: + - Danish by Joe Hansen (closes: #633380) + - Polish by Michał Kułach (closes: #659367) + - Italian by Beatrice Torracca (closes: #660233) + * Bump Standards-Version to 3.9.3. + * Add recommended targets build-arch/build-indep to debian/rules. + + -- Gerfried Fuchs Fri, 02 Mar 2012 19:29:25 +0100 + +beep (1.3-1) unstable; urgency=low + + * New Upstream release importing all our changes \o/ + * Bump Standards-Version to 3.9.2. + * Add Vcs-* fields to control file. + * Relicensed Debian packaging under WTFPLv2. + * Explicitly call set -e instead of -e on the hashbang line. + + -- Gerfried Fuchs Tue, 31 May 2011 20:49:17 +0200 + +beep (1.2.2-24) unstable; urgency=low + + * Apply patch from Frans Pop for making beep-udeb depend on libc6-udeb + instead of libc6 (closes: #562001) + * Bump Standards-Version to 3.8.3. + + -- Gerfried Fuchs Mon, 21 Dec 2009 23:20:38 +0100 + +beep (1.2.2-23) unstable; urgency=low + + * Updated translation: + - Vietnamese by Clytie Siddall (closes: #498496) + - Spanish by Francisco Javier Cuadrado (closes: #506415) + - Catalan by Matt Bonner (closes: #521470) + - Italian by davide gliozzi + * Split _Choices field in debian/templates into __Choices without unfuzzying + translations. + * Bumped Standards-Version to 3.8.1. + * Remove update cruft in maintainer scripts from ancient releases. + * Fixed two typos in manpage noticed by A. Costra, thanks (closes: #497890) + * Add "minimal package" to the synopsis of beep-udeb. + * Add author + description informations to patches. + + -- Gerfried Fuchs Sun, 29 Mar 2009 11:19:30 +0200 + +beep (1.2.2-22) unstable; urgency=low + + * Remove Homepage control field from udeb. + * s/my/the package maintainer's/ in debian/templates, users have no concept + of "my" when they see the debconf question (removing overrides file). + * Updated templates file with more suggestion sent in by Esko Arajärvi, + thanks. + * Update debian/beep.1.diff to escape hyphens where they actually do mean + the minus sign. + * debian/po/vi.po: Removed the Language-Team as it bounces (or moderates, + can't read Vietnamese). + * New translation: + - Finish by Esko Arajärvi (closes: #492724, #493220) + - Romanian by Eddy Petrișor (closes: #493764) + - Euskara by Piarres Beobide (closes: #493842) + * Updated translations: + - Galician by Jacobo Tarrio (closes: #492792, #493305) + - Japanese by Hideki Yamane (closes: #492969, #493535) + - French by Daniel Déchelotte (closes: #493072, #494490) + - Swedish by Martin Bagge (closes: #493344) + - Portuguese by Miguel Figueiredo (closes: #493264) + - Russian by Yuri Kozlov (closes: #493280) + - Czech by Miroslav Kure (closes: #493596) + - Dutch by Thijs Kinkhorst (closes: #494093) + - Brazilian Portuguese by Felipe Augusto van de Wiel + + -- Gerfried Fuchs Tue, 12 Aug 2008 12:00:46 -0300 + +beep (1.2.2-21) unstable; urgency=low + + * Don't ignore make clean errors anymore. + * New debconf translation: Galician by Jacobo Tarrio (closes: #481751) + * Updated to Standards-Version to 3.8.0, add README.source file (referencing + quilt's). + * Also strip sections .comment and .note (closes: #490163) + + -- Gerfried Fuchs Thu, 10 Jul 2008 15:14:18 +0200 + +beep (1.2.2-20) unstable; urgency=low + + * Added Homepage: control field. + * Moved patches to quilt, split them into: + - makefile-fixup: don't try to remove something outside the build place + - verbose-option: enable --verbose/--debug for getting info on what's + getting done + - multiple-freq: produce a warning on multiple frequency parameters + - serial-console-fix: use /dev/tty0 instead of /dev/console + - devfs-fix: try /dev/vc/0 too + - event-option: enable --event switch for specifying a special device + * Updated copyright file with the actual header from the code. + + -- Gerfried Fuchs Wed, 03 Oct 2007 19:46:07 +0200 + +beep (1.2.2-19) unstable; urgency=low + + * Translation update: Japanese (Hideki Yamane, closes: #392171) + * Refixed manpage with respect to the event device handling + (closes: #397680) + + -- Gerfried Fuchs Tue, 20 Feb 2007 23:53:27 +0100 + +beep (1.2.2-18) unstable; urgency=low + + * Use install instead of make install which just copies over the files... + * Changed postrm to remove bashism. + * Reverted part of the evdev patch: One needs to explicitly ask for using + /dev/input/event0 with the -e switch instead of it being tried + automatically (closes: #354694) + * Bumped Standards-Version to 3.7.2, no changes needed. + * Add overrides for using-first-person-in-templates, it's about me as + package maintainer. + * Changed templates texting for the select prompt. + * Translations updated: Brazilian Portuguese (Felipe Augusto van de Wiel), + German (myself), Catalan (Miguel Gea Milvaques), Spanish (David Martínez + Moreno), Swedish (Daniel Nylander), Portuguese (Miguel Figueiredo), Czech + (Miroslav Kure), Vietnamese (Clytie Siddall), French (Daniel Déchelotte, + closes: #375358) + + -- Gerfried Fuchs Sun, 25 Jun 2006 11:12:11 -0500 + beep (1.2.2-17) unstable; urgency=low * Added additional debconf translations: @@ -5,7 +159,7 @@ beep (1.2.2-17) unstable; urgency=low * Updated debconf translation: - Vietnamese by Clytie Siddall (closes: #343851) * Fixed breakage raised with --verbose patch (closes: #335027) - * Added udev generation (closes: #350220) + * Added udeb generation (closes: #350220) * Applied patch from Alessandro Zummo for evdev and general device node support (closes: #350214)