[Python-modules-commits] r13492 - in packages/python-restkit/trunk/debian (3 files)
kitterman at users.alioth.debian.org
kitterman at users.alioth.debian.org
Fri Jun 18 21:07:28 UTC 2010
Date: Friday, June 18, 2010 @ 21:07:17
Author: kitterman
Revision: 13492
* New upstream release
* Convert from python-support to dh_python2
- Add --with python2 to debian/rules
- Drop build-depends on python-support, use python-all instead of python,
and add version requirements for python-all and debhelper
* Add Suggests: ironpython for restcli --shell option
* Improve short description
* Add XS/XB-Python-Version
* Remove unneeded
* Drop unneeded Provides:
* Add DPMT Vcs-* to debian/control
Modified:
packages/python-restkit/trunk/debian/changelog
packages/python-restkit/trunk/debian/control
packages/python-restkit/trunk/debian/rules
Modified: packages/python-restkit/trunk/debian/changelog
===================================================================
--- packages/python-restkit/trunk/debian/changelog 2010-06-18 19:36:34 UTC (rev 13491)
+++ packages/python-restkit/trunk/debian/changelog 2010-06-18 21:07:17 UTC (rev 13492)
@@ -1,3 +1,19 @@
+python-restkit (1.3.1-1) unstable; urgency=low
+
+ * New upstream release
+ * Convert from python-support to dh_python2
+ - Add --with python2 to debian/rules
+ - Drop build-depends on python-support, use python-all instead of python,
+ and add version requirements for python-all and debhelper
+ * Add Suggests: ironpython for restcli --shell option
+ * Improve short description
+ * Add XS/XB-Python-Version
+ * Remove unneeded ${shlibs:Depends}
+ * Drop unneeded Provides: ${python:Provides}
+ * Add DPMT Vcs-* to debian/control
+
+ -- Debian Python Modules Team <python-modules-team at lists.alioth.debian.org> Fri, 18 Jun 2010 16:08:40 -0400
+
python-restkit (1.3.0-2) unstable; urgency=low
[ Scott Kitterman ]
Modified: packages/python-restkit/trunk/debian/control
===================================================================
--- packages/python-restkit/trunk/debian/control 2010-06-18 19:36:34 UTC (rev 13491)
+++ packages/python-restkit/trunk/debian/control 2010-06-18 21:07:17 UTC (rev 13492)
@@ -3,15 +3,19 @@
Priority: extra
Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
Uploaders: TANIGUCHI Takaki <takaki at debian.org>
-Build-Depends: debhelper (>= 7), python, python-setuptools, python-support
+Build-Depends: debhelper (>= 7.3.16), python-all (>= 2.6.5-2), python-setuptools
+XS-Python-Version: >= 2.5
Standards-Version: 3.8.4
Homepage: http://benoitc.github.com/restkit
+Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-restkit/trunk/
+Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-restkit/trunk/
Package: python-restkit
Architecture: all
-Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
-Provides: ${python:Provides}
-Description: Restkit is an HTTP resource kit for Python
+Depends: ${python:Depends}, ${misc:Depends}
+Suggests: ironpython
+XB-Python-Version: ${python:Versions}
+Description: HTTP resource kit for Python
Restkit is an HTTP resource kit for Python. It allows you to easily
access to HTTP resource and build objects around it. It's the base of
couchdbkit a Python CouchDB framework.
Modified: packages/python-restkit/trunk/debian/rules
===================================================================
--- packages/python-restkit/trunk/debian/rules 2010-06-18 19:36:34 UTC (rev 13491)
+++ packages/python-restkit/trunk/debian/rules 2010-06-18 21:07:17 UTC (rev 13492)
@@ -10,4 +10,4 @@
#export DH_VERBOSE=1
%:
- dh $@
+ dh $@ --with python2
More information about the Python-modules-commits
mailing list