From c436f7c39c944330ad0f8ec59972f7abe4230217 Mon Sep 17 00:00:00 2001 From: Junichi Uekawa Date: Wed, 11 Apr 2007 09:02:36 +0900 Subject: 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. --- pbuilder-satisfydepends-experimental | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pbuilder-satisfydepends-experimental') 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 -- cgit v1.2.3