[interchange/DEB_5_10_0] Add missing build-{arch, indep} targets (Closes: #821994, thanks to [email protected]).
Stefan Hornburg <[email protected]> Mon, 25 Apr 2016 11:26:03 +0000
| Newsgroups | gmane.comp.web.interchange.cvs |
|---|---|
| Message-ID | <[email protected]> |
commit bff4e04a98b429a49599ede7f7c02cbc6fe18a67 Author: Stefan Hornburg (Racke) <[email protected]> Date: Mon Apr 25 13:25:35 2016 +0200 Add missing build-{arch,indep} targets (Closes: #821994, thanks to [email protected]). 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 <[email protected]>). * Fixes UI installation error (Closes: #687904, thanks to Toni Mueller <[email protected]>). + * Add missing build-{arch,indep} targets (Closes: #821994, thanks to + [email protected]). * Remove superfluous space before question mark from Debconf template (Closes: #584513, thanks to Helge Kreutzmann <[email protected]> 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