This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pale-moon. commit 82c307807617e9e3666a85e052d4f1b8ba68dc09 Author: Mihai Moldovan <ionic@ionic.de> Date: Thu Sep 20 22:39:31 2018 +0200 debian/rules: hardcode MOZ_APP_REMOTINGNAME. --- debian/changelog | 1 + debian/rules | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 43647dd..9bebb56 100644 --- a/debian/changelog +++ b/debian/changelog @@ -99,6 +99,7 @@ palemoon (27.9.2~repack-1-0x2go1) UNRELEASED; urgency=medium - Remove useless mark. - Add support for preprocessing files via the Mozilla preprocessor python script. + - Hardcode 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 ece9c1a..97c4468 100755 --- a/debian/rules +++ b/debian/rules @@ -55,7 +55,7 @@ BRANDING ?= $(OFFICIAL_BRANDING) BRANDING_CONFIGURE_FLAG = $(if $(filter $(BRANDING),$(OFFICIAL_BRANDING)),--enable-official-branding,--with-branding=$(BRANDING)) -MOZ_APP_REMOTINGNAME := $(call uc_first,$($(PRODUCT))) +MOZ_APP_REMOTINGNAME := Palemoon LIB_DIR := /usr/lib/palemoon -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pale-moon.git