[Python-modules-commits] r16041 - in packages/python-restkit/trunk/debian (3 files)
takaki at users.alioth.debian.org
takaki at users.alioth.debian.org
Mon Mar 7 10:55:52 UTC 2011
Date: Monday, March 7, 2011 @ 10:55:50
Author: takaki
Revision: 16041
use dh_python2
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 2011-03-07 10:49:46 UTC (rev 16040)
+++ packages/python-restkit/trunk/debian/changelog 2011-03-07 10:55:50 UTC (rev 16041)
@@ -1,9 +1,9 @@
python-restkit (3.2.0-1) UNRELEASED; urgency=low
* New upstream release
- *
+ * use dh_python2.
- -- TANIGUCHI Takaki <takaki at debian.org> Mon, 07 Mar 2011 19:30:23 +0900
+ -- TANIGUCHI Takaki <takaki at debian.org> Mon, 07 Mar 2011 19:55:09 +0900
python-restkit (3.0.4-1) unstable; urgency=low
Modified: packages/python-restkit/trunk/debian/control
===================================================================
--- packages/python-restkit/trunk/debian/control 2011-03-07 10:49:46 UTC (rev 16040)
+++ packages/python-restkit/trunk/debian/control 2011-03-07 10:55:50 UTC (rev 16041)
@@ -3,7 +3,8 @@
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), python-all(>= 2.6.6-3),
+ python-setuptools,
Standards-Version: 3.9.1
Homepage: http://benoitc.github.com/restkit
@@ -11,6 +12,7 @@
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}
Provides: ${python:Provides}
+Breaks: ${python:Breaks}
Description: Restkit is an 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
Modified: packages/python-restkit/trunk/debian/rules
===================================================================
--- packages/python-restkit/trunk/debian/rules 2011-03-07 10:49:46 UTC (rev 16040)
+++ packages/python-restkit/trunk/debian/rules 2011-03-07 10:55:50 UTC (rev 16041)
@@ -10,4 +10,4 @@
#export DH_VERBOSE=1
%:
- dh $@
+ dh $@ --with python2
More information about the Python-modules-commits
mailing list