debian/changelog | 7 +++++++ debian/rules | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-)
New commits: commit 185b4712570e7558b0e7da402f618a4323597650 Author: Drew Parsons <[email protected]> Date: Sun Aug 20 13:03:52 2017 +0800 Clean file cruft alongside dh_clean, not dh_autoclean diff --git a/debian/changelog b/debian/changelog index bc0b3cc..1ea4983 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +libxres (2:1.0.7-3) UNRELEASED; urgency=medium + + * Team upload. + * Clean file cruft alongside dh_clean, not dh_autoclean + + -- Drew Parsons <[email protected]> Sun, 20 Aug 2017 13:03:01 +0800 + libxres (2:1.0.7-2) unstable; urgency=low * Team upload. diff --git a/debian/rules b/debian/rules index e08dfe9..5722357 100755 --- a/debian/rules +++ b/debian/rules @@ -11,7 +11,7 @@ override_dh_auto_configure: $(confflags) \ $(shell DEB_CFLAGS_MAINT_APPEND=-Wall dpkg-buildflags --export=configure) -override_dh_auto_clean: +override_dh_clean: rm -f config.cache config.log config.status rm -f */config.cache */config.log */config.status rm -f conftest* */conftest* @@ -21,7 +21,7 @@ override_dh_auto_clean: rm -f depcomp install-sh ltmain.sh missing mkinstalldirs rm -f src/config.h.in find -name Makefile.in -delete - dh_auto_clean + dh_clean override_dh_install: dh_install --fail-missing --exclude=libXRes.la

