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 /debian/rules | |
parent | 3ab2793a9cc48005aec6a76544ac08027851e173 (diff) | |
download | zsh-f1b49f7e210b0c4af65076a86f4e8c53bc3070ec.tar.gz zsh-f1b49f7e210b0c4af65076a86f4e8c53bc3070ec.zip |
Use dh_clean's directory removal feature added in debhelper 9.20151116
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 1 |
1 files changed, 0 insertions, 1 deletions
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 |