From 7baf001957bf2dd06c01e6682f702baa7d178d8c Mon Sep 17 00:00:00 2001 From: Gerfried Fuchs Date: Thu, 19 Apr 2012 13:04:57 +0200 Subject: [PATCH] Add recommended targets build-{arch,indep} --- debian/changelog | 1 + debian/rules | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) 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 . -- 2.39.2