]> git.proxmox.com Git - mirror_smartmontools-debian.git/commitdiff
Enhance dh_clean to clean up better
authorJonathan Dowland <jmtd@debian.org>
Tue, 26 Jan 2016 22:19:48 +0000 (22:19 +0000)
committerJonathan Dowland <jmtd@debian.org>
Tue, 26 Jan 2016 22:19:48 +0000 (22:19 +0000)
debian/changelog
debian/rules

index ab5c5da90dd53e52f56e6f3f62d253f067835b93..d451f4a6b1d17864b6d49231c753ea93dc89f016 100644 (file)
@@ -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 <jmtd@debian.org>  Tue, 26 Jan 2016 17:04:15 +0000
 
index e392b286f1de0c93ffd4b3a88649158ce4a499fd..ddef77f7ce77e696afa7329f2798008add288be9 100755 (executable)
@@ -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