diff options
author | dancer <dancer> | 2002-04-01 06:12:27 +0000 |
---|---|---|
committer | dancer <dancer> | 2002-04-01 06:12:27 +0000 |
commit | 68fb6266c07f75d8537c6ebaf213044afab7e86c (patch) | |
tree | 6916c7a9e72eca6ef3de15b06f28eab46ee37d7c /pbuilder-satisfydepends | |
parent | 1ed1fc8100428ca8d235ebc056e3e1f9ff7dae60 (diff) | |
download | pbuilder-68fb6266c07f75d8537c6ebaf213044afab7e86c.tar pbuilder-68fb6266c07f75d8537c6ebaf213044afab7e86c.tar.gz |
pbuilder-satisfydepends has better message
Diffstat (limited to 'pbuilder-satisfydepends')
-rw-r--r-- | pbuilder-satisfydepends | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pbuilder-satisfydepends b/pbuilder-satisfydepends index 4a179b3..e5af462 100644 --- a/pbuilder-satisfydepends +++ b/pbuilder-satisfydepends @@ -69,7 +69,7 @@ function checkbuilddep_internal () { local INSTALLPKGMULTI local CURRENTREALPKGNAME local SATISFIED - echo " -> Attempting to parse the build-deps by myself" + echo " -> Attempting to parse the build-deps $Id$" for INSTALLPKGMULTI in $(cat ${DEBIAN_CONTROL} | \ awk ' BEGIN{source=1} @@ -167,6 +167,7 @@ tolower($0) ~ /^'"${BC_REGEXP}"':/ {p=1} echo "I: ${CURRENTREALPKGNAME} package is not installed, no need to remove" fi done + echo " -> Finished parsing the build-deps" } |