This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pale-moon. commit e86fba36e97746c5b57d614e543530100feaef7c Author: Mihai Moldovan <ionic@ionic.de> Date: Sat Jun 30 05:05:55 2018 +0200 debian/rules: add branding stubs. --- debian/changelog | 1 + debian/rules | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/debian/changelog b/debian/changelog index ee52fd0..b7efbe4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -50,6 +50,7 @@ palemoon (27.9.2~repack-1-0x2go1) UNRELEASED; urgency=medium - Remove old dh_auto_install override section. - Add license doc staging for MPL-1.1 and MPL-2.0. - Replace mkdir with install -d -m 755. + - Add branding stubs. * 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 3517a78..363384c 100755 --- a/debian/rules +++ b/debian/rules @@ -40,6 +40,12 @@ export CPP=cpp-4.9 export LD=gcc-4.9 endif +OFFICIAL_BRANDING := browser/branding/official +MOZILLA_OFFICIAL := 1 +BRANDING ?= $(OFFICIAL_BRANDING) + +BRANDING_CONFIGURE_FLAG = $(if $(filter $(BRANDING),$(OFFICIAL_BRANDING)),--enable-official-branding,--with-branding=$(BRANDING)) + AUTOCONF_DIRS := build/autoconf js/src/build/autoconf ifneq (,$(filter noopt,$(DEB_BUILD_OPTIONS))) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pale-moon.git