diff options
| author | David Bremner <david@tethera.net> | 2017-07-17 12:06:12 -0300 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2017-07-18 06:57:39 -0300 |
| commit | 33e7441fb8872334ef803de63ffe79f3d671a781 (patch) | |
| tree | d3d2d1d8a4114c65fef0c54dc2aa56f547b89cbd | |
| parent | 1d82110f8397e413d1e000b5a2aa99a2b0995e6d (diff) | |
debian: allow emacs25 as a build depend
It's a bit crazy to require emacs 24 installed just to build, when it
isn't required to run.
| -rw-r--r-- | debian/control | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/control b/debian/control index 248b2c5f..4360d001 100644 --- a/debian/control +++ b/debian/control @@ -20,6 +20,7 @@ Build-Depends: dh-elpa (>= 1.3), python-sphinx (>= 1.0), ruby, ruby-dev (>>1:1.9.3~), + emacs25-nox | emacs25 (>=25~) | emacs25-lucid (>=25~) | emacs24-nox | emacs24 (>=24~) | emacs24-lucid (>=24~) | emacs23-nox | emacs23 (>=23~) | emacs23-lucid (>=23~), gdb [!s390x !ia64 !armel !ppc64el !mips !mipsel !mips64el !kfreebsd-any], |
