This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pale-moon. commit 1c5f2e5b3ccd33b4455053eb7dd7368272c8cc16 Author: Mihai Moldovan <ionic@ionic.de> Date: Thu Sep 20 23:30:19 2018 +0200 debian/rules: export MOZILLA_OFFICIAL variable. --- debian/changelog | 1 + debian/rules | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 940d672..57f4c7e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -109,6 +109,7 @@ palemoon (27.9.2~repack-1-0x2go1) UNRELEASED; urgency=medium - Add CRASH_REPORTER setting, although I'm unsure if that's even supported. - Remove GENSYMBOLS_FLAGS setting, the source code doesn't even use it. + - Export MOZILLA_OFFICIAL variable. * 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 1da37fe..e415522 100755 --- a/debian/rules +++ b/debian/rules @@ -104,7 +104,7 @@ endif CXXFLAGS = $(CFLAGS) -EXPORTS := CC CXX CFLAGS CXXFLAGS CPPFLAGS LDFLAGS +EXPORTS := CC CXX CFLAGS CXXFLAGS CPPFLAGS LDFLAGS MOZILLA_OFFICIAL $(call lazy,CONFIGURE_ENV,$$(foreach export,$(EXPORTS),$$(export)="$$($$(export))")) IN_FILES := $(wildcard debian/*.in) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pale-moon.git