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 | |
parent | 7fdbb15da635c9b0a58054a35d67b80a5e8b2aff (diff) | |
download | screen-e27c349da60c3f380ee04138876ee769be163ca9.tar.gz |
Use debian/clean instead of dh_clean parameters
Add some more files to clean up
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/clean | 12 | ||||
-rwxr-xr-x | debian/rules | 2 |
3 files changed, 15 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 1ec4b00..9e73273 100644 --- a/debian/changelog +++ b/debian/changelog @@ -11,6 +11,8 @@ screen (4.1.0~20120320gitdb59704-8) UNRELEASED; urgency=low + Use dh_auto_{configure,build} + Drop DPKG_EXPORT_BUILDFLAGS and /usr/share/dpkg/buildflags.mk + Drop manual DEB_BUILD_OPTIONS parsing + + Use debian/clean instead of dh_clean parameters and add some more + files to clean up * Apply wrap-and-sort. -- Axel Beckert <abe@debian.org> Thu, 16 May 2013 03:15:42 +0200 diff --git a/debian/clean b/debian/clean new file mode 100644 index 0000000..e0a3db6 --- /dev/null +++ b/debian/clean @@ -0,0 +1,12 @@ +config.log +config.status +Makefile +*.o +comm.h +config.h +doc/Makefile +kmapdef.c +osdef.h +screen +term.h +tty.c 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: |