diff options
author | Junichi Uekawa <dancer@dancer64.netfort.gr.jp> | 2007-04-11 09:02:36 +0900 |
---|---|---|
committer | Junichi Uekawa <dancer@dancer64.netfort.gr.jp> | 2007-04-11 09:02:36 +0900 |
commit | c436f7c39c944330ad0f8ec59972f7abe4230217 (patch) | |
tree | e2a93f8d62fefe41679ab6799452aa521a42b214 /pbuilder-satisfydepends | |
parent | 9046dee07371abe268193e9c5e3df478a9f5794d (diff) | |
download | pbuilder-c436f7c39c944330ad0f8ec59972f7abe4230217.tar pbuilder-c436f7c39c944330ad0f8ec59972f7abe4230217.tar.gz |
remove output of $Id$
$Id$ is a CVS-specific feature which was useful for showing the version number of pbuilder, but is no longer relevant.
Something else is required for git, but that will need to be fixed later.
Diffstat (limited to 'pbuilder-satisfydepends')
-rwxr-xr-x | pbuilder-satisfydepends | 2 |
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 |