[DRE-commits] [pkg-ruby-extras] 01/01: build-and-upload: minor updates

Antonio Terceiro terceiro at moszumanska.debian.org
Fri Jul 15 01:52:29 UTC 2016


This is an automated email from the git hooks/post-receive script.

terceiro pushed a commit to branch master
in repository pkg-ruby-extras.

commit 15456a4268740198e0ce4b631a4ebcb3b4c85e50
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Thu Jul 14 22:52:12 2016 -0300

    build-and-upload: minor updates
---
 build-and-upload | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/build-and-upload b/build-and-upload
index 1ceb39b..f8f1d22 100755
--- a/build-and-upload
+++ b/build-and-upload
@@ -104,10 +104,11 @@ deb http://deb.debian.org/debian/ unstable main
 deb-src http://deb.debian.org/debian/ unstable main
 EOF
   chdist apt unstable update
-  local rdeps=$(chdist apt-cache unstable rdepends $binaries | grep '^\s' | xargs -n 1 chdist bin2src unstable | sort | uniq)
+  local rdeps="$(chdist apt-cache unstable rdepends $binaries | grep '^\s' | xargs -n 1 chdist bin2src unstable | sort | uniq)"
   local failed_rdeps=""
   if [ -n "$rdeps" ]; then
-    echo "I: found reverse dependencies: $rdeps"
+    echo "I: found reverse dependencies:"
+    echo "$rdeps"
     for pkg in $rdeps; do
       if confirm "Test ${pkg}? [Y/n] " y; then
         local rc=0

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/pkg-ruby-extras.git



More information about the Pkg-ruby-extras-commits mailing list