stop using deprecated --print-installation-architecture call to dpkg
[debian/makedev] / debian / changelog
index a8aa7e87a4d0a2f798bcdb3c1e04e0d433240ac6..2ff73f20566245842717d169e4bc6a1b96a5ad74 100644 (file)
@@ -1,3 +1,47 @@
+makedev (2.3.1-89) unstable; urgency=low
+
+  * use dpkg --print-architecture instead of deprecated form, closes: #536540
+
+ -- Bdale Garbee <bdale@gag.com>  Fri, 10 Jul 2009 20:31:20 -0500
+
+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 <bdale@gag.com>  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 <bdale@gag.com>  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
+
+ -- Bdale Garbee <bdale@gag.com>  Mon, 28 Jan 2008 09:20:22 +1300
+
+makedev (2.3.1-85) unstable; urgency=low
+
+  * fix cut'n'paste error in cbm target, closes: #437329
+  * add lirc target, closes: #393575
+  * add support for 'lpia' variant of i386 architecture, closes: #453505
+  * patch to eliminate obsolete init.d conffile from Petter Reinholdtsen,
+    closes: #459677
+  * update postinst to only attempt to make fb if the kernel is Linux, and
+    move chmod of /dev/tty[0-9]* after the forced creation of those devices 
+    so postinst fails less particularly on kfreebsd, closes: #444979, #388270
+  * major number for pktcdvd is now dynamic, don't try to create devices with
+    old/wrong major number, closes: #405819
+
+ -- Bdale Garbee <bdale@gag.com>  Mon, 28 Jan 2008 00:18:41 +1300
+
 makedev (2.3.1-84) unstable; urgency=low
 
   * add 'fd' to the list of targets created in the postinst, closes: #394863