diff options
author | Loïc Minier <lool@dooz.org> | 2007-04-12 16:21:47 +0200 |
---|---|---|
committer | Loïc Minier <lool@dooz.org> | 2007-04-12 16:21:47 +0200 |
commit | d3f28a2a0a7360ae297804a37cf621061e5efe12 (patch) | |
tree | 7ec108fb9ea55b57a6c5ebddee010086fdcf245c /pbuilder-satisfydepends-aptitude | |
parent | d54af004659f6ae6b1aa72cd5841b6adf60c1ed6 (diff) | |
parent | e40c851b3017b09a609e2e36af6ae8a20b8ffff3 (diff) | |
download | pbuilder-d3f28a2a0a7360ae297804a37cf621061e5efe12.tar pbuilder-d3f28a2a0a7360ae297804a37cf621061e5efe12.tar.gz |
Merge branch 'master' of ssh://git.debian.org/git/pbuilder/pbuilder
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 092e046..af08796 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" |