summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2016-06-13 22:12:47 +0900
committerSean Whitton <spwhitton@spwhitton.name>2016-06-13 22:12:47 +0900
commitafcc9d9914bf9a779a95a0fb8520848e54729926 (patch)
treedfb5c3e643142bd14ef832b96de0c0a2cc918dba /debian/changelog
parenta8a5936aafb711489d6420404b559c7b353bda40 (diff)
fix DH_ELPA_TEST_ERT_EXCLUDE bug
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog11
1 files changed, 11 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index cf47386..006e26e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+dh-elpa (0.0.22) UNRELEASED; urgency=medium
+
+ * 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).
+ 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).
+
+ -- Sean Whitton <spwhitton@spwhitton.name> Mon, 13 Jun 2016 22:04:21 +0900
+
dh-elpa (0.0.21) unstable; urgency=medium
* Actually exclude .pc/ and debian/ directories from ERT tests.