aboutsummaryrefslogtreecommitdiff
path: root/bindings/python/debian/control
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2010-04-21 17:29:48 -0700
committerCarl Worth <cworth@cworth.org>2010-04-21 17:30:11 -0700
commit8cbb5114a20c1217f23977fd5edca99a0b7a2955 (patch)
tree7cbf3533da6381b6ac0ecfb8b030d21bf98d6d72 /bindings/python/debian/control
parent7fb56f9dc5d8e66f717f5e48ecbfbc11c8190182 (diff)
parent3b558de7811a765c3295a58bd53e2156eca0e32e (diff)
Merge Sebastian Spaeth's python bindings into bindings/python
Sebastian offered to maintain these bindings within the notmuch repository and offered them in the following repository: git://github.com/spaetz/python-notmuch.git These are the bindings formerly known as "cnotmuch" and now known simply as "notmuch" from within python. The bindings are not yet integrated into the build system and packaging of the primary ntomuch repository.
Diffstat (limited to 'bindings/python/debian/control')
-rw-r--r--bindings/python/debian/control18
1 files changed, 18 insertions, 0 deletions
diff --git a/bindings/python/debian/control b/bindings/python/debian/control
new file mode 100644
index 00000000..5135f1bb
--- /dev/null
+++ b/bindings/python/debian/control
@@ -0,0 +1,18 @@
+Source: cnotmuch
+Section: python
+Priority: extra
+Maintainer: Sebastian Spaeth <Sebastian@SSpaeth.de>
+Build-Depends: debhelper (>= 7.3.0), python-support (>= 0.5.3)
+Build-Depends-Indep: python (>= 2.5), python-support
+Standards-Version: 3.8.1
+Homepage: http://pypi.python.org/pypi/cnotmuch
+
+Package: cnotmuch
+Architecture: all
+XB-Python-Version: ${python:Versions}
+Depends: ${misc:Depends},${python:Depends}, notmuch (> 0.0+201001211401)
+Description: Interface to the notmuch mail search and index library
+ The cnotmuch module provides an interface to the notmuch functionality,
+ directly interfacing with a shared notmuch library.
+ Notmuch provides a maildatabase that allows for extremely quick searching and
+ filtering of your email according to various criteria.