From: Bdale Garbee Date: Sat, 11 Jul 2009 01:32:21 +0000 (-0500) Subject: stop using deprecated --print-installation-architecture call to dpkg X-Git-Tag: debian/2.3.1-89~5 X-Git-Url: https://git.gag.com/?p=debian%2Fmakedev;a=commitdiff_plain;h=ad69156017e92ec498055b4bbd24ab851e148451 stop using deprecated --print-installation-architecture call to dpkg --- diff --git a/MAKEDEV b/MAKEDEV index 94453e1..e0d78a2 100644 --- a/MAKEDEV +++ b/MAKEDEV @@ -356,7 +356,7 @@ do case $arg in generic) # pick the right generic- using dpkg's knowledge - case `dpkg --print-installation-architecture` in + case `dpkg --print-architecture` in alpha) $0 $opts generic-alpha ;; @@ -728,7 +728,7 @@ do ;; adb) # pick the right arch device using dpkg's knowledge - case `dpkg --print-installation-architecture` in + case `dpkg --print-architecture` in powerpc) # ADB bus devices (char) makedev adb c 56 0 $mouse diff --git a/debian/changelog b/debian/changelog index 7c549d0..2ff73f2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +makedev (2.3.1-89) unstable; urgency=low + + * use dpkg --print-architecture instead of deprecated form, closes: #536540 + + -- Bdale Garbee 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