This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pale-moon. commit 7d0fa4a30f751dc5d0a6255ec0826d5c849273cf Author: Mihai Moldovan <ionic@ionic.de> Date: Sat Jun 30 04:36:15 2018 +0200 debian/rules: add another hack, but commented out. --- debian/changelog | 1 + debian/rules | 3 +++ 2 files changed, 4 insertions(+) diff --git a/debian/changelog b/debian/changelog index 8b6b019..3ec9bca 100644 --- a/debian/changelog +++ b/debian/changelog @@ -44,6 +44,7 @@ palemoon (27.9.2~repack-1-0x2go1) UNRELEASED; urgency=medium - Add new ("empty") dh_auto_install override. - Add/backport dh_auto_install override. - Add a few palemoon-specific hacks for palemoon-dev(el) files. + - Add another hack, but commented out. * 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 539554f..0ddc875 100755 --- a/debian/rules +++ b/debian/rules @@ -208,6 +208,9 @@ endif mkdir debian/tmp$(LIB_DIR)-devel/share mv debian/tmp/usr/share/idl debian/tmp$(LIB_DIR)-devel/share/ + # remove vestigial duplicate file + #rm -rf debian/tmp$(LIB_DIR)/palemoon-bin + override_dh_auto_install: make -f client.mk DESTDIR=$$(pwd)/debian/palemoon prefix=/usr \ installdir=/usr/lib/palemoon \ -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pale-moon.git