From 43f7ce29d670d7ebe5791c203483fb6a668bfbe6 Mon Sep 17 00:00:00 2001 From: Sebastian Spaeth Date: Tue, 30 Mar 2010 12:07:53 +0200 Subject: [PATCH 1/1] Debian pkg creation stuff --- debian/changelog | 5 +++++ debian/compat | 1 + debian/control | 18 ++++++++++++++++++ debian/copyright | 42 ++++++++++++++++++++++++++++++++++++++++++ debian/docs | 1 + debian/rules | 4 ++++ 6 files changed, 71 insertions(+) create mode 100644 debian/changelog create mode 100644 debian/compat create mode 100644 debian/control create mode 100644 debian/copyright create mode 100644 debian/docs create mode 100755 debian/rules diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 00000000..b9446918 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +cnotmuch (0.2.1-1) unstable; urgency=low + + * Initial release + + -- Sebastian Spaeth Tue, 30 Mar 2010 11:31:39 +0200 diff --git a/debian/compat b/debian/compat new file mode 100644 index 00000000..7f8f011e --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +7 diff --git a/debian/control b/debian/control new file mode 100644 index 00000000..5135f1bb --- /dev/null +++ b/debian/control @@ -0,0 +1,18 @@ +Source: cnotmuch +Section: python +Priority: extra +Maintainer: Sebastian Spaeth +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/debian/copyright b/debian/copyright new file mode 100644 index 00000000..d762cb93 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,42 @@ +This package was debianized by: + + Sebastian Spaeth 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 + +Copyright: + + Copyright (C) 2010 Sebastian Spaeth + +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 + +and is licensed under the GPL version 3, +see `/usr/share/common-licenses/GPL-3'. + diff --git a/debian/docs b/debian/docs new file mode 100644 index 00000000..e845566c --- /dev/null +++ b/debian/docs @@ -0,0 +1 @@ +README diff --git a/debian/rules b/debian/rules new file mode 100755 index 00000000..2d33f6ac --- /dev/null +++ b/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@ -- 2.43.0