aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordancer <dancer>2002-10-30 11:42:10 +0000
committerdancer <dancer>2002-10-30 11:42:10 +0000
commitc2ee3bc940b944d0f4da949fd01b4707c8a04910 (patch)
tree590e700f00c820b004880e2c75d1eff96ef60e76
parentdc85401fcc7bfe69a192bc4d8b61aa5f37055f1e (diff)
downloadpbuilder-c2ee3bc940b944d0f4da949fd01b4707c8a04910.tar
pbuilder-c2ee3bc940b944d0f4da949fd01b4707c8a04910.tar.gz
+ * pbuilder-satisfydepends: remove the debug thing.
-rw-r--r--ChangeLog2
-rw-r--r--pbuilder-satisfydepends1
2 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index f1b08b2..57e40e6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2002-10-30 Junichi Uekawa <dancer@debian.org>
+ * pbuilder-satisfydepends: remove the debug thing.
+
* debuild-pbuilder: a better handling of directory, copied from pdebuild.
* pbuilder-satisfydepends: make CHROOTEXEC invocation to make
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