r2563 - in python-clientform/trunk/debian (4 files)
arnau at users.alioth.debian.org
arnau at users.alioth.debian.org
Tue Nov 1 06:34:22 UTC 2011
Date: Tuesday, November 1, 2011 @ 06:34:19
Author: arnau
Revision: 2563
Switch from deprecated dh_pycentral to dh_python2. Thanks to Colin Watson. Closes: #616998.
Modified:
python-clientform/trunk/debian/changelog
python-clientform/trunk/debian/control
python-clientform/trunk/debian/rules
Deleted:
python-clientform/trunk/debian/pycompat
Modified: python-clientform/trunk/debian/changelog
===================================================================
--- python-clientform/trunk/debian/changelog 2011-11-01 06:26:56 UTC (rev 2562)
+++ python-clientform/trunk/debian/changelog 2011-11-01 06:34:19 UTC (rev 2563)
@@ -1,9 +1,16 @@
-python-clientform (0.2.10-3) UNRELEASED; urgency=low
+python-clientform (0.2.10-3) unstable; urgency=low
+ * Team upload.
+
+ [ Arnaud Fontaine ]
+ * Switch from deprecated dh_pycentral to dh_python2.
+ Thanks to Colin Watson. Closes: #616998.
+
+ [ Brian Sutherland ]
* Fix watch file.
* Update my e-mail address.
- -- Brian Sutherland <brian at vanguardistas.net> Wed, 23 Sep 2009 03:08:20 +0200
+ -- Arnaud Fontaine <arnau at debian.org> Tue, 01 Nov 2011 15:32:38 +0900
python-clientform (0.2.10-2) unstable; urgency=low
Modified: python-clientform/trunk/debian/control
===================================================================
--- python-clientform/trunk/debian/control 2011-11-01 06:26:56 UTC (rev 2562)
+++ python-clientform/trunk/debian/control 2011-11-01 06:34:19 UTC (rev 2563)
@@ -3,11 +3,10 @@
Priority: extra
Maintainer: Debian/Ubuntu Zope Team <pkg-zope-developers at lists.alioth.debian.org>
Uploaders: Brian Sutherland <brian at vanguardistas.net>, Fabio Tranchitella <kobold at debian.org>, Jérémy Bobbio <lunar at debian.org> , Matthias Klose <doko at ubuntu.com>
-Build-Depends-Indep: python-central (>= 0.5)
-Build-Depends: debhelper (>= 5.0.37.2), python-setuptools (>= 0.6a9), python-all-dev (>= 2.3.5-7)
+Build-Depends: debhelper (>= 5.0.37.2), python-setuptools (>= 0.6a9), python-all-dev (>= 2.6.6-3~)
Standards-Version: 3.8.3
Homepage: http://wwwsearch.sourceforge.net/ClientForm/
-XS-Python-Version: all
+X-Python-Version: >= 2.0
Package: python-clientform
Architecture: all
@@ -15,7 +14,6 @@
Provides: ${python:Provides}
Conflicts: python2.3-clientform (<< 0.2.2), python2.4-clientform (<< 0.2.2)
Replaces: python2.3-clientform (<< 0.2.2), python2.4-clientform (<< 0.2.2)
-XB-Python-Version: ${python:Versions}
Description: module for handling HTML forms on the client side
ClientForm is a Python module for handling HTML forms on the client side,
useful for parsing HTML forms, filling them in and returning the completed
Deleted: python-clientform/trunk/debian/pycompat
===================================================================
--- python-clientform/trunk/debian/pycompat 2011-11-01 06:26:56 UTC (rev 2562)
+++ python-clientform/trunk/debian/pycompat 2011-11-01 06:34:19 UTC (rev 2563)
@@ -1 +0,0 @@
-2
Modified: python-clientform/trunk/debian/rules
===================================================================
--- python-clientform/trunk/debian/rules 2011-11-01 06:26:56 UTC (rev 2562)
+++ python-clientform/trunk/debian/rules 2011-11-01 06:34:19 UTC (rev 2563)
@@ -37,8 +37,6 @@
dh_testroot
dh_clean -k
dh_installdirs
- # Workaround dh_python/dh_pycentral breakage
- echo python:Provides=$(foreach pv,$(shell pyversions -s),$(pv)-clientform)|sed 's/ /, /g' >> debian/python-clientform.substvars
$(MAKE) -f debian/rules $(PYVERS:%=install-python%)
install-python%:
@@ -59,8 +57,7 @@
dh_strip
dh_compress
dh_fixperms
- dh_pycentral
- dh_python
+ dh_python2
dh_makeshlibs
dh_installdeb
dh_shlibdeps
More information about the pkg-zope-developers
mailing list