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/clean | |
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/clean')
-rw-r--r-- | debian/clean | 3 |
1 files changed, 3 insertions, 0 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/ |