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-aptitude | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pbuilder-satisfydepends-aptitude') 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" -- cgit v1.2.3