[Python-modules-commits] r3910 - in packages/turbomail/trunk/debian (7 files)
arnau at users.alioth.debian.org
arnau at users.alioth.debian.org
Sat Dec 8 13:26:55 UTC 2007
Date: Saturday, December 8, 2007 @ 13:26:55
Author: arnau
Revision: 3910
* Update Standards-Version to 3.7.3.
* Remove tests directory.
* New email address.
Added:
packages/turbomail/trunk/debian/patches/01_remove_tests.patch
Modified:
packages/turbomail/trunk/debian/changelog
packages/turbomail/trunk/debian/control
packages/turbomail/trunk/debian/control.in
packages/turbomail/trunk/debian/copyright
packages/turbomail/trunk/debian/patches/series
Deleted:
packages/turbomail/trunk/debian/patches/01_fix_tests_shebangs.patch
Modified: packages/turbomail/trunk/debian/changelog
===================================================================
--- packages/turbomail/trunk/debian/changelog 2007-12-08 11:09:09 UTC (rev 3909)
+++ packages/turbomail/trunk/debian/changelog 2007-12-08 13:26:55 UTC (rev 3910)
@@ -2,16 +2,15 @@
[ Arnaud Fontaine ]
* New upstream release.
+ * New email address.
* Use patchsys-quilt instead of simple-patchsys.
- * Remove shebangs from the tests file using patch, so remove lintian
- overrides.
- * Add lintian overrides for tests modules used by turbomail but not
- called directly.
+ * New patch 01_remove_tests which doesn't install tests/.
* Remove README.Debian for python-turbomail-doc as the guide is now
distributed with the source.
* debian/control*:
+ Update homepage URL.
+ Add depends against quilt.
+ + Update Standards-Version to 3.7.3. No changes needed.
* debian/watch:
+ Update URL to pypi.python.org.
@@ -20,7 +19,7 @@
+ Homepage field added.
+ Rename XS-Vcs-* fields to Vcs-* (dpkg supports them now).
- -- Arnaud Fontaine <arnaud at andesi.org> Sun, 11 Nov 2007 13:15:00 +0000
+ -- Arnaud Fontaine <arnau at debian.org> Sat, 08 Dec 2007 13:02:49 +0000
turbomail (2.0.4-1) unstable; urgency=low
Modified: packages/turbomail/trunk/debian/control
===================================================================
--- packages/turbomail/trunk/debian/control 2007-12-08 11:09:09 UTC (rev 3909)
+++ packages/turbomail/trunk/debian/control 2007-12-08 13:26:55 UTC (rev 3910)
@@ -1,11 +1,11 @@
Source: turbomail
Section: python
Priority: optional
-Maintainer: Arnaud Fontaine <arnaud at andesi.org>
+Maintainer: Arnaud Fontaine <arnau at debian.org>
Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
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)
Build-Depends-Indep: python-setuptools (>= 0.6b3-1), python-epydoc (>= 2.1-8), python-turbogears (>= 1.0~b1-1)
-Standards-Version: 3.7.2
+Standards-Version: 3.7.3
Homepage: http://www.python-turbomail.org/
Vcs-Svn: svn://svn.debian.org/python-modules/packages/turbomail/trunk/
Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/turbomail/?op=log
Modified: packages/turbomail/trunk/debian/control.in
===================================================================
--- packages/turbomail/trunk/debian/control.in 2007-12-08 11:09:09 UTC (rev 3909)
+++ packages/turbomail/trunk/debian/control.in 2007-12-08 13:26:55 UTC (rev 3910)
@@ -1,11 +1,11 @@
Source: turbomail
Section: python
Priority: optional
-Maintainer: Arnaud Fontaine <arnaud at andesi.org>
+Maintainer: Arnaud Fontaine <arnau at debian.org>
Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
Build-Depends: @cdbs@
Build-Depends-Indep: python-setuptools (>= 0.6b3-1), python-epydoc (>= 2.1-8), python-turbogears (>= 1.0~b1-1)
-Standards-Version: 3.7.2
+Standards-Version: 3.7.3
Homepage: http://www.python-turbomail.org/
Vcs-Svn: svn://svn.debian.org/python-modules/packages/turbomail/trunk/
Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/turbomail/?op=log
Modified: packages/turbomail/trunk/debian/copyright
===================================================================
--- packages/turbomail/trunk/debian/copyright 2007-12-08 11:09:09 UTC (rev 3909)
+++ packages/turbomail/trunk/debian/copyright 2007-12-08 13:26:55 UTC (rev 3910)
@@ -1,4 +1,4 @@
-This package was debianized by Arnaud Fontaine <arnaud at andesi.org> on
+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/
@@ -29,7 +29,7 @@
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
-The Debian packaging is (C) 2007, Arnaud Fontaine <arnaud at andesi.org>
+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
`/usr/share/common-licenses/GPL'.
Deleted: packages/turbomail/trunk/debian/patches/01_fix_tests_shebangs.patch
===================================================================
--- packages/turbomail/trunk/debian/patches/01_fix_tests_shebangs.patch 2007-12-08 11:09:09 UTC (rev 3909)
+++ packages/turbomail/trunk/debian/patches/01_fix_tests_shebangs.patch 2007-12-08 13:26:55 UTC (rev 3910)
@@ -1,36 +0,0 @@
-Index: turbomail-2.1/tests/basic_tests.py
-===================================================================
---- turbomail-2.1.orig/tests/basic_tests.py 2007-12-01 17:13:32.000000000 +0000
-+++ turbomail-2.1/tests/basic_tests.py 2007-12-01 17:13:55.000000000 +0000
-@@ -1,4 +1,3 @@
--#!/usr/bin/env python
- # -*- coding: UTF-8 -*-
-
- # Copyright (c) 2007 Felix Schwarz <felix.schwarz at oss.schwarz.eu>
-Index: turbomail-2.1/tests/test_errorhandling.py
-===================================================================
---- turbomail-2.1.orig/tests/test_errorhandling.py 2007-12-01 17:15:21.000000000 +0000
-+++ turbomail-2.1/tests/test_errorhandling.py 2007-12-01 17:15:27.000000000 +0000
-@@ -1,4 +1,3 @@
--#!/usr/bin/env python
- # -*- coding: UTF-8 -*-
-
- # Copyright (c) 2007 Felix Schwarz <felix.schwarz at oss.schwarz.eu>
-Index: turbomail-2.1/tests/test_message_as_string.py
-===================================================================
---- turbomail-2.1.orig/tests/test_message_as_string.py 2007-12-01 17:15:52.000000000 +0000
-+++ turbomail-2.1/tests/test_message_as_string.py 2007-12-01 17:15:53.000000000 +0000
-@@ -1,4 +1,3 @@
--#!/usr/bin/env python
- # -*- coding: UTF-8 -*-
-
- # Copyright (c) 2007 Felix Schwarz <felix.schwarz at oss.schwarz.eu>
-Index: turbomail-2.1/tests/test_testmode.py
-===================================================================
---- turbomail-2.1.orig/tests/test_testmode.py 2007-12-01 17:15:43.000000000 +0000
-+++ turbomail-2.1/tests/test_testmode.py 2007-12-01 17:15:47.000000000 +0000
-@@ -1,4 +1,3 @@
--#!/usr/bin/env python
- # -*- coding: UTF-8 -*-
-
- # Copyright (c) 2007 Felix Schwarz <felix.schwarz at oss.schwarz.eu>
Added: packages/turbomail/trunk/debian/patches/01_remove_tests.patch
===================================================================
--- packages/turbomail/trunk/debian/patches/01_remove_tests.patch (rev 0)
+++ packages/turbomail/trunk/debian/patches/01_remove_tests.patch 2007-12-08 13:26:55 UTC (rev 3910)
@@ -0,0 +1,13 @@
+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 = [
Modified: packages/turbomail/trunk/debian/patches/series
===================================================================
--- packages/turbomail/trunk/debian/patches/series 2007-12-08 11:09:09 UTC (rev 3909)
+++ packages/turbomail/trunk/debian/patches/series 2007-12-08 13:26:55 UTC (rev 3910)
@@ -1,2 +1,2 @@
00_upstream_changelog.patch -p0
-01_fix_tests_shebangs.patch
+01_remove_tests.patch
More information about the Python-modules-commits
mailing list