[Python-modules-commits] r12601 - in packages/turbomail/trunk/debian (7 files)
arnau at users.alioth.debian.org
arnau at users.alioth.debian.org
Wed Apr 14 07:47:23 UTC 2010
Date: Wednesday, April 14, 2010 @ 07:47:16
Author: arnau
Revision: 12601
Prepare upload for Turbomail 3.0.3
Modified:
packages/turbomail/trunk/debian/changelog
packages/turbomail/trunk/debian/control
packages/turbomail/trunk/debian/copyright
packages/turbomail/trunk/debian/patches/01_remove_tests.patch
packages/turbomail/trunk/debian/python-turbomail-doc.doc-base
packages/turbomail/trunk/debian/rules
packages/turbomail/trunk/debian/source/format
Modified: packages/turbomail/trunk/debian/changelog
===================================================================
--- packages/turbomail/trunk/debian/changelog 2010-04-14 07:06:21 UTC (rev 12600)
+++ packages/turbomail/trunk/debian/changelog 2010-04-14 07:47:16 UTC (rev 12601)
@@ -1,17 +1,24 @@
-turbomail (3.0.1-1) UNRELEASED; urgency=low
+turbomail (3.0.3-1) UNRELEASED; urgency=low
[ Arnaud Fontaine ]
* New upstream release.
+ * Switch to dpkg-source 3.0 (quilt) format.
+ + Remove Build-Depends on quilt and patchutils in debian/control.
+ + Remove include of patchsys-quilt.mk in debian/rules.
* debian/control:
- + Update Standards-Version to 3.8.3.
+ + Update Standards-Version to 3.8.4.
+ * debian/copyright:
+ + Update copyright years and holders.
+ + Update download URL.
[ Scott Kitterman ]
- * Add python-genshi and python-tgmochikit to build-depends-indep to fix
- FTBFS in a clean chroot
+ * debian/control:
+ + Add python-genshi and python-tgmochikit to Build-Depends-Indep to
+ fix FTBFS in a clean chroot.
[ Sandro Tosi ]
* debian/control:
- - switch Vcs-Browser field to viewsvn.
+ + Switch Vcs-Browser field to viewsvn.
-- Arnaud Fontaine <arnau at debian.org> Mon, 21 Sep 2009 12:15:45 +0100
@@ -29,7 +36,7 @@
* debian/python-turbomail-doc.doc-base:
+ Change the section from Apps/Programming to Programming/Python as
the former is no longer valid.
-
+
[ Sandro Tosi ]
* debian/control:
- Uniform Vcs-Browser field.
Modified: packages/turbomail/trunk/debian/control
===================================================================
--- packages/turbomail/trunk/debian/control 2010-04-14 07:06:21 UTC (rev 12600)
+++ packages/turbomail/trunk/debian/control 2010-04-14 07:47:16 UTC (rev 12601)
@@ -6,15 +6,13 @@
Build-Depends: debhelper (>= 5.0.37.2),
cdbs (>= 0.4.43),
python-dev (>= 2.3.5-11),
- python-support (>= 0.3.2),
- quilt,
- patchutils (>= 0.2.25)
+ python-support (>= 0.3.2)
Build-Depends-Indep: python-setuptools (>= 0.6b3),
python-epydoc (>= 2.1-8),
python-turbogears (>= 1.0~b1),
python-tgmochikit,
python-genshi
-Standards-Version: 3.8.2
+Standards-Version: 3.8.4
Homepage: http://www.python-turbomail.org/
Vcs-Svn: svn://svn.debian.org/python-modules/packages/turbomail/trunk/
Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/turbomail/trunk/
Modified: packages/turbomail/trunk/debian/copyright
===================================================================
--- packages/turbomail/trunk/debian/copyright 2010-04-14 07:06:21 UTC (rev 12600)
+++ packages/turbomail/trunk/debian/copyright 2010-04-14 07:47:16 UTC (rev 12601)
@@ -1,11 +1,12 @@
This package was debianized by Arnaud Fontaine <arnau at debian.org> on
Sun, 18 Feb 2007 04:50:10 +0100.
-It was downloaded from http://cheeseshop.python.org/pypi/TurboMail/
+It was downloaded from http://pypi.python.org/pypi/TurboMail/
-Author: Top Floor Computer Systems Ltd. <webmaster at topfloor.ca>
+Author: Alice Bevan-McGregor <alice+turbomail at gothcandy.com>
-Copyright (c) 2006-2007 Top Floor Computer Systems Ltd. <webmaster at topfloor.ca>
+Copyright (c) 2006-2010 Alice Bevan-McGregor <alice+turbomail at gothcandy.com>,
+ and contributors
All the files are released under the terms MIT license.
@@ -29,7 +30,7 @@
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
-The Debian packaging is (C) 2007, Arnaud Fontaine <arnau at debian.org>
-and is licensed under the GPL. On Debian systems, the complete text of
-the GNU General Public License can be found in
+The Debian packaging is (C) 2007-2010, Arnaud Fontaine
+<arnau at debian.org> and is licensed under the GPL. On Debian systems,
+the complete text of the GNU General Public License can be found in
`/usr/share/common-licenses/GPL'.
Modified: packages/turbomail/trunk/debian/patches/01_remove_tests.patch
===================================================================
--- packages/turbomail/trunk/debian/patches/01_remove_tests.patch 2010-04-14 07:06:21 UTC (rev 12600)
+++ packages/turbomail/trunk/debian/patches/01_remove_tests.patch 2010-04-14 07:47:16 UTC (rev 12601)
@@ -1,13 +1,11 @@
-Index: turbomail-2.1/setup.py
-===================================================================
---- turbomail-2.1.orig/setup.py 2007-12-08 12:56:33.000000000 +0000
-+++ turbomail-2.1/setup.py 2007-12-08 12:57:08.000000000 +0000
-@@ -25,7 +25,7 @@
-
- install_requires = ["TurboGears >= 0.9a9dev-r2003"],
- zip_safe=True,
-- packages=find_packages(),
-+ packages=find_packages(exclude=["tests.*", "tests"]),
- package_data = find_package_data(where='turbomail', package='turbomail'),
- keywords = ["turbogears.extension"],
- classifiers = [
+--- a/setup.py 2010-03-31 22:21:58.000000000 +0100
++++ b/setup.py 2010-03-31 22:22:07.000000000 +0100
+@@ -80,7 +80,7 @@
+ },
+
+ zip_safe=True,
+- packages=find_packages(),
++ packages=find_packages(exclude=["tests.*", "tests"]),
+ package_data = find_package_data(where='turbomail', package='turbomail'),
+ classifiers = [
+ 'Development Status :: 5 - Production/Stable',
Modified: packages/turbomail/trunk/debian/python-turbomail-doc.doc-base
===================================================================
--- packages/turbomail/trunk/debian/python-turbomail-doc.doc-base 2010-04-14 07:06:21 UTC (rev 12600)
+++ packages/turbomail/trunk/debian/python-turbomail-doc.doc-base 2010-04-14 07:47:16 UTC (rev 12601)
@@ -1,6 +1,6 @@
Document: turbomail
Title: Package turbomail
-Author: Top Floor Computer Systems Ltd. <webmaster at topfloor.ca>
+Author: Alice Bevan-McGregor <alice+turbomail at gothcandy.com>
Abstract: This documentation generated from the code describes the turbomail API
Section: Programming/Python
Modified: packages/turbomail/trunk/debian/rules
===================================================================
--- packages/turbomail/trunk/debian/rules 2010-04-14 07:06:21 UTC (rev 12600)
+++ packages/turbomail/trunk/debian/rules 2010-04-14 07:47:16 UTC (rev 12601)
@@ -5,7 +5,6 @@
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/python-distutils.mk
-include /usr/share/cdbs/1/rules/patchsys-quilt.mk
# Install egg-info directories
DEB_PYTHON_INSTALL_ARGS_ALL += --single-version-externally-managed
@@ -14,7 +13,8 @@
install/python-turbomail-doc::
# Generate the documentation
mkdir -p debian/html/api
- epydoc -q --html --name=TurboMail --url=http://www.python-turbomail.org/ -o debian/html/api turbomail
+ epydoc -q --html --name=TurboMail --url=http://www.python-turbomail.org/ \
+ --inheritance=listed -o debian/html/api turbomail/
clean::
-rm -rf TurboMail.egg-info debian/html
Modified: packages/turbomail/trunk/debian/source/format
===================================================================
--- packages/turbomail/trunk/debian/source/format 2010-04-14 07:06:21 UTC (rev 12600)
+++ packages/turbomail/trunk/debian/source/format 2010-04-14 07:47:16 UTC (rev 12601)
@@ -1 +1 @@
-1.0
+3.0 (quilt)
More information about the Python-modules-commits
mailing list