summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-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