summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2022-11-27 11:42:12 -0700
committerSean Whitton <spwhitton@spwhitton.name>2022-11-27 11:42:12 -0700
commit746363aa78ff591dd290ebc961646aebabf389c9 (patch)
treec188d8c423bf944f44d88c47c2f387fd2628dd2d /debian
parentcf5c962ad785ffbe54f5a5acf6b1215e00930fbf (diff)
Drop dependencies on emacs-el introduced in 2.0.11
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog7
-rw-r--r--debian/control4
2 files changed, 8 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index 993ea8c..ef9d3ce 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+dh-elpa (2.0.16) UNRELEASED; urgency=medium
+
+ * Drop dependencies on emacs-el introduced in 2.0.11.
+ Emacs itself now has this dependency. It's required for native-comp.
+
+ -- Sean Whitton <spwhitton@spwhitton.name> Sun, 27 Nov 2022 11:40:32 -0700
+
dh-elpa (2.0.15) unstable; urgency=medium
* Add elpa-org to the list of packages that are built-in but also
diff --git a/debian/control b/debian/control
index 3d2f124..63391e0 100644
--- a/debian/control
+++ b/debian/control
@@ -7,8 +7,7 @@ Uploaders:
Sean Whitton <spwhitton@spwhitton.name>,
Build-Depends:
debhelper-compat (= 12),
- emacs-nox (>= 47) | emacs (>= 47.0),
- emacs-el
+ emacs-nox (>= 47) | emacs (>= 47.0)
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
@@ -21,7 +20,6 @@ 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,