summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2016-12-04 13:09:27 -0700
committerSean Whitton <spwhitton@spwhitton.name>2016-12-04 13:09:27 -0700
commitb3f93062fc619e23d254476e7c1da2d2fc4034f7 (patch)
tree3930402e2b02e657a2fc247a4e44dff490ef38e3
parent0931cafe802c40caadd05150dc94ee032b2d8456 (diff)
update depedency for emacs25
-rw-r--r--debian/changelog5
-rw-r--r--debian/control2
2 files changed, 6 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 281a67e..8fb15e8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,11 @@ dh-elpa (1.4) UNRELEASED; urgency=medium
* Add note to dh_elpa_test manpage about disabling its override of
dh_auto_test.
+ * Update Emacs dependency:
+ Previously: emacs24-nox | emacs24 (>=24~) | emacs24-lucid (>=24~)
+ Now: emacs25-nox | emacs25 | emacs24-nox | emacs24
+ - emacsXY-lucid has "Provides: emacsXY", so this was never needed.
+ - Update for emacs25, but retain emacs24 for the sake of backports.
-- Sean Whitton <spwhitton@spwhitton.name> Thu, 24 Nov 2016 19:26:49 -0700
diff --git a/debian/control b/debian/control
index dfc829a..35032ea 100644
--- a/debian/control
+++ b/debian/control
@@ -18,7 +18,7 @@ Built-Using: ${misc:Built-Using}
Depends:
debhelper (>= 9.20151004),
libdebian-source-perl | dh-make-perl (>= 0.90),
- emacs24-nox | emacs24 (>=24~) | emacs24-lucid (>=24~),
+ emacs25-nox | emacs25 | emacs24-nox | emacs24
libarray-utils-perl,
libconfig-tiny-perl,
libfile-find-rule-perl,