[Python-modules-commits] r3778 - in packages/turbomail/trunk/debian (10 files)

arnau-guest at users.alioth.debian.org arnau-guest at users.alioth.debian.org
Sat Dec 1 17:37:32 UTC 2007


    Date: Saturday, December 1, 2007 @ 17:37:27
  Author: arnau-guest
Revision: 3778

* Synchronize debian/control.in with debian/control. 
* Remove shebangs from test scripts.
* Use patchsys-quilt instead of simple-patchsys.
* Update debian/watch.

Added:
  packages/turbomail/trunk/debian/patches/01_fix_tests_shebangs.patch
  packages/turbomail/trunk/debian/patches/series
Modified:
  packages/turbomail/trunk/debian/changelog
  packages/turbomail/trunk/debian/control
  packages/turbomail/trunk/debian/control.in
  packages/turbomail/trunk/debian/python-turbomail.dirs
  packages/turbomail/trunk/debian/rules
  packages/turbomail/trunk/debian/watch
Deleted:
  packages/turbomail/trunk/debian/overrides/
  packages/turbomail/trunk/debian/python-turbomail.install

Modified: packages/turbomail/trunk/debian/changelog
===================================================================
--- packages/turbomail/trunk/debian/changelog	2007-12-01 10:26:12 UTC (rev 3777)
+++ packages/turbomail/trunk/debian/changelog	2007-12-01 17:37:27 UTC (rev 3778)
@@ -2,13 +2,19 @@
 
   [ Arnaud Fontaine ]
   * New upstream release.
+  * 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.
   * 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.
+  * debian/watch:
+    + Update URL to pypi.python.org.
+
   [ Piot Ożarowski ]
   * debian/control*:
     + Homepage field added.

Modified: packages/turbomail/trunk/debian/control
===================================================================
--- packages/turbomail/trunk/debian/control	2007-12-01 10:26:12 UTC (rev 3777)
+++ packages/turbomail/trunk/debian/control	2007-12-01 17:37:27 UTC (rev 3778)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Arnaud Fontaine <arnaud at andesi.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.6.4), patchutils (>= 0.2.25)
+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
 Homepage: http://www.python-turbomail.org/

Modified: packages/turbomail/trunk/debian/control.in
===================================================================
--- packages/turbomail/trunk/debian/control.in	2007-12-01 10:26:12 UTC (rev 3777)
+++ packages/turbomail/trunk/debian/control.in	2007-12-01 17:37:27 UTC (rev 3778)
@@ -13,7 +13,7 @@
 Package: python-turbomail
 Architecture: all
 Depends: ${python:Depends}, python-turbogears (>= 1.0~b1-1)
-Suggests: doc-base
+Suggests: python-turbomail-doc
 Enhances: python-turbogears
 Description: multi-threaded mail queue manager for TurboGears applications
  TurboGears extension which uses built-in Python modules for SMTP
@@ -21,3 +21,10 @@
  tasks by performing the grunt-work for you.  Additionally, TurboMail
  is multi-threaded, allowing for single or batch enqueueing and
  background delivery of mail.
+
+Package: python-turbomail-doc
+Section: doc
+Architecture: all
+Suggests: doc-base
+Description: multi-threaded mail queue manager for TurboGears applications
+ This package contains the documentation for TurboMail.

Added: packages/turbomail/trunk/debian/patches/01_fix_tests_shebangs.patch
===================================================================
--- packages/turbomail/trunk/debian/patches/01_fix_tests_shebangs.patch	                        (rev 0)
+++ packages/turbomail/trunk/debian/patches/01_fix_tests_shebangs.patch	2007-12-01 17:37:27 UTC (rev 3778)
@@ -0,0 +1,36 @@
+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/series
===================================================================
--- packages/turbomail/trunk/debian/patches/series	                        (rev 0)
+++ packages/turbomail/trunk/debian/patches/series	2007-12-01 17:37:27 UTC (rev 3778)
@@ -0,0 +1,2 @@
+00_upstream_changelog.patch -p0
+01_fix_tests_shebangs.patch

Modified: packages/turbomail/trunk/debian/python-turbomail.dirs
===================================================================
--- packages/turbomail/trunk/debian/python-turbomail.dirs	2007-12-01 10:26:12 UTC (rev 3777)
+++ packages/turbomail/trunk/debian/python-turbomail.dirs	2007-12-01 17:37:27 UTC (rev 3778)
@@ -1,2 +1 @@
 usr/share/doc
-usr/share/lintian/overrides

Deleted: packages/turbomail/trunk/debian/python-turbomail.install
===================================================================
--- packages/turbomail/trunk/debian/python-turbomail.install	2007-12-01 10:26:12 UTC (rev 3777)
+++ packages/turbomail/trunk/debian/python-turbomail.install	2007-12-01 17:37:27 UTC (rev 3778)
@@ -1 +0,0 @@
-debian/overrides/python-turbomail	usr/share/lintian/overrides

Modified: packages/turbomail/trunk/debian/rules
===================================================================
--- packages/turbomail/trunk/debian/rules	2007-12-01 10:26:12 UTC (rev 3777)
+++ packages/turbomail/trunk/debian/rules	2007-12-01 17:37:27 UTC (rev 3778)
@@ -5,7 +5,7 @@
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/python-distutils.mk
-include /usr/share/cdbs/1/rules/simple-patchsys.mk
+include /usr/share/cdbs/1/rules/patchsys-quilt.mk
 
 # Install egg-info directories
 DEB_PYTHON_INSTALL_ARGS_ALL += --single-version-externally-managed

Modified: packages/turbomail/trunk/debian/watch
===================================================================
--- packages/turbomail/trunk/debian/watch	2007-12-01 10:26:12 UTC (rev 3777)
+++ packages/turbomail/trunk/debian/watch	2007-12-01 17:37:27 UTC (rev 3778)
@@ -1,2 +1,2 @@
 version=3
-http://cheeseshop.python.org/packages/source/T/TurboMail/TurboMail-(.*)\.tar.gz
+http://pypi.python.org/packages/source/T/TurboMail/TurboMail-(.*)\.tar\.gz




More information about the Python-modules-commits mailing list