From 709dd5604b6728cc49e81e284abe4af274a63e7e Mon Sep 17 00:00:00 2001 From: Axel Beckert Date: Sun, 16 Sep 2012 19:27:57 +0200 Subject: [PATCH] Use dh_auto_build --- debian/rules | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/debian/rules b/debian/rules index 8f3c797..4097951 100755 --- a/debian/rules +++ b/debian/rules @@ -9,14 +9,13 @@ build-indep: build-stamp build-stamp: # Builds the binary package. dh_testdir - $(MAKE) CC="$(CC)" LDFLAGS="$(LDFLAGS)" CFLAGS="$(CFLAGS)" - touch build + dh_auto_build -- LDFLAGS="$(LDFLAGS)" clean: # Undoes the effect of `make -f debian/rules build'. dh_testdir dh_auto_clean - dh_clean build debian/substvars + dh_clean binary: binary-arch binary-indep -- 2.39.2