From: Ian Jackson Date: Sun, 5 Jul 2015 00:30:57 +0000 (+0100) Subject: Fix the rules clean target to remove test results and output. X-Git-Tag: debian/0.30~2 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=dgit.git;a=commitdiff_plain;h=61bb03debb88d1dffe29fdb471d1d9a893b397d3 Fix the rules clean target to remove test results and output. --- diff --git a/Makefile b/Makefile index cda167e9..0d358c95 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 61dbdcdd..63fb0deb 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 Sun, 05 Jul 2015 01:06:43 +0100 + -- dgit (0.22.1) unstable; urgency=high