diff options
author | Jameson Graef Rollins <jrollins@finestructure.net> | 2009-11-28 18:30:43 -0500 |
---|---|---|
committer | Jameson Graef Rollins <jrollins@finestructure.net> | 2009-11-28 21:11:47 -0500 |
commit | 3cb3d2c021b5c06bae9757400cc8c6b72db16531 (patch) | |
tree | d2cfbf2049c16898676d47fc7c638ec47db35e1a /debian/control | |
parent | ceed83f805414cc780de4623336d4c68ea438a46 (diff) |
first crack at debian packaging (using git-buildpackage)
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 00000000..060eb3ad --- /dev/null +++ b/debian/control @@ -0,0 +1,20 @@ +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 +Standards-Version: 3.8.3 +Homepage: http://notmuchmail.org/ +Vcs-Git: git://notmuchmail.org/git/notmuch +Dm-Upload-Allowed: yes + +Package: notmuch +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Recommends: emacs +Enhances: emacs +Description: thread-based email index, search and tagging + Notmuch is a system for indexing, searching, reading, and tagging + large collections of email messages. It uses the Xapian library to + provide fast, full-text search of very large collection of email with + a very convenient search syntax. |