[X2Go-Commits] [pale-moon] 108/216: debian/rules: hardcode MOZ_APP_REMOTINGNAME.

git-admin at x2go.org git-admin at x2go.org
Sat Feb 16 02:43:09 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 10d914d7c9fd152c7461da8511f3d43ba0d55f4e
Author: Mihai Moldovan <ionic at 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


More information about the x2go-commits mailing list