diff options
author | dancer <dancer> | 2002-10-30 11:42:10 +0000 |
---|---|---|
committer | dancer <dancer> | 2002-10-30 11:42:10 +0000 |
commit | c2ee3bc940b944d0f4da949fd01b4707c8a04910 (patch) | |
tree | 590e700f00c820b004880e2c75d1eff96ef60e76 /pbuilder-satisfydepends | |
parent | dc85401fcc7bfe69a192bc4d8b61aa5f37055f1e (diff) | |
download | pbuilder-c2ee3bc940b944d0f4da949fd01b4707c8a04910.tar pbuilder-c2ee3bc940b944d0f4da949fd01b4707c8a04910.tar.gz |
+ * pbuilder-satisfydepends: remove the debug thing.
Diffstat (limited to 'pbuilder-satisfydepends')
-rw-r--r-- | pbuilder-satisfydepends | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pbuilder-satisfydepends b/pbuilder-satisfydepends index 7de51d4..cd52e4f 100644 --- a/pbuilder-satisfydepends +++ b/pbuilder-satisfydepends @@ -24,7 +24,6 @@ function checkbuilddep_versiondeps () { local PACKAGE="$1" local COMPARESTRING="$2" local DEPSVERSION="$3" - $CHROOTEXEC /usr/bin/apt-cache show "$PACKAGE" local PACKAGEVERSIONS=$( ( $CHROOTEXEC /usr/bin/apt-cache show "$PACKAGE" ) | sed -n 's/^Version: \(.*\)$/\1/p' | xargs) # no versioned provides. if [ "${FORCEVERSION}" = "yes" ]; then |