This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository pale-moon. from 2f3508e debian/upstream.mk: fix a typo DEB_DISTRUBTION => DEB_DISTRIBUTION. new 0fcf231 debian/rules: disable using system libraries completely, not compatible with official branding. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: debian/changelog | 2 ++ debian/rules | 3 +++ 2 files changed, 5 insertions(+) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pale-moon.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pale-moon. commit 0fcf23152e7710202cfae761e72619548970de8c Author: Mihai Moldovan <ionic@ionic.de> Date: Sat Sep 22 22:29:42 2018 +0200 debian/rules: disable using system libraries completely, not compatible with official branding. This is a Palemoon-imposed restriction. --- debian/changelog | 2 ++ debian/rules | 3 +++ 2 files changed, 5 insertions(+) diff --git a/debian/changelog b/debian/changelog index 8e5ef7a..4821467 100644 --- a/debian/changelog +++ b/debian/changelog @@ -183,6 +183,8 @@ palemoon (27.9.2~repack-1-0x2go1) UNRELEASED; urgency=medium - Use gcc-mozilla on wheezy. Needs control.in update as well. - Define and pass down DICT_DIR. - Include upstream.mk for proper DIST support (and the like). + - Disable using system libraries completely, not compatible with official + branding. This is a Palemoon-imposed restriction. * 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 d7e4ef0..696a492 100755 --- a/debian/rules +++ b/debian/rules @@ -28,6 +28,9 @@ ifeq (,$(filter wheezy jessie,$(DIST))) SYSTEM_LIBS += vpx endif +# Palemoon's official branding explicitly disallows using system libraries. Do tell... +SYSTEM_LIBS = + define system_lib USE_SYSTEM_$(1) = 1 SYSTEM_LIBS_VARS += USE_SYSTEM_$(1) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pale-moon.git