aboutsummaryrefslogtreecommitdiff
path: root/pbuilder-satisfydepends
diff options
context:
space:
mode:
Diffstat (limited to 'pbuilder-satisfydepends')
-rwxr-xr-xpbuilder-satisfydepends2
1 files changed, 1 insertions, 1 deletions
diff --git a/pbuilder-satisfydepends b/pbuilder-satisfydepends
index e0f7659..dfd6850 100755
--- a/pbuilder-satisfydepends
+++ b/pbuilder-satisfydepends
@@ -31,7 +31,7 @@ function checkbuilddep_internal () {
local INSTALLPKGMULTI
local CURRENTREALPKGNAME
local SATISFIED
- echo " -> Attempting to parse the build-deps $Id$"
+ echo " -> Attempting to parse the build-deps "
for INSTALLPKGMULTI in $(get_control_re "$DEBIAN_CONTROL" "$BD_REGEXP" |
tr " " "/" | \
awk 'BEGIN{RS=","} {print}'); do