summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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