[interchange/DEB_5_10_0] Add missing build-{arch, indep} targets (Closes: #821994, thanks to niels at thykier.net).

Stefan Hornburg interchange-cvs at icdevgroup.org
Mon Apr 25 11:26:03 UTC 2016


commit bff4e04a98b429a49599ede7f7c02cbc6fe18a67
Author: Stefan Hornburg (Racke) <racke at linuxia.de>
Date:   Mon Apr 25 13:25:35 2016 +0200

    Add missing build-{arch,indep} targets (Closes: #821994, thanks to niels at thykier.net).

 debian/changelog |    2 ++
 debian/rules     |    5 ++++-
 2 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/debian/changelog b/debian/changelog
index d912b3f..00b7fdd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,8 @@ interchange (5.10.0-1) unstable; urgency=low
     <jame at rocasa.us>).
   * Fixes UI installation error (Closes: #687904,
     thanks to Toni Mueller <support at oeko.net>).
+  * Add missing build-{arch,indep} targets (Closes: #821994, thanks to
+    niels at thykier.net).
   * Remove superfluous space before question mark from Debconf template
     (Closes: #584513, thanks to Helge Kreutzmann <debian at helgefjell.de>
     for the report)
diff --git a/debian/rules b/debian/rules
index 44fa2b6..a0bd6e5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -28,7 +28,10 @@ TMP = $(shell pwd)/debian/tmp
 IC_VERSION := $(shell dpkg-parsechangelog | perl -ne 'print $$1 if /^Version: (.*?)-(.*)$$/')
 IC_MAJOR_VERSION := $(shell dpkg-parsechangelog | perl -ne 'print $$1 if /^Version: (\d+\.\d+)(.*?)-(.*)$$/')
 
-build: build-stamp
+build: build-arch build-indep
+build-arch: build-stamp
+build-indep: build-stamp
+
 build-stamp:
 	dh_testdir
 



More information about the interchange-cvs mailing list