summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2016-06-03 09:32:23 +0900
committerDavid Bremner <bremner@debian.org>2016-07-02 10:13:57 +0200
commit1bb959e968352724d872b6e5aad51328e5db711e (patch)
tree7623fe438c0422de3ff38fccecbf8356f6f763b5 /debian
parenta83649d605c1fb5535901392e388c36b17ca03b6 (diff)
add check for dh-make-perl version
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog2
-rw-r--r--debian/control1
2 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 4cec281..1897ac2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
dh-elpa (0.0.22) UNRELEASED; urgency=medium
[ Sean Whitton ]
+ * Backport prep
+ - Add check for dh-make-perl version before invoking dh_elpa_test
* 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
diff --git a/debian/control b/debian/control
index cb23c10..e0a8912 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,
+ libdpkg-perl,
libtext-glob-perl,
${misc:Depends},
${perl:Depends},