summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2016-10-15 20:34:40 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2016-10-15 20:36:36 +0100
commit523f42f6ba9805aae8245af4f996581d6c7c51a3 (patch)
tree9f1f44eeb7ae28a60968d91b117457630ed86c34 /debian/changelog
parent9a6515f9f4fcf015b1205ff85de5f1bd25c16e57 (diff)
Test suite: Fix entirely-broken tstunt PERLLIB arrangements
Specifically: * Properly dereference the variable when looking for the stunt dir to be there already * Do not add "." to the path if the path starts out empty. * Crash _with the right message_ in dpkg-parsechangelog if PERLLIB is unset. (PERLLIB mustn't be unset because we're trying to strip our own value from it.) Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 65ecda4..a60f35a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -118,6 +118,7 @@ dgit (1.5~~) unstable; urgency=medium
* Provide better log output for certain failures.
* Many new tests (especially for new functionality).
* Add missing debhelper (>=8) to test suite's global Depends.
+ * tstunt arrangements: Fix mishandling of PERLLIB, etc.
--