mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-12-22 17:34:54 +01:00
debian: Build depend on emacs-nox instead of emacs.
Nothing in the build process needs X, and the number of dependencies that need to be installed is much smaller.
This commit is contained in:
parent
0fdc28cd6b
commit
ffa88554d5
1 changed files with 2 additions and 2 deletions
4
debian/control
vendored
4
debian/control
vendored
|
@ -5,8 +5,8 @@ Maintainer: Carl Worth <cworth@debian.org>
|
|||
Uploaders: Jameson Graef Rollins <jrollins@finestructure.net>, martin f. krafft <madduck@debian.org>,
|
||||
David Bremner <bremner@debian.org>
|
||||
Build-Depends: debhelper (>= 7.0.50~), pkg-config, libxapian-dev,
|
||||
libgmime-2.4-dev, libtalloc-dev, libz-dev, emacs (>= 23~),
|
||||
python-all (>= 2.6.6-3~)
|
||||
libgmime-2.4-dev, libtalloc-dev, libz-dev, python-all (>= 2.6.6-3~),
|
||||
emacs23-nox | emacs23 (>=23~) | emacs23-lucid (>=23~)
|
||||
Standards-Version: 3.9.1.0
|
||||
Homepage: http://notmuchmail.org/
|
||||
Vcs-Git: git://notmuchmail.org/git/notmuch
|
||||
|
|
Loading…
Reference in a new issue