]> git.notmuchmail.org Git - notmuch/blob - debian/control
Extent pypi documentation. Set version to 0.2.2
[notmuch] / debian / control
1 Source: cnotmuch
2 Section: python
3 Priority: extra
4 Maintainer: Sebastian Spaeth <Sebastian@SSpaeth.de>
5 Build-Depends: debhelper (>= 7.3.0), python-support (>= 0.5.3)
6 Build-Depends-Indep: python (>= 2.5), python-support
7 Standards-Version: 3.8.1
8 Homepage: http://pypi.python.org/pypi/cnotmuch
9
10 Package: cnotmuch
11 Architecture: all
12 XB-Python-Version: ${python:Versions}
13 Depends: ${misc:Depends},${python:Depends}, notmuch (> 0.0+201001211401)
14 Description: Interface to the notmuch mail search and index library
15  The cnotmuch module provides an interface to the notmuch functionality,
16  directly interfacing with a shared notmuch library. 
17  Notmuch provides a maildatabase that allows for extremely quick searching and
18  filtering of your email according to various criteria.