aboutsummaryrefslogtreecommitdiff
path: root/pbuilder-satisfydepends
diff options
context:
space:
mode:
authordancer <dancer>2006-05-22 02:17:57 +0000
committerdancer <dancer>2006-05-22 02:17:57 +0000
commitb7c56c52272f7fd1d26efd5c8c8773307c8837c4 (patch)
tree02bd95a2157b10cd0f0ca4644c11f82ff5bf5c81 /pbuilder-satisfydepends
parentb779da3a6017bf00fe1dd569a1081b3d9059d75c (diff)
downloadpbuilder-b7c56c52272f7fd1d26efd5c8c8773307c8837c4.tar
pbuilder-b7c56c52272f7fd1d26efd5c8c8773307c8837c4.tar.gz
revert the satisfydepends change until it is confirmed with dpkg-dev maintainers.
Diffstat (limited to 'pbuilder-satisfydepends')
-rw-r--r--pbuilder-satisfydepends6
1 files changed, 6 insertions, 0 deletions
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