From 26e66a205da556cd42d6d6ab3646d50a89b3d887 Mon Sep 17 00:00:00 2001 From: taffit Date: Sun, 19 Jun 2011 17:52:48 +0000 Subject: [PATCH] Policy 4.9: provide build-arch and build-indep targets git-svn-id: svn://anonscm.debian.org/ddp/manuals/trunk/developers-reference@8877 313b444b-1b9f-4f58-a734-7bb04f332e8d --- debian/rules | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 7a73511..899b145 100755 --- a/debian/rules +++ b/debian/rules @@ -28,7 +28,12 @@ PUBDATE := $(shell LC_ALL=C date --date="$(DEB_DATE)" -I) # debhelper verbose mode #export DH_VERBOSE=1 -build: +build: build-arch build-indep + +build-arch: +# nothing arch dependant + +build-indep: $(checkdir) rm -f version.ent $(MAKE) VERSION=$(DEB_VERSION) PUBDATE=$(PUBDATE) LANGS="$(langs) $(langs_nopdf)" -- 2.30.2