[Python-modules-commits] r10722 - in packages/python-textile/trunk/debian (6 files)

janos-guest at users.alioth.debian.org janos-guest at users.alioth.debian.org
Wed Dec 9 17:26:57 UTC 2009


    Date: Wednesday, December 9, 2009 @ 17:26:56
  Author: janos-guest
Revision: 10722

New upstream version

Added:
  packages/python-textile/trunk/debian/patches/02_django-test-fix.diff
Modified:
  packages/python-textile/trunk/debian/changelog
  packages/python-textile/trunk/debian/control
  packages/python-textile/trunk/debian/docs
  packages/python-textile/trunk/debian/patches/series
  packages/python-textile/trunk/debian/rules

Modified: packages/python-textile/trunk/debian/changelog
===================================================================
--- packages/python-textile/trunk/debian/changelog	2009-12-09 17:25:04 UTC (rev 10721)
+++ packages/python-textile/trunk/debian/changelog	2009-12-09 17:26:56 UTC (rev 10722)
@@ -1,3 +1,12 @@
+python-textile (1:2.1.4-1) unstable; urgency=low
+
+  * New upstream release 
+  * Updated debian/patches/01_tests-in-py-modules.diff
+  * Added override_dh_auto_test in debian/rules
+  * debian/patches/01_django-test-fix.diff: Fix test failure in python-django
+
+ -- Janos Guljas <janos at janos.in.rs>  Wed, 09 Dec 2009 02:02:17 +0100
+
 python-textile (1:2.1.3-1) unstable; urgency=low
 
   * New maintainer (Closes: #540943)

Modified: packages/python-textile/trunk/debian/control
===================================================================
--- packages/python-textile/trunk/debian/control	2009-12-09 17:25:04 UTC (rev 10721)
+++ packages/python-textile/trunk/debian/control	2009-12-09 17:26:56 UTC (rev 10722)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Janos Guljas <janos at janos.in.rs>
 Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 7), python-support, python-setuptools, quilt
+Build-Depends: debhelper (>= 7.0.50), python-support, python-setuptools, python-nose, quilt
 XS-Python-Version: >= 2.5
 Standards-Version: 3.8.3
 Homepage: http://loopcore.com/python-textile/

Modified: packages/python-textile/trunk/debian/docs
===================================================================
--- packages/python-textile/trunk/debian/docs	2009-12-09 17:25:04 UTC (rev 10721)
+++ packages/python-textile/trunk/debian/docs	2009-12-09 17:26:56 UTC (rev 10722)
@@ -1 +0,0 @@
-README.textile

Added: packages/python-textile/trunk/debian/patches/02_django-test-fix.diff
===================================================================
--- packages/python-textile/trunk/debian/patches/02_django-test-fix.diff	                        (rev 0)
+++ packages/python-textile/trunk/debian/patches/02_django-test-fix.diff	2009-12-09 17:26:56 UTC (rev 10722)
@@ -0,0 +1,11 @@
+--- a/textile/functions.py
++++ b/textile/functions.py
+@@ -547,7 +547,7 @@ class Textile(object):
+             c1 = '</pre>'
+ 
+         else:
+-            o2 = "\t<%s%s>" % (tag, atts)
++            o2 = "<%s%s>" % (tag, atts)
+             c2 = "</%s>" % tag
+ 
+         content = self.graf(content)

Modified: packages/python-textile/trunk/debian/patches/series
===================================================================
--- packages/python-textile/trunk/debian/patches/series	2009-12-09 17:25:04 UTC (rev 10721)
+++ packages/python-textile/trunk/debian/patches/series	2009-12-09 17:26:56 UTC (rev 10722)
@@ -1 +1,2 @@
 01_tests-in-py-modules.diff
+02_django-test-fix.diff

Modified: packages/python-textile/trunk/debian/rules
===================================================================
--- packages/python-textile/trunk/debian/rules	2009-12-09 17:25:04 UTC (rev 10721)
+++ packages/python-textile/trunk/debian/rules	2009-12-09 17:26:56 UTC (rev 10722)
@@ -2,3 +2,6 @@
 
 %:
 	dh --with quilt $@
+
+override_dh_auto_test:
+	PYTHONPATH=. python test/test.py




More information about the Python-modules-commits mailing list