This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pale-moon. commit 8732d9a463480c657b4bbc326f255cb58f0fdb6c Author: Mihai Moldovan <ionic@ionic.de> Date: Fri Feb 22 06:29:58 2019 +0100 debian/rules: no need to generate a special manifest file and use it any longer. --- debian/changelog | 1 + debian/rules | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index b524fa2..dd31ba9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -16,6 +16,7 @@ palemoon (28.3.1+repack-1-0x2go1) UNRELEASED; urgency=medium * debian/rules: - --build parameter not supported by configure any longer, replaced by --target. + - No need to generate a special manifest file and use it any longer. * debian/installer/Makefile.in: - Switch some hardcoded places to use $(MOZ_BUILD_APP), some other places to hardcoded filename extensions and drop the (hopefully unneeded) diff --git a/debian/rules b/debian/rules index c74a574..acf9a2f 100755 --- a/debian/rules +++ b/debian/rules @@ -229,12 +229,11 @@ debian/mozilla-nspr.pc: VARS += NSPR_VERSION debian/mozilla-nspr.pc: stamps/build-palemoon endif -stamps/install-palemoon:: build-palemoon/debian/installer/package-manifest +stamps/install-palemoon:: ifneq (,$(filter mips,$(DEB_BUILD_ARCH))) sed -i '/"javascript.options.\(baselinejit\|ion\)"/s/true/false/' build-palemoon/dist/bin/greprefs.js || : endif dh_auto_install --builddirectory=build-palemoon -- installdir=$(LIB_DIR) \ - MOZ_PKG_MANIFEST=$(CURDIR)/$< \ MOZ_NONLOCALIZED_PKG_LIST="xpcom debian" \ MOZ_LOCALIZED_PKG_LIST=en-US \ TAR_CREATE_FLAGS="--exclude=.mkdir.done --hard-dereference -chf" \ -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pale-moon.git