From b7c56c52272f7fd1d26efd5c8c8773307c8837c4 Mon Sep 17 00:00:00 2001 From: dancer Date: Mon, 22 May 2006 02:17:57 +0000 Subject: revert the satisfydepends change until it is confirmed with dpkg-dev maintainers. --- pbuilder-satisfydepends | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'pbuilder-satisfydepends') diff --git a/pbuilder-satisfydepends b/pbuilder-satisfydepends index 93b9a06..02d1e4c 100644 --- a/pbuilder-satisfydepends +++ b/pbuilder-satisfydepends @@ -43,6 +43,12 @@ function checkbuilddep_versiondeps () { function expand_arch () { local ARCH="$1" local EXPANDED_ARCH + + # just keep the original behavior. + echo "$ARCH" + return + + # the following may be used if dpkg change is set to stone. if echo "$ARCH" | grep "-" > /dev/null; then EXPANDED_ARCH=$ARCH else -- cgit v1.2.3