This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository buildscripts. from 0686001 bin/sbuild-deb-package: fix OTHERMIRROR usage again. new aa7b290 bin/sbuild-deb-package: fix --debbuildopts settings. 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 aa7b290c5df198c73e24b7888939206ed51a6335 Author: Mihai Moldovan <ionic@ionic.de> Date: Tue Nov 15 06:39:04 2016 +0100 bin/sbuild-deb-package: fix --debbuildopts settings. --- 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 dea90a1..b2020f2 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