chiark / gitweb /
Fix the rules clean target to remove test results and output.
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 5 Jul 2015 00:30:57 +0000 (01:30 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 5 Jul 2015 00:30:57 +0000 (01:30 +0100)
Makefile
debian/changelog

index cda167e932b89041701daa0fe5ac6b902a884ba4..0d358c952057e3c1d4200592e9131aecb96113ae 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -72,3 +72,4 @@ installdirs-infra:
 check installcheck:
 
 clean distclean mostlyclean maintainer-clean:
 check installcheck:
 
 clean distclean mostlyclean maintainer-clean:
+       rm -rf tests/tmp
index 61dbdcddd41cc3c9181248c5b1f24a4338716532..63fb0debadecbdcb3034fc43846694fe34ebf164 100644 (file)
@@ -61,6 +61,7 @@ dgit (0.30) unstable; urgency=high
   * Fix inaccurate error message when archive's git hash is not an
     ancestor of git repo's git hash.
   * Detect and bomb out on vendor-specific `3.0 (quilt)' patch series.
   * Fix inaccurate error message when archive's git hash is not an
     ancestor of git repo's git hash.
   * Detect and bomb out on vendor-specific `3.0 (quilt)' patch series.
+  * Fix the rules clean target to remove test results and output.
 
   Documentation improvements:
 
 
   Documentation improvements:
 
@@ -90,7 +91,7 @@ dgit (0.30) unstable; urgency=high
   * In places, significant restructuring or tidying up.
   * Turn all perl warnings into errors using $SIG{__WARN__}.
 
   * In places, significant restructuring or tidying up.
   * Turn all perl warnings into errors using $SIG{__WARN__}.
 
- -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Sun, 05 Jul 2015 01:06:43 +0100
+ --
 
 dgit (0.22.1) unstable; urgency=high
 
 
 dgit (0.22.1) unstable; urgency=high