From 5d29448ae3fb0592e8a1cbf17490624c12832d77 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 12 Jun 2005 22:57:24 +0000 Subject: [PATCH] - Use dpkg --print-architecture instead of now-deprecated --print-installation-architecture --- CONF.sh | 2 +- debian/CONF.sh | 2 +- debian/changelog | 2 ++ 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CONF.sh b/CONF.sh index e833f0f1..56ceada2 100644 --- a/CONF.sh +++ b/CONF.sh @@ -76,7 +76,7 @@ export OFFICIAL="Unofficial" #export OFFICIAL="Official Beta" # ... for arch -export ARCH=`dpkg --print-installation-architecture` +export ARCH=`dpkg --print-architecture` # IMPORTANT : The 4 following paths must be on the same partition/device. # If they aren't then you must set COPYLINK below to 1. This diff --git a/debian/CONF.sh b/debian/CONF.sh index fb9683ee..bd4aaba2 100644 --- a/debian/CONF.sh +++ b/debian/CONF.sh @@ -74,7 +74,7 @@ export OFFICIAL="Unofficial" #export OFFICIAL="Official Beta" # ... for arch -export ARCH=`dpkg --print-installation-architecture` +export ARCH=`dpkg --print-architecture` # IMPORTANT : The 4 following paths must be on the same partition/device. # If they aren't then you must set COPYLINK below to 1. This diff --git a/debian/changelog b/debian/changelog index 95ed8c3d..967527ae 100644 --- a/debian/changelog +++ b/debian/changelog @@ -18,6 +18,8 @@ debian-cd (2.2.23) unstable; UNRELEASED so far. * Joey Hess - Synced up all sarge changes to etch. + - Use dpkg --print-architecture instead of now-deprecated + --print-installation-architecture debian-cd (2.2.22) unstable; urgency=critical