diff options
author | David Bremner <bremner@debian.org> | 2011-06-20 18:52:58 -0300 |
---|---|---|
committer | David Bremner <bremner@debian.org> | 2011-06-23 07:13:32 -0300 |
commit | ffa88554d50ec37494d829648d9777b5f7ebe0be (patch) | |
tree | e9b18bcf9f84617f22925e02fb8bd57300eeca07 /debian | |
parent | 0fdc28cd6bfb3aacc3594e8ff471258786f0de02 (diff) |
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.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control index 9ae255b8..8288e3b1 100644 --- a/debian/control +++ b/debian/control @@ -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 |