This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository buildscripts. from 81810c7 bin/sbuild-deb-package: disable alternatives resolution in sbuild. new 8574242 bin/sbuild-deb-package: we actually have to "enable" alternatives usage. 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 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 8574242beb851a89a40422c891f1d1c8f4534a7c Author: Mihai Moldovan <ionic@ionic.de> Date: Tue Aug 22 02:10:37 2017 +0200 bin/sbuild-deb-package: we actually have to "enable" alternatives usage. This option is a bit misleading. --- bin/sbuild-deb-package | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/sbuild-deb-package b/bin/sbuild-deb-package index fd6605a..53015ae 100755 --- a/bin/sbuild-deb-package +++ b/bin/sbuild-deb-package @@ -337,7 +337,7 @@ build_packages() { # Also disable alternatives resolving, hoping that apt-get is smart enough # to figure stuff out correctly. - sbuild_options+=("--no-resolve-alternatives") + sbuild_options+=("--resolve-alternatives") else sbuild_options+=("--build-dep-resolver=aptitude") fi -- Alioth's /srv/git/code.x2go.org/buildscripts.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/buildscripts.git