[PATCH] Fix a tiny aesthetic nit in pbuilder-satisfydepends-classic

Matt Palmer mpalmer at hezmatt.org
Wed Dec 15 06:00:44 UTC 2010


---
 pbuilder-satisfydepends-classic |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/pbuilder-satisfydepends-classic b/pbuilder-satisfydepends-classic
index 20f481a..c940052 100755
--- a/pbuilder-satisfydepends-classic
+++ b/pbuilder-satisfydepends-classic
@@ -70,7 +70,7 @@ checkbuilddep_internal() {
     local APTFLAG="-o APT::Install-Recommends=false"
     echo " -> Attempting to parse the build-deps "
     for INSTALLPKGMULTI in $(get_build_deps | split_deps); do
-      echo " -> Considering build-dep$(echo "$INSTALLPKGMULTI" | tr "/" " " )"
+      echo " -> Considering build-dep $(echo "$INSTALLPKGMULTI" | tr "/" " " )"
       SATISFIED="no"
       for INSTALLPKG in $(split_alternates "$INSTALLPKGMULTI"); do
 	CURRENTREALPKGNAME=$(get_pkg_name "$INSTALLPKG")
-- 
1.5.6.5


--qjNfmADvan18RZcF
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment; filename="0005-Fix-pbuilder-satisfydepends-classic-for-arch-selecto.patch"



More information about the Pbuilder-maint mailing list