[DRE-commits] [pkg-ruby-extras] 01/01: build-and-upload: fix getting the list of debs
Antonio Terceiro
terceiro at moszumanska.debian.org
Tue Jul 19 11:57:06 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 d3ae667115345e7241f2c7e148e7f4ff66cabe2c
Author: Antonio Terceiro <terceiro at debian.org>
Date: Tue Jul 19 08:56:32 2016 -0300
build-and-upload: fix getting the list of debs
---
build-and-upload | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/build-and-upload b/build-and-upload
index f8f1d22..66ccabe 100755
--- a/build-and-upload
+++ b/build-and-upload
@@ -94,8 +94,8 @@ check_package() {
}
test_reverse_dependencies() {
- local binaries=$(dh_listpackages)
- local debs=$(dcmd --deb "$changes")
+ local binaries="$(dh_listpackages)"
+ local debs="$(dcmd --deb "$changes")"
if [ ! -d "${HOME}/.chdist/unstable" ]; then
chdist create unstable
fi
--
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