This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pale-moon. commit e512349cee42789703fcb2620242bafa61c1eeba Author: Mihai Moldovan <ionic@ionic.de> Date: Sat Jun 30 05:10:43 2018 +0200 debian/rules: enhance configure phase with branding options and the remotingname hack. --- debian/changelog | 1 + debian/rules | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 49b7203..ae6cee1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -52,6 +52,7 @@ palemoon (27.9.2~repack-1-0x2go1) UNRELEASED; urgency=medium - Replace mkdir with install -d -m 755. - Add branding stubs. - Add MOZ_APP_REMOTINGNAME. + - Enhance configure phase with branding options and the remotingname hack. * 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 705657c..d5d0852 100755 --- a/debian/rules +++ b/debian/rules @@ -128,7 +128,9 @@ stamps/configure-palemoon:: stamps/prepare-configure debian/palemoon.mozconfig ASFLAGS="-g" \ $(CONFIGURE_ENV) \ ../configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr $(CONFIGURE_FLAGS) \ - --with-default-mozilla-five-home=$(LIB_DIR) + --with-default-mozilla-five-home=$(LIB_DIR) \ + $(BRANDING_CONFIGURE_FLAG) + sed -i "/MOZ_APP_REMOTINGNAME/s/'[^']*',/'$(MOZ_APP_REMOTINGNAME)',/" build-palemoon/config.status stamps/build-palemoon:: stamps/configure-check-palemoon dh_auto_build --parallel --builddirectory=build-palemoon -- \ -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pale-moon.git