[X2Go-Commits] [pale-moon] 47/216: debian/rules: add branding stubs.

git-admin at x2go.org git-admin at x2go.org
Sat Feb 16 02:42:51 CET 2019


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

x2go pushed a commit to branch master
in repository pale-moon.

commit a9756fb4462adb94a2288369b6a3c7a875795525
Author: Mihai Moldovan <ionic at 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


More information about the x2go-commits mailing list