[X2Go-Commits] [buildscripts] 01/01: bin/build-deb-package: switch to debian backports for MATE packages on wheezy.

git-admin at x2go.org git-admin at x2go.org
Sat Jun 6 23:46:42 CEST 2015


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

x2go pushed a commit to branch master
in repository buildscripts.

commit edb3840d666e502185e89ae84c8bded2a1fdf672
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Sat Jun 6 23:46:18 2015 +0200

    bin/build-deb-package: switch to debian backports for MATE packages on wheezy.
    
    The repository on packages.mate-desktop.org is gone.
---
 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 b2a9ce9..c374703 100755
--- a/bin/build-deb-package
+++ b/bin/build-deb-package
@@ -290,7 +290,7 @@ build_packages() {
 					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://packages.mate-desktop.org/repo/debian ${l_CODENAME} main"
+					OTHERMIRROR="deb http://http.debian.net/debian ${l_CODENAME}-backports main"
 				fi
 
 				# create git changelog immediately prior to building the package

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