diff options
author | martin f. krafft <madduck@debian.org> | 2010-01-21 14:18:35 +1300 |
---|---|---|
committer | martin f. krafft <madduck@debian.org> | 2010-01-21 14:19:16 +1300 |
commit | 814d2887aea8f2fd4fe0c8bee8efe97a05e849b5 (patch) | |
tree | af6b38b1a8c4d72a0a1dffcc58ae7b3c5a9593ce /debian | |
parent | 38f1bf18c3c59fdb60aff71851bad45dbc5b51aa (diff) |
Build-depend on emacs23
Signed-off-by: martin f. krafft <madduck@debian.org>
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 6038fd39..ceecfef6 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: notmuch Section: mail Priority: extra Maintainer: Jameson Graef Rollins <jrollins@finestructure.net> -Build-Depends: debhelper (>= 7.0), pkg-config, libxapian-dev, libgmime-2.4-dev, libtalloc-dev, libz-dev, emacs +Build-Depends: debhelper (>= 7.0), pkg-config, libxapian-dev, libgmime-2.4-dev, libtalloc-dev, libz-dev, emacs (>= 23~) Standards-Version: 3.8.3 Homepage: http://notmuchmail.org/ Vcs-Git: git://notmuchmail.org/git/notmuch |