This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pale-moon. commit 1a29ed661ffdcab63972abbb47716ea0bd55e482 Author: Mihai Moldovan <ionic@ionic.de> Date: Fri Aug 31 05:37:23 2018 +0200 debian/rules: add rule for package-manifest generation. --- debian/changelog | 1 + debian/rules | 3 +++ 2 files changed, 4 insertions(+) diff --git a/debian/changelog b/debian/changelog index cb42b71..ccddf30 100644 --- a/debian/changelog +++ b/debian/changelog @@ -76,6 +76,7 @@ palemoon (27.9.2~repack-1-0x2go1) UNRELEASED; urgency=medium needle strings match, so change the filter call parameter order. - Generate configure files correctly, since we're actually using a nightly-based source. + - Add rule for package-manifest generation. * 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 58d45a7..b1e23ed 100755 --- a/debian/rules +++ b/debian/rules @@ -96,6 +96,9 @@ CXXFLAGS = $(CFLAGS) EXPORTS := CC CXX CFLAGS CXXFLAGS CPPFLAGS LDFLAGS $(call lazy,CONFIGURE_ENV,$$(foreach export,$(EXPORTS),$$(export)="$$($$(export))")) +%/package-manifest: + $(MAKE) -C $* + override_dh_auto_configure: stamps/prepare-configure:: stamps/dummy -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pale-moon.git