aboutsummaryrefslogtreecommitdiff
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
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.
-rw-r--r--bindings/python/debian/changelog5
-rw-r--r--bindings/python/debian/compat1
-rw-r--r--bindings/python/debian/control18
-rw-r--r--bindings/python/debian/copyright42
-rw-r--r--bindings/python/debian/docs1
-rwxr-xr-xbindings/python/debian/rules4
6 files changed, 0 insertions, 71 deletions
diff --git a/bindings/python/debian/changelog b/bindings/python/debian/changelog
deleted file mode 100644
index 39ac7bb0..00000000
--- a/bindings/python/debian/changelog
+++ /dev/null
@@ -1,5 +0,0 @@
-cnotmuch (0.2.1-1) karmic; urgency=low
-
- * Initial release
-
- -- Sebastian Spaeth <Sebastian@SSpaeth.de> Tue, 30 Mar 2010 11:31:39 +0200
diff --git a/bindings/python/debian/compat b/bindings/python/debian/compat
deleted file mode 100644
index 7f8f011e..00000000
--- a/bindings/python/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-7
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.
diff --git a/bindings/python/debian/copyright b/bindings/python/debian/copyright
deleted file mode 100644
index d762cb93..00000000
--- a/bindings/python/debian/copyright
+++ /dev/null
@@ -1,42 +0,0 @@
-This package was debianized by:
-
- Sebastian Spaeth <Sebastian@SSpaeth.de> on Tue, 30 Mar 2010 10:02:22 +0200
-
-It was downloaded from:
-
- http://pypi.python.org/packages/source/c/cnotmuch/cnotmuch-0.2.1.tar.gz
-
-Upstream Author(s):
-
- Sebastian Spaeth <Sebastian@SSpaeth.de>
-
-Copyright:
-
- Copyright (C) 2010 Sebastian Spaeth <Sebastian@SSpaeth.de>
-
-License:
-
- This package is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2 of the License, or
- (at your option) any later version.
-
- This package is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this package; if not, write to the Free Software
- Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
-
-On Debian systems, the complete text of the GNU General
-Public License version 2 can be found in `/usr/share/common-licenses/GPL-2'.
-
-The Debian packaging is:
-
- Copyright (C) 2010 Sebastian Spaeth <Sebastian@SSpaeth.de>
-
-and is licensed under the GPL version 3,
-see `/usr/share/common-licenses/GPL-3'.
-
diff --git a/bindings/python/debian/docs b/bindings/python/debian/docs
deleted file mode 100644
index e845566c..00000000
--- a/bindings/python/debian/docs
+++ /dev/null
@@ -1 +0,0 @@
-README
diff --git a/bindings/python/debian/rules b/bindings/python/debian/rules
deleted file mode 100755
index 2d33f6ac..00000000
--- a/bindings/python/debian/rules
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/usr/bin/make -f
-
-%:
- dh $@