diff options
author | dancer <dancer> | 2006-05-22 02:17:57 +0000 |
---|---|---|
committer | dancer <dancer> | 2006-05-22 02:17:57 +0000 |
commit | b7c56c52272f7fd1d26efd5c8c8773307c8837c4 (patch) | |
tree | 02bd95a2157b10cd0f0ca4644c11f82ff5bf5c81 /pbuilder-satisfydepends | |
parent | b779da3a6017bf00fe1dd569a1081b3d9059d75c (diff) | |
download | pbuilder-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-satisfydepends | 6 |
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 |