summaryrefslogtreecommitdiff
path: root/debian
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
parenta8a5936aafb711489d6420404b559c7b353bda40 (diff)
fix DH_ELPA_TEST_ERT_EXCLUDE bug
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog11
-rw-r--r--debian/control1
2 files changed, 12 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.
diff --git a/debian/control b/debian/control
index f88664f..8d67dab 100644
--- a/debian/control
+++ b/debian/control
@@ -20,6 +20,7 @@ Depends:
emacs24-nox | emacs24 (>=24~) | emacs24-lucid (>=24~),
libarray-utils-perl,
libfile-find-rule-perl,
+ libtext-glob-perl,
${misc:Depends},
${perl:Depends},
Description: Debian helper tools for packaging emacs lisp extensions