From a83649d605c1fb5535901392e388c36b17ca03b6 Mon Sep 17 00:00:00 2001 From: David Bremner Date: Wed, 29 Jun 2016 16:29:13 +0200 Subject: optionally depend on libdebian-source-perl instead dh-make-perl This is the split out part of dh-make-perl that contains the common libraries --- debian/changelog | 7 ++++++- debian/control | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 006e26e..4cec281 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,6 @@ dh-elpa (0.0.22) UNRELEASED; urgency=medium + [ Sean Whitton ] * 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 @@ -7,7 +8,11 @@ dh-elpa (0.0.22) UNRELEASED; urgency=medium * 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 + [ David Bremner ] + * depend on libdebian-source-perl in preference to dh-make-perl, if the + former is available. + + -- David Bremner Thu, 30 Jun 2016 13:11:49 +0200 dh-elpa (0.0.21) unstable; urgency=medium diff --git a/debian/control b/debian/control index 8d67dab..cb23c10 100644 --- a/debian/control +++ b/debian/control @@ -16,7 +16,7 @@ Package: dh-elpa Architecture: all Built-Using: ${misc:Built-Using} Depends: - dh-make-perl (>= 0.90), + libdebian-source-perl | dh-make-perl (>= 0.90), emacs24-nox | emacs24 (>=24~) | emacs24-lucid (>=24~), libarray-utils-perl, libfile-find-rule-perl, -- cgit v1.2.3