This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pale-moon. commit e529cb776b4369264ada3c19aeb42829ce0de4a1 Author: Mihai Moldovan <ionic@ionic.de> Date: Mon Sep 17 02:07:34 2018 +0200 debian/installer/Makefile.in: fix build-browser to build-palemoon. --- debian/changelog | 2 ++ debian/installer/Makefile.in | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 95c6ca6..61eaeb2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -104,6 +104,8 @@ palemoon (27.9.2~repack-1-0x2go1) UNRELEASED; urgency=medium - Ignore autogenerated ChangeLog.gitlog file. * debian/patches: - Refresh. + * debian/installer/Makefile.in: + - Fix build-browser to build-palemoon. -- Mihai Moldovan <ionic@ionic.de> Mon, 28 May 2018 03:44:10 +0200 diff --git a/debian/installer/Makefile.in b/debian/installer/Makefile.in index 67cc642..f0c476f 100644 --- a/debian/installer/Makefile.in +++ b/debian/installer/Makefile.in @@ -9,7 +9,7 @@ STANDALONE_MAKEFILE := 1 include $(topsrcdir)/config/rules.mk -DEFINES += $(shell $(MAKE) --no-print-directory -C $(DEPTH)/../build-browser/browser/installer DEPTH="$(abspath $(DEPTH))" topsrcdir="$(abspath $(topsrcdir))" srcdir='$(topsrcdir)/browser/installer' VPATH='$(srcdir)' echo-variable-DEFINES | sed 's/"/\\"/g') +DEFINES += $(shell $(MAKE) --no-print-directory -C $(DEPTH)/../build-palemoon/browser/installer DEPTH="$(abspath $(DEPTH))" topsrcdir="$(abspath $(topsrcdir))" srcdir='$(topsrcdir)/browser/installer' VPATH='$(srcdir)' echo-variable-DEFINES | sed 's/"/\\"/g') package-manifest: $(topsrcdir)/browser/installer/package-manifest.in $(srcdir)/package-manifest.$(MOZ_BUILD_APP) $(PYTHON) -m mozbuild.action.preprocessor $(DEFINES) $(ACDEFINES) $^ | sed 's/^\[browser\]/[$(MOZ_BUILD_APP)]/' > $@ -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pale-moon.git