aboutsummaryrefslogtreecommitdiff
path: root/bindings/python/debian/control
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2017-12-24 09:58:45 -0400
committerDavid Bremner <david@tethera.net>2017-12-27 12:42:50 -0400
commit9ced40228b2524bd09dc8e0063f1ce3db450caea (patch)
treee3b67b528005e6e02b0c918a56452eaede99c255 /bindings/python/debian/control
parent4f5bbaf7e2cecfe5022ba4b28915cccfb7ccb12d (diff)
python: remove obsolete debian directory
It is unlikely this still works since it has not been updated since 2010. The python packages for debian are now built by the top level debian/ packaging.
Diffstat (limited to 'bindings/python/debian/control')
-rw-r--r--bindings/python/debian/control18
1 files changed, 0 insertions, 18 deletions
diff --git a/bindings/python/debian/control b/bindings/python/debian/control
deleted file mode 100644
index 5135f1bb..00000000
--- a/bindings/python/debian/control
+++ /dev/null
@@ -1,18 +0,0 @@
-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.