[X2Go-Commits] [pale-moon] 71/216: debian/rules: add rule for package-manifest generation.

git-admin at x2go.org git-admin at x2go.org
Sat Feb 16 02:42:58 CET 2019


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch master
in repository pale-moon.

commit a3fc42681642a4eb924680a56fab5615246f2c93
Author: Mihai Moldovan <ionic at 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


More information about the x2go-commits mailing list