[X2Go-Commits] [buildscripts] 26/26: bin/sbuild-deb-package: backport from bin/build-deb-package: re-add othermirror workaround for x2gomatemabindings on wheezy.

git-admin at x2go.org git-admin at x2go.org
Sun Nov 13 20:35:48 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 c70ad4f3f0e84726812f8aa50cd56144d0c8b45f
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Sun Nov 13 20:34:40 2016 +0100

    bin/sbuild-deb-package: backport from bin/build-deb-package: re-add othermirror workaround for x2gomatemabindings on wheezy.
---
 bin/sbuild-deb-package |    4 ++++
 1 file changed, 4 insertions(+)

diff --git a/bin/sbuild-deb-package b/bin/sbuild-deb-package
index a356b90..898d581 100755
--- a/bin/sbuild-deb-package
+++ b/bin/sbuild-deb-package
@@ -306,6 +306,10 @@ build_packages() {
 				else
 					grep "${PROJECT}" <<< "${PACKAGE_WITHOUT_OTHERMIRROR}" || OTHERMIRROR="deb http://${REPOS_SERVER}/${l_DIST} ${l_CODENAME} ${COMPONENT}"
 				fi
+				if [ "${PROJECT}" = "x2gomatebindings" ] && [ "${l_CODENAME}" = "wheezy" ]; then
+					OTHERMIRROR="deb http://http.debian.net/debian ${l_CODENAME}-backports main"
+				fi
+
 				# create git changelog immediately prior to building the package
 				git --no-pager log --since "2 years ago" --format="%ai %aN (%h) %n%n%x09*%w(68,0,10) %s%d%n" > ChangeLog.gitlog
 

--
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