summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2016-08-01 10:48:35 -0700
committerSean Whitton <spwhitton@spwhitton.name>2016-08-01 10:48:35 -0700
commit4a99499a76542611cb51410eff687c2aafdc08a8 (patch)
tree4d11184a0534ac924a83f428dbb67f4cb3b362f6
parentecc663f6b4518069b389a1e3f2e1b9f4bddaad3a (diff)
changelog
-rw-r--r--debian/changelog8
1 files changed, 5 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index 9a76f22..bd7a5e7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,15 +1,17 @@
dh-elpa (1.0) UNRELEASED; urgency=medium
[ Sean Whitton ]
+ * dh_elpa_test should now be configured by the config file debian/elpa-test.
+ * The old DH_ELPA_TEST_* configuration env vars are deprecated.
* Backport prep
- Add check for dh-make-perl version before invoking dh_elpa_test
- New dependency for this check: libdpkg-perl
- * Globs in DH_ELPA_TEST_ERT_EXCLUDE will now be matched against the full
- paths to files (relative to the root of the source package).
+ * Globs in ert_exclude/DH_ELPA_TEST_ERT_EXCLUDE will now be matched against
+ the full paths to files (relative to the root of the source package).
Previously, only the basename was matched, so it was not possible to
use a glob like "broken-tests/*.el".
- New dependency on libtext-glob-perl.
- * Add example usage of DH_ELPA_TEST_ERT_EXCLUDE to dh_elpa_test(1).
+ * Add example usage of ert_exclude to dh_elpa_test(1).
[ David Bremner ]
* depend on libdebian-source-perl in preference to dh-make-perl, if the