[Pkg-zsh-commits] [zsh] 01/02: Use dh_clean's directory removal feature added in debhelper 9.20151116

Axel Beckert abe at deuxchevaux.org
Mon Jan 9 00:41:55 UTC 2017


This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch debian
in repository zsh.

commit f1b49f7e210b0c4af65076a86f4e8c53bc3070ec
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Mon Jan 9 01:33:25 2017 +0100

    Use dh_clean's directory removal feature added in debhelper 9.20151116
---
 debian/clean   | 3 +++
 debian/control | 2 +-
 debian/rules   | 1 -
 3 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/clean b/debian/clean
index cd45ec7..78f0be8 100644
--- a/debian/clean
+++ b/debian/clean
@@ -15,3 +15,6 @@ META-FAQ
 build-arch
 build-indep
 stamp-h.in
+obj/
+obj-static/
+autom4te.cache/
diff --git a/debian/control b/debian/control
index b447166..b815b45 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
 Build-Depends: autotools-dev,
                bsdmainutils,
                cm-super-minimal,
-               debhelper (>= 9.20141221~),
+               debhelper (>= 9.20151116~),
                dh-autoreconf,
                dpkg-dev (>= 1.16.2~),
                ghostscript,
diff --git a/debian/rules b/debian/rules
index b0cd718..cd52119 100755
--- a/debian/rules
+++ b/debian/rules
@@ -100,7 +100,6 @@ clean:
 	dh_auto_clean -B obj-static --parallel
 	dh_auto_clean               --parallel
 	dh_clean
-	rm -rf config.cache obj obj-static autom4te.cache
 
 binary-indep: build-indep binary-arch-dynamic
 	dh_testdir

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/zsh.git



More information about the Pkg-zsh-commits mailing list