This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository buildscripts. from aa7b290 bin/sbuild-deb-package: fix --debbuildopts settings. new 4ab8474 bin/sbuild-deb-package: fix --debbuildopts settings... again. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: bin/sbuild-deb-package | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -- Alioth's /srv/git/code.x2go.org/buildscripts.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/buildscripts.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository buildscripts. commit 4ab8474239f34a2fa0fbfecc031b1b8575b69f7f Author: Mihai Moldovan <ionic@ionic.de> Date: Tue Nov 15 07:42:06 2016 +0100 bin/sbuild-deb-package: fix --debbuildopts settings... again. --- bin/sbuild-deb-package | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/sbuild-deb-package b/bin/sbuild-deb-package index b2020f2..3a892d6 100755 --- a/bin/sbuild-deb-package +++ b/bin/sbuild-deb-package @@ -261,7 +261,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" } @@ -338,7 +338,7 @@ build_packages() { typeset -a sbuild_options_64 sbuild_options_32 sbuild_options_armhf sbuild_options_64=("${sbuild_options[@]}") - sbuild_options_32=("${sbuild_options[@]}" "--arch=i386" "--debbuildopts='-B'") + sbuild_options_32=("${sbuild_options[@]}" "--arch=i386" "--debbuildopts=-B") sbuild_options_armhf=("${sbuild_options[@]}" "--arch=armhf") [ "${l_DIST}" = "raspbian" ] && { -- Alioth's /srv/git/code.x2go.org/buildscripts.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/buildscripts.git