From 6c5eb127c873bd2414f28b25ba1f9bae494cf516 Mon Sep 17 00:00:00 2001 From: Jonathan Dowland Date: Tue, 26 Jan 2016 22:19:48 +0000 Subject: [PATCH] Enhance dh_clean to clean up better --- debian/changelog | 1 + debian/rules | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) 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 -- 2.39.2