diff options
author | Axel Beckert <abe@deuxchevaux.org> | 2013-05-16 04:12:07 +0200 |
---|---|---|
committer | Axel Beckert <abe@deuxchevaux.org> | 2013-05-16 04:12:07 +0200 |
commit | e27c349da60c3f380ee04138876ee769be163ca9 (patch) | |
tree | 2022c4f5ad5f6f890e0bbafebf6a019c2e2eec2b /debian/rules | |
parent | 7fdbb15da635c9b0a58054a35d67b80a5e8b2aff (diff) | |
download | screen-e27c349da60c3f380ee04138876ee769be163ca9.tar.gz |
Use debian/clean instead of dh_clean parameters
Add some more files to clean up
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 3b774d8..8939827 100755 --- a/debian/rules +++ b/debian/rules @@ -18,7 +18,7 @@ clean: test ! -s doc/Makefile || $(MAKE) -C doc realclean test ! -s Makefile || ! grep -q clean Makefile || $(MAKE) realclean dh_autoreconf_clean - dh_clean config.log config.status Makefile + dh_clean configure: configure-stamp configure-stamp: |