[X2Go-Commits] [pale-moon] 01/01: debian/rules: generate configure files correctly, since we're actually using a nightly-based source.

git-admin at x2go.org git-admin at x2go.org
Thu Aug 30 06:52:14 CEST 2018


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

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

commit 17c6ecb0b02cbb152044b5b127050da72115b07a
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Thu Aug 30 06:51:45 2018 +0200

    debian/rules: generate configure files correctly, since we're actually using a nightly-based source.
---
 debian/changelog | 2 ++
 debian/rules     | 3 ++-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 88d9e19..cb42b71 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -74,6 +74,8 @@ palemoon (27.9.2~repack-1-0x2go1) UNRELEASED; urgency=medium
     - We really want to match the search pattern against the current DIST
       variable and have the result contain the DIST variable's content if the
       needle strings match, so change the filter call parameter order.
+    - Generate configure files correctly, since we're actually using a
+      nightly-based source.
   * 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 f28fe85..58d45a7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -106,7 +106,8 @@ stamps/prepare-configure:: stamps/dummy
 			fi; \
 		done; \
 	done
-	chmod 755 configure js/src/configure
+	$(MAKE) -f client.mk configure-files
+	chmod +x configure js/src/configure
 
 stamps/configure-check-palemoon:: stamps/configure-palemoon
 # Ensure --{with,enable}-system options properly set expected variables

--
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