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