[X2Go-Commits] [pale-moon] 02/02: debian/rules: force regeneration of debian/control in every clean run.

git-admin at x2go.org git-admin at x2go.org
Mon Feb 25 23:30:05 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 3a201bc0046310615aea5127d81be0e9e495cba0
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Mon Feb 25 23:15:49 2019 +0100

    debian/rules: force regeneration of debian/control in every clean run.
    
    Needed for architecture checks in debian/control.in.
---
 debian/changelog | 2 ++
 debian/rules     | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 1f78deb..b3e17d6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -20,6 +20,8 @@ palemoon (28.3.1+repack-1-0x2go1) UNRELEASED; urgency=medium
     - No need to generate a special manifest file and use it any longer.
     - Keep MPL-1.1 and MPL-2.0 targets as stubs.
     - Unstubbify MPL rules again, but take files out of debian directory.
+    - Force regeneration of debian/control in every clean run. Needed for
+      architecture checks in debian/control.in.
   * debian/installer/Makefile.in:
     - Switch some hardcoded places to use $(MOZ_BUILD_APP), some other places
       to hardcoded filename extensions and drop the (hopefully unneeded)
diff --git a/debian/rules b/debian/rules
index ebc8155..296a0d7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -201,6 +201,8 @@ override_dh_auto_build override_dh_auto_build-arch: stamps/build-palemoon
 override_dh_auto_clean::
 	rm -f MPL
 	rm -f $(filter-out debian/control,$(GENERATED_FILES))
+	# Force regenration of debian/control - we need this for architecture checks.
+	touch debian/control.in
 	# FIXME: handle potentially generated files, once we have them.
 	rm -f configure js/src/configure
 	rm -rf stamps l10n

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