This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pale-moon. commit ffc55c68bd5457eaaeae27a938dfacedb046290d Author: Mihai Moldovan <ionic@ionic.de> Date: Fri Jun 29 08:32:59 2018 +0200 debian/rules: add stamps/build-palemoon target. --- debian/changelog | 1 + debian/rules | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/debian/changelog b/debian/changelog index 6fe9cc6..c473aad 100644 --- a/debian/changelog +++ b/debian/changelog @@ -38,6 +38,7 @@ palemoon (27.9.2~repack-1-0x2go1) UNRELEASED; urgency=medium - Add dh_auto_build{,-arch} overrides. - Comment out all (%) rule. - Rework dh_auto_clean. + - Add stamps/build-palemoon target. * 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 c4b4708..d388458 100755 --- a/debian/rules +++ b/debian/rules @@ -120,6 +120,12 @@ stamps/configure-palemoon:: stamps/prepare-configure debian/palemoon.mozconfig ../configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr $(CONFIGURE_FLAGS) \ --with-default-mozilla-five-home=$(LIB_DIR) +stamps/build-palemoon:: stamps/configure-check-palemoon + dh_auto_build --parallel --builddirectory=build-palemoon -- \ + LD_LIBS=-Wl,--no-gc-sections \ + _LEAKTEST_FILES=leaktest.py \ + JS_READLINE=1 + override_dh_auto_build override_dh_auto_build-arch: stamps/build-palemoon #%: -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pale-moon.git