[X2Go-Commits] [buildscripts] 06/26: bin/build-deb-package: backport from bin/sbuild-deb-package: wrap the debbuildopts argument in double quotes.

git-admin at x2go.org git-admin at x2go.org
Sun Nov 13 20:35:45 CET 2016


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

x2go pushed a commit to branch master
in repository buildscripts.

commit de53f9fcb7346c2a735757e6e3624fd9b9f063f4
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Sun Nov 13 19:04:21 2016 +0100

    bin/build-deb-package: backport from bin/sbuild-deb-package: wrap the debbuildopts argument in double quotes.
---
 bin/build-deb-package |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/build-deb-package b/bin/build-deb-package
index 1209347..efd8c58 100755
--- a/bin/build-deb-package
+++ b/bin/build-deb-package
@@ -256,7 +256,7 @@ build_packages() {
 					UPSTREAM_VERSION="$(dpkg-parsechangelog | grep "Version:" | cut -d " " -f2 | sed -e 's/-.*//' -e 's/^.*://')"
 					REVISION="$(dpkg-parsechangelog | grep "Version:" | cut -d " " -f2 | sed -e 's/.*-//')"
 					git archive --prefix="${PROJECT}-${UPSTREAM_VERSION}/" -o "../${PROJECT}_${UPSTREAM_VERSION}.orig.tar.gz" "upstream/${UPSTREAM_VERSION}" && {
-						SA_OPTION="--debbuildopts=-sa"
+						SA_OPTION="--debbuildopts=\"-sa\""
 					} || echo "1.0" > "debian/source/format"
 				}
 

--
Alioth's /srv/git/code.x2go.org/buildscripts.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/buildscripts.git


More information about the x2go-commits mailing list