This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pale-moon. commit 3261b3a9e7011b154e3717d66b1e0e3246abae34 Author: Mihai Moldovan <ionic@ionic.de> Date: Fri Sep 21 04:40:37 2018 +0200 debian/rules: use gcc-mozilla on wheezy. Needs control.in update as well. --- debian/changelog | 1 + debian/rules | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/debian/changelog b/debian/changelog index bff5822..a4148bb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -115,6 +115,7 @@ palemoon (27.9.2~repack-1-0x2go1) UNRELEASED; urgency=medium - Use UPSTREAM_VERSION instead of GRE_VERSION, since GRE_VERSION is not used within Palemoon (and refers to the Goanna version). - Use safer UPSTREAM_VERSION instead of globbing *. + - Use gcc-mozilla on wheezy. Needs control.in update as well. * debian/mozconfig: - Remove autoconf flags that should better be handled by debian/rules. * debian/make.mk: diff --git a/debian/rules b/debian/rules index 7f8e169..9d4888c 100755 --- a/debian/rules +++ b/debian/rules @@ -45,6 +45,11 @@ export CC=gcc-4.9 export CXX=g++-4.9 export CPP=cpp-4.9 export LD=gcc-4.9 +else ifeq ($(DIST),$(filter wheezy,$(DIST))) +export CC=/usr/lib/gcc-mozilla/bin/gcc +export CXX=/usr/lib/gcc-mozilla/bin/g++ +export CPP=/usr/lib/gcc-mozilla/bin/cpp +export LD=/usr/lib/gcc-mozilla/bin/gcc else # Use the system default. endif -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pale-moon.git