summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Bremner <bremner@debian.org>2022-08-25 08:38:54 -0700
committerDavid Bremner <bremner@debian.org>2022-08-25 08:41:14 -0700
commitd1c510275bc7984e704058086fd88fed6a62adcb (patch)
tree6550aca0dd26ce4a4ae858f3ac66d9ea87c7ec62
parentac1c5a609213c20ef995c49632695fc409ddf4f8 (diff)
upload 2.0.11: add depends on emacs-eldebian/2.0.11archive/debian/2.0.11
-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,