This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pale-moon. commit 3cb7a321e6451d1aa427862635fc5da8681fc85e Author: Mihai Moldovan <ionic@ionic.de> Date: Fri Jun 29 04:12:17 2018 +0200 debian/rules: add stamps/configure-palemoon target. --- debian/changelog | 1 + debian/rules | 9 +++++++++ 2 files changed, 10 insertions(+) diff --git a/debian/changelog b/debian/changelog index 8179022..8dc83b6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -32,6 +32,7 @@ palemoon (27.9.2~repack-1-0x2go1) UNRELEASED; urgency=medium crossstream. - Add non-parallel stamps/dummy target. - Add clean rules for stamps and config.{guess,sub} files. + - Add stamps/configure-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 365374d..4cd2eb1 100755 --- a/debian/rules +++ b/debian/rules @@ -88,6 +88,15 @@ stamps/prepare-configure:: stamps/dummy done chmod 755 configure js/src/configure +stamps/configure-palemoon:: stamps/prepare-configure debian/palemoon.mozconfig + $(if $(wildcard build-palemoon),,mkdir build-palemoon) + cd build-palemoon && \ + MOZCONFIG=$(CURDIR)/debian/palemoon.mozconfig \ + ASFLAGS="-g" \ + $(CONFIGURE_ENV) \ + ../configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr $(CONFIGURE_FLAGS) \ + --with-default-mozilla-five-home=/usr/lib/palemoon + %: dh $@ --parallel -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pale-moon.git