aboutsummaryrefslogtreecommitdiff
path: root/pbuilder-satisfydepends-experimental
diff options
context:
space:
mode:
authorJunichi Uekawa <dancer@dancer64.netfort.gr.jp>2007-04-11 09:02:36 +0900
committerJunichi Uekawa <dancer@dancer64.netfort.gr.jp>2007-04-11 09:02:36 +0900
commitc436f7c39c944330ad0f8ec59972f7abe4230217 (patch)
treee2a93f8d62fefe41679ab6799452aa521a42b214 /pbuilder-satisfydepends-experimental
parent9046dee07371abe268193e9c5e3df478a9f5794d (diff)
downloadpbuilder-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-experimental')
-rwxr-xr-xpbuilder-satisfydepends-experimental2
1 files changed, 1 insertions, 1 deletions
diff --git a/pbuilder-satisfydepends-experimental b/pbuilder-satisfydepends-experimental
index 39a3a2b..c0e7ca2 100755
--- a/pbuilder-satisfydepends-experimental
+++ b/pbuilder-satisfydepends-experimental
@@ -33,7 +33,7 @@ function checkbuilddep_internal () {
local SATISFIED
local PACKAGEVERSIONS
local CANDIDATE_VERSION
- 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