This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pale-moon. commit 757ff75fd1b9d22618efce5701d16b000995f41d Author: Mihai Moldovan <ionic@ionic.de> Date: Sat Jun 30 05:08:52 2018 +0200 debian/rules: add MOZ_APP_REMOTINGNAME. --- debian/changelog | 1 + debian/rules | 2 ++ 2 files changed, 3 insertions(+) diff --git a/debian/changelog b/debian/changelog index b7efbe4..49b7203 100644 --- a/debian/changelog +++ b/debian/changelog @@ -51,6 +51,7 @@ palemoon (27.9.2~repack-1-0x2go1) UNRELEASED; urgency=medium - Add license doc staging for MPL-1.1 and MPL-2.0. - Replace mkdir with install -d -m 755. - Add branding stubs. + - Add MOZ_APP_REMOTINGNAME. * 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 363384c..705657c 100755 --- a/debian/rules +++ b/debian/rules @@ -46,6 +46,8 @@ BRANDING ?= $(OFFICIAL_BRANDING) BRANDING_CONFIGURE_FLAG = $(if $(filter $(BRANDING),$(OFFICIAL_BRANDING)),--enable-official-branding,--with-branding=$(BRANDING)) +MOZ_APP_REMOTINGNAME := $(call uc_first,$($(PRODUCT))) + 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