From afcc9d9914bf9a779a95a0fb8520848e54729926 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Mon, 13 Jun 2016 22:12:47 +0900 Subject: fix DH_ELPA_TEST_ERT_EXCLUDE bug --- debian/changelog | 11 +++++++++++ debian/control | 1 + 2 files changed, 12 insertions(+) (limited to 'debian') 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 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 -- cgit v1.2.3