diff options
| author | David Bremner <david@tethera.net> | 2018-09-08 16:15:10 -0300 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2018-09-09 12:43:06 -0300 |
| commit | 8feec188a0bb3ed5dcda2c0e22c7645ca0d8f618 (patch) | |
| tree | 240ff0ff860e9d837bfc440bba9d02cdd6ff55da | |
| parent | 757f14a6106de481abb846faef8a782f0ca0d47a (diff) | |
debian: add unversioned emacs, drop emacs23
In current Debian sid / testing, emacs25 is a transitional package,
and emacs-gtk, emacs-lucid, and emacs-nox are the real packages.
Emacs 23 is not available in emacs after oldoldstable.
| -rw-r--r-- | debian/changelog | 3 | ||||
| -rw-r--r-- | debian/control | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index 9abde5ff..fc31d409 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,9 @@ notmuch (0.27-3) unstable; urgency=medium * Update Vcs-Git to use https and specify correct branch + * Update Build-depends for unversioned emacs packages. - -- David Bremner <bremner@debian.org> Sat, 08 Sep 2018 16:06:18 -0300 + -- David Bremner <bremner@debian.org> Sat, 08 Sep 2018 18:20:10 -0300 notmuch (0.27-2) unstable; urgency=medium diff --git a/debian/control b/debian/control index 8749335e..8b390f4c 100644 --- a/debian/control +++ b/debian/control @@ -20,9 +20,9 @@ Build-Depends: dh-elpa (>= 1.3), python3-sphinx, ruby, ruby-dev (>>1:1.9.3~), + emacs-nox | emacs-gtk | emacs-lucid | emacs25-nox | emacs25 (>=25~) | emacs25-lucid (>=25~) | - emacs24-nox | emacs24 (>=24~) | emacs24-lucid (>=24~) | - emacs23-nox | emacs23 (>=23~) | emacs23-lucid (>=23~), + emacs24-nox | emacs24 (>=24~) | emacs24-lucid (>=24~), gdb [!ia64 !mips !mips64el !kfreebsd-any !alpha] <!nocheck>, dtach (>= 0.8) <!nocheck>, gpgsm <!nocheck>, |
