From ad69156017e92ec498055b4bbd24ab851e148451 Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Fri, 10 Jul 2009 20:32:21 -0500 Subject: [PATCH] stop using deprecated --print-installation-architecture call to dpkg --- MAKEDEV | 4 ++-- debian/changelog | 6 ++++++ 2 files changed, 8 insertions(+), 2 deletions(-) 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 -- 2.30.2