diff options
author | Axel Beckert <abe@deuxchevaux.org> | 2017-01-09 01:33:25 +0100 |
---|---|---|
committer | Axel Beckert <abe@deuxchevaux.org> | 2017-01-09 01:33:25 +0100 |
commit | f1b49f7e210b0c4af65076a86f4e8c53bc3070ec (patch) | |
tree | 3a3fff49db166a8370111d09594896372eb92162 | |
parent | 3ab2793a9cc48005aec6a76544ac08027851e173 (diff) | |
download | zsh-f1b49f7e210b0c4af65076a86f4e8c53bc3070ec.tar.gz zsh-f1b49f7e210b0c4af65076a86f4e8c53bc3070ec.zip |
Use dh_clean's directory removal feature added in debhelper 9.20151116
-rw-r--r-- | debian/clean | 3 | ||||
-rw-r--r-- | debian/control | 2 | ||||
-rwxr-xr-x | debian/rules | 1 |
3 files changed, 4 insertions, 2 deletions
diff --git a/debian/clean b/debian/clean index cd45ec717..78f0be8c9 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 b447166fe..b815b4585 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 b0cd71859..cd5211915 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 |