summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Bremner <bremner@debian.org>2018-09-08 10:15:50 -0300
committerDavid Bremner <bremner@debian.org>2018-09-08 10:17:10 -0300
commitd404b8ddf8e19fa05c5eb6950277edec19f4622f (patch)
treeec593c3d4c0856468a674d26c0742ea3c13d8536
parentd2425c825fb750a95f39034cd9e9eea49d74b0fb (diff)
expand (Build)-Depends on emacs*debian/1.14archive/debian/1.14
On current debian this should bring in the unversioned packages. It should also be buildable / co-installable with emacs-lucid
-rw-r--r--debian/changelog6
-rw-r--r--debian/control4
2 files changed, 6 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog
index 5415dec..d19c16c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-dh-elpa (1.14) UNRELEASED; urgency=medium
+dh-elpa (1.14) unstable; urgency=medium
[ Nicholas D Steeves ]
* Update Maintainer team name and email address.
@@ -8,8 +8,10 @@ dh-elpa (1.14) UNRELEASED; urgency=medium
[ David Bremner ]
* Add support for ELPA_NAME environment variable (Closes: #905464, #906579).
* Bug fix: "support elpa version number of 0" (Closes: #906528).
+ * Bug fix: "(Build)-Depends on emacs25-nox | emacs25", thanks to Sven
+ Joachim (Closes: #908102).
- -- David Bremner <bremner@debian.org> Sun, 19 Aug 2018 19:07:42 -0300
+ -- David Bremner <bremner@debian.org> Sat, 08 Sep 2018 10:15:15 -0300
dh-elpa (1.13) unstable; urgency=medium
diff --git a/debian/control b/debian/control
index 885fcbe..b7d1a46 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Uploaders:
Sean Whitton <spwhitton@spwhitton.name>,
Build-Depends:
debhelper (>= 10),
- emacs25-nox | emacs25,
+ emacs-nox (>= 47) | emacs (>= 47.0) | emacs25-nox | emacs25
Standards-Version: 4.0.0
Vcs-Git: https://salsa.debian.org/emacsen-team/dh-elpa.git
Vcs-Browser: https://salsa.debian.org/emacsen-team/dh-elpa
@@ -17,7 +17,7 @@ Architecture: all
Depends:
debhelper (>= 9.20151004),
libdebian-source-perl | dh-make-perl (>= 0.90),
- emacs25-nox | emacs25,
+ emacs-nox (>= 47) | emacs (>= 47.0) | emacs25-nox | emacs25,
libarray-utils-perl,
libconfig-tiny-perl,
libfile-find-rule-perl,