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-aptitude | |
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-aptitude')
-rwxr-xr-x | pbuilder-satisfydepends-aptitude | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pbuilder-satisfydepends-aptitude b/pbuilder-satisfydepends-aptitude index 14d50de..94418b7 100755 --- a/pbuilder-satisfydepends-aptitude +++ b/pbuilder-satisfydepends-aptitude @@ -61,7 +61,7 @@ function checkbuilddep_internal () { local BUILD_DEP_DEB_CONTROL local DEPENDS local CONFLICTS - echo " -> Attempting to satisfy build-dependencies $Id$" + echo " -> Attempting to satisfy build-dependencies" DEPENDS="$(get_control_re "$DEBIAN_CONTROL" "$BD_REGEXP" | filter_arch_deps "$ARCH")" CONFLICTS="$(get_control_re "$DEBIAN_CONTROL" "$BC_REGEXP" | filter_arch_deps "$ARCH")" echo " -> Creating pbuilder-satisfydepends-dummy package" |