From ce0f7b6585a07409b695150a199fe87bd173ef1e Mon Sep 17 00:00:00 2001 From: Axel Beckert Date: Thu, 17 Jan 2013 01:49:30 +0100 Subject: [PATCH] Debian package: use dh_auto_{build,clean} --- debian/changelog | 1 + debian/rules | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index f9ed2ef..b9ef3ce 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ conkeror (1.0~~pre+git130117-1) UNRELEASED; urgency=low * New upstream snapshot * Add support for xulrunner 18 to 20 * Consistently use "touch $@" for stamp files. + * Use dh_auto_build and dh_auto_clean. -- Axel Beckert Thu, 17 Jan 2013 01:42:48 +0100 diff --git a/debian/rules b/debian/rules index 02a10c0..dd40cf6 100755 --- a/debian/rules +++ b/debian/rules @@ -27,7 +27,7 @@ build: build-arch build-indep build-arch: build-arch-stamp build-arch-stamp: configure-stamp # Add here commands to compile the arch part of the package. - $(MAKE) + dh_auto_build touch $@ @@ -44,7 +44,7 @@ clean: rm -f build-arch-stamp build-indep-stamp configure-stamp # Add here commands to clean up after the build process. - $(MAKE) clean + dh_auto_clean dh_clean -- 2.11.4.GIT