[Python-modules-commits] r14939 - in packages/webtest/trunk/debian (4 files)

piotr at users.alioth.debian.org piotr at users.alioth.debian.org
Sat Nov 20 21:54:05 UTC 2010


    Date: Saturday, November 20, 2010 @ 21:54:04
  Author: piotr
Revision: 14939

* New upstream release
* Switch from dh_pysupport to dh_python2
* Source package format changed to 3.0 (quilt)

Modified:
  packages/webtest/trunk/debian/changelog
  packages/webtest/trunk/debian/control
  packages/webtest/trunk/debian/rules
  packages/webtest/trunk/debian/source/format

Modified: packages/webtest/trunk/debian/changelog
===================================================================
--- packages/webtest/trunk/debian/changelog	2010-11-20 19:46:54 UTC (rev 14938)
+++ packages/webtest/trunk/debian/changelog	2010-11-20 21:54:04 UTC (rev 14939)
@@ -1,3 +1,11 @@
+webtest (1.2.3-1) unstable; urgency=low
+
+  * New upstream release
+  * Switch from dh_pysupport to dh_python2
+  * Source package format changed to 3.0 (quilt)
+
+ -- Piotr Ożarowski <piotr at debian.org>  Sat, 20 Nov 2010 21:59:45 +0100
+
 webtest (1.2.2-1) unstable; urgency=low
 
   * New upstream release

Modified: packages/webtest/trunk/debian/control
===================================================================
--- packages/webtest/trunk/debian/control	2010-11-20 19:46:54 UTC (rev 14938)
+++ packages/webtest/trunk/debian/control	2010-11-20 21:54:04 UTC (rev 14939)
@@ -4,10 +4,10 @@
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Uploaders: Piotr Ożarowski <piotr at debian.org>
 Build-Depends: debhelper (>= 5)
-Build-Depends-Indep: python (>= 2.3.3), python-all, python-support (>= 0.6.4),
+Build-Depends-Indep: python-all,
  python-setuptools (>= 0.6b3-1~), python-webob, python-sphinx
 Standards-Version: 3.9.1
-XS-Python-Version: >=2.4
+X-Python-Version: >=2.4
 Homepage: http://pythonpaste.org/webtest/
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/webtest/trunk/
 Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/webtest/trunk/
@@ -16,8 +16,8 @@
 Architecture: all
 Depends: ${python:Depends}, ${misc:Depends}, python-webob,
  python-paste (>= 1.7.1), python-pastedeploy, python-pastescript
-Recommends: python-simplejson, python-beautifulsoup, python-lxml,
- python (>= 2.5) | python-elementtree
+Breaks: ${python:Breaks}
+Recommends: python-simplejson, python-beautifulsoup, python-lxml
 Description: wraps any WSGI application and makes it easy to test
  WebTest helps you test your WSGI-based web applications. This can be any
  application that has a WSGI (Web Server Gateway Interface) interface,

Modified: packages/webtest/trunk/debian/rules
===================================================================
--- packages/webtest/trunk/debian/rules	2010-11-20 19:46:54 UTC (rev 14938)
+++ packages/webtest/trunk/debian/rules	2010-11-20 21:54:04 UTC (rev 14939)
@@ -37,7 +37,7 @@
 	dh_testroot -i
 	dh_installchangelogs -i
 	dh_installdocs -i
-	dh_pysupport -i
+	dh_python2 -i
 	# it's not an extra license file
 	echo "python-webtest: extra-license-file usr/share/doc/python-webtest/docs/_sources/license.txt" \
 		>> $(PKGDIR)/usr/share/lintian/overrides/python-webtest

Modified: packages/webtest/trunk/debian/source/format
===================================================================
--- packages/webtest/trunk/debian/source/format	2010-11-20 19:46:54 UTC (rev 14938)
+++ packages/webtest/trunk/debian/source/format	2010-11-20 21:54:04 UTC (rev 14939)
@@ -1 +1 @@
-1.0
+3.0 (quilt)




More information about the Python-modules-commits mailing list