From c035e7aebdec933bdf0b5241f7279585c9e07acb Mon Sep 17 00:00:00 2001 From: Luk Claes Date: Sat, 18 Jun 2011 10:45:10 +0200 Subject: [PATCH] Add build-arch and build-indep makefile targets to debian/rules --- debian/changelog | 3 ++- debian/rules | 4 +++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index d1a7c81..37294ae 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,7 @@ nfs-utils (1:1.2.3-3) unstable; urgency=medium * Use rpcinfo instead of /dev/tcp redirection * Fix CVE-2011-1749: Anticipate RLIMIT_FSIZE (Closes: #629420) * start-statd: Use bash (Closes: #621027) + * Add build-arch and build-indep makefile targets to debian/rules [ Ben Hutchings ] * statd.man, nfsiostat.man: Fix syntax errors, thanks to Simon Paillard @@ -15,7 +16,7 @@ nfs-utils (1:1.2.3-3) unstable; urgency=medium * exports.man: Fix syntax errors * nfs.man: Fix syntax errors and improve tabulation - -- Luk Claes Tue, 07 Jun 2011 12:24:08 +0200 + -- Luk Claes Sat, 18 Jun 2011 10:44:37 +0200 nfs-utils (1:1.2.3-2) unstable; urgency=low diff --git a/debian/rules b/debian/rules index d7abd5e..45b060c 100755 --- a/debian/rules +++ b/debian/rules @@ -16,7 +16,9 @@ endif # Temporary root DEBTMP := $(CURDIR)/debian/tmp -build: build-stamp +build: build-indep build-arch +build-indep: build-stamp +build-arch: build-stamp build-stamp: dh_testdir CFLAGS="$(CFLAGS)" ./configure \ -- 2.39.2