[X2Go-Commits] [buildscripts] 01/01: x2go-deb-build-package: fetch MATE build-deps from MATE upstream repo for wheezy builds only

git-admin at x2go.org git-admin at x2go.org
Sat Apr 12 23:59:19 CEST 2014


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch master
in repository buildscripts.

commit ce0b35ac0c8a65151e6257314795e4ab71a74755
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Sat Apr 12 23:58:23 2014 +0200

    x2go-deb-build-package: fetch MATE build-deps from MATE upstream repo for wheezy builds only
---
 bin/build-deb-package |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/build-deb-package b/bin/build-deb-package
index 5dd121d..a619871 100755
--- a/bin/build-deb-package
+++ b/bin/build-deb-package
@@ -240,7 +240,7 @@ build_packages() {
 				else
 					echo $PACKAGE_WITHOUT_OTHERMIRROR | grep $PROJECT >/dev/null || OTHERMIRROR="deb http://$REPOS_SERVER/$l_DIST $l_CODENAME $COMPONENT"
 				fi
-				if [ $PROJECT = "x2gomatebindings" ]; then
+				if [ $PROJECT = "x2gomatebindings" ] && [ $l_CODENAME = "wheezy" ]; then
 					OTHERMIRROR="deb http://packages.mate-desktop.org/repo/debian $l_CODENAME main"
 				fi
 

--
Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/buildscripts.git



More information about the x2go-commits mailing list