X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=debian%2Fchangelog;h=222d6d7479ee54d018d19dc39b07613d8efe7bb7;hb=99d63817524714d68f2510ed262ff1cd6840abca;hp=97bce57c5818332d7a910929afd9a8b731e36e21;hpb=4934131c2d42fc559dd6a5e23ef562d8b5afeef8;p=debian%2Fmakedev diff --git a/debian/changelog b/debian/changelog index 97bce57..222d6d7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,37 @@ +makedev (2.3.1-90) UNRELEASED; urgency=low + + * finish orphaning package by changing maintainer to Debian QA Group + * add Vcs entries to the control file + * clean up a few lintian warnings + + -- Bdale Garbee Wed, 21 Mar 2012 10:50:08 +0100 + +makedev (2.3.1-89) unstable; urgency=low + + * move to priority extra, closes: #522048 + * use dpkg --print-architecture instead of deprecated form, closes: #536540 + * eliminate explicit use of path for MAKEDEV calls in postinst + * update standards and debhelper version dependencies + + -- Bdale Garbee Thu, 30 Jul 2009 13:31:20 +0200 + +makedev (2.3.1-88) unstable; urgency=low + + * no need to squelch output of update-rc.d in preinst + * patch from Stefan Lippers-Hollmann to fix lirc fifos, closes: #472526 + + -- Bdale Garbee Thu, 08 May 2008 08:28:21 -0600 + +makedev (2.3.1-87) unstable; urgency=low + + * move cbm target to group floppy, closes: #462892 + * since we previously only ran update-rc.d to remove links on purge, they + may still be left around even though the init.d has been removed. Update + the preinst to call update-rc.d when upgrading to clean up this case, + closes: #465739 + + -- Bdale Garbee Thu, 14 Feb 2008 16:14:10 -0700 + makedev (2.3.1-86) unstable; urgency=low * oops, fix a bashism I introduced in the postinst of -85, closes: #462769