summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog6
-rw-r--r--debian/control4
2 files changed, 9 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 0a9b108..f808646 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+dh-elpa (2.0.11) unstable; urgency=medium
+
+ * Depend (temporarily?) on emacs-el as workaround for #1017698
+
+ -- David Bremner <bremner@debian.org> Thu, 25 Aug 2022 08:38:18 -0700
+
dh-elpa (2.0.10) unstable; urgency=medium
* Update dh_elpa_test documentation
diff --git a/debian/control b/debian/control
index 63391e0..3d2f124 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,8 @@ Uploaders:
Sean Whitton <spwhitton@spwhitton.name>,
Build-Depends:
debhelper-compat (= 12),
- emacs-nox (>= 47) | emacs (>= 47.0)
+ emacs-nox (>= 47) | emacs (>= 47.0),
+ emacs-el
Standards-Version: 4.4.1
Vcs-Git: https://salsa.debian.org/emacsen-team/dh-elpa.git
Vcs-Browser: https://salsa.debian.org/emacsen-team/dh-elpa
@@ -20,6 +21,7 @@ Depends:
debhelper (>= 9.20151004),
libdebian-source-perl | dh-make-perl (>= 0.90),
emacs-nox (>= 47) | emacs (>= 47.0),
+ emacs-el,
libarray-utils-perl,
libconfig-tiny-perl,
libfile-find-rule-perl,