From b82e00eb9ff89e449343fb7b0edfad9976c06299 Mon Sep 17 00:00:00 2001 From: Axel Beckert Date: Thu, 17 Jan 2013 01:50:30 +0100 Subject: [PATCH] Debian package: Don't clean up stamp files manually This is already done by dh_clean + debhelper compatibility level 7 --- debian/changelog | 2 ++ debian/rules | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index b9ef3ce..cba588d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,8 @@ conkeror (1.0~~pre+git130117-1) UNRELEASED; urgency=low * Add support for xulrunner 18 to 20 * Consistently use "touch $@" for stamp files. * Use dh_auto_build and dh_auto_clean. + * Don't clean up stamp files manually; this is already done by dh_clean + plus debhelper compatibility level 7. -- Axel Beckert Thu, 17 Jan 2013 01:42:48 +0100 diff --git a/debian/rules b/debian/rules index dd40cf6..30c254a 100755 --- a/debian/rules +++ b/debian/rules @@ -41,7 +41,6 @@ build-indep-stamp: configure-stamp clean: dh_testdir dh_testroot - rm -f build-arch-stamp build-indep-stamp configure-stamp # Add here commands to clean up after the build process. dh_auto_clean -- 2.11.4.GIT