summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2015-07-05 01:30:57 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2015-07-05 01:30:57 +0100
commit61bb03debb88d1dffe29fdb471d1d9a893b397d3 (patch)
tree74ed4c32106f015fd921a0a7e407015c5ceadcd1
parentce56d58f8ba00e77d5ebb5bba91bd187334b427e (diff)
Fix the rules clean target to remove test results and output.
-rw-r--r--Makefile1
-rw-r--r--debian/changelog3
2 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index cda167e..0d358c9 100644
--- a/Makefile
+++ b/Makefile
@@ -72,3 +72,4 @@ installdirs-infra:
check installcheck:
clean distclean mostlyclean maintainer-clean:
+ rm -rf tests/tmp
diff --git a/debian/changelog b/debian/changelog
index 61dbdcd..63fb0de 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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 the rules clean target to remove test results and output.
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__}.
- -- Ian Jackson <ijackson@chiark.greenend.org.uk> Sun, 05 Jul 2015 01:06:43 +0100
+ --
dgit (0.22.1) unstable; urgency=high