summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Tilloy <olivier.tilloy@canonical.com>2021-01-20 22:01:35 +0100
committerSean Whitton <spwhitton@spwhitton.name>2021-01-22 10:29:55 -0700
commit0542a9281f64eecac865d47ff649d703468d0ae0 (patch)
tree8281a0b9b54e09a7c0c7264dabdb4dc171bf3e74
parent7bd3765e5ddf50722fc92a8c72558f0d92a3c8b6 (diff)
Mark dh-elpa as providing dh-sequence-elpa
-rw-r--r--debian/changelog7
-rw-r--r--debian/control1
2 files changed, 8 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 8f0d4cd..d8f2191 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+dh-elpa (2.0.7) UNRELEASED; urgency=medium
+
+ * Mark dh-elpa as providing dh-sequence-elpa, for use in Build-Depends,
+ to enable implicit "--with elpa" rules
+
+ -- Olivier Tilloy <olivier.tilloy@canonical.com> Wed, 20 Jan 2021 21:58:08 +0100
+
dh-elpa (2.0.6) unstable; urgency=medium
* Bug fix: "Can't install non-ELPA package due to typo in helper
diff --git a/debian/control b/debian/control
index 286ba93..63391e0 100644
--- a/debian/control
+++ b/debian/control
@@ -27,6 +27,7 @@ Depends:
libtext-glob-perl,
${misc:Depends},
${perl:Depends},
+Provides: dh-sequence-elpa
Description: Debian helper tools for packaging emacs lisp extensions
This package provides a helper for packaging emacs lisp extensions
in a way compatible with the GNU Emacs 'elpa' package repository.