From: Gerfried Fuchs Date: Thu, 19 Apr 2012 11:04:57 +0000 (+0200) Subject: Add recommended targets build-{arch,indep} X-Git-Tag: debian/0.6.0_pre2-2~1 X-Git-Url: https://git.deb.at/?p=pkg%2Fabook.git;a=commitdiff_plain;h=7baf001957bf2dd06c01e6682f702baa7d178d8c Add recommended targets build-{arch,indep} --- diff --git a/debian/changelog b/debian/changelog index 0565aa2..15b3b2c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -53,6 +53,7 @@ abook (0.6.0~pre2-2) unstable; urgency=low * Add Vcs-* fields to debian/control. * Explicit call set -e in config/postrm/postinst scripts instead of on the shebang line. + * Add recommended targets build-arch/build-indep to debian/rules. -- diff --git a/debian/rules b/debian/rules index 02a2a7c..987ee26 100755 --- a/debian/rules +++ b/debian/rules @@ -43,7 +43,9 @@ clean: unpatch [ ! -f Makefile ] || $(MAKE) distclean -build: build-stamp +build: build-arch +build-arch: build-stamp +build-indep: build-stamp: patch-stamp $(checkdir) cp /usr/share/misc/config.guess /usr/share/misc/config.sub .