From: Jonathan Dowland Date: Tue, 26 Jan 2016 22:19:48 +0000 (+0000) Subject: Enhance dh_clean to clean up better X-Git-Tag: debian/6.5+svn4324-1~21 X-Git-Url: https://git.proxmox.com/?p=mirror_smartmontools-debian.git;a=commitdiff_plain;h=6c5eb127c873bd2414f28b25ba1f9bae494cf516 Enhance dh_clean to clean up better --- diff --git a/debian/changelog b/debian/changelog index ab5c5da..d451f4a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -16,6 +16,7 @@ smartmontools (6.4+svn4109-2) UNRELEASED; urgency=medium ambiguity. Closes: #777583. * Get rid of update-smart-drivedb. Closes: #783317, #804299, #706909. * Bump standards version (no further changes required) + * Enhance rules clean target to make repeated builds easier -- Jonathan Dowland Tue, 26 Jan 2016 17:04:15 +0000 diff --git a/debian/rules b/debian/rules index e392b28..ddef77f 100755 --- a/debian/rules +++ b/debian/rules @@ -87,7 +87,9 @@ clean: # Add here commands to clean up after the build process. [ ! -f Makefile ] || $(MAKE) distclean rm -f build-stamp configure-stamp \ - Makefile.in examplescripts/Makefile.in aclocal.m4 configure + Makefile.in examplescripts/Makefile.in aclocal.m4 configure \ + config.guess config.h.in config.sub depcomp install-sh \ + m4/pkg.m4 missing dh_clean install: build