[Python-modules-commits] r16038 - in packages/python-couchdbkit/trunk/debian (4 files)
takaki at users.alioth.debian.org
takaki at users.alioth.debian.org
Mon Mar 7 10:38:18 UTC 2011
Date: Monday, March 7, 2011 @ 10:38:06
Author: takaki
Revision: 16038
use dh_python2
support 2.6 or later
Modified:
packages/python-couchdbkit/trunk/debian/changelog
packages/python-couchdbkit/trunk/debian/control
packages/python-couchdbkit/trunk/debian/rules
Deleted:
packages/python-couchdbkit/trunk/debian/pyversions
Modified: packages/python-couchdbkit/trunk/debian/changelog
===================================================================
--- packages/python-couchdbkit/trunk/debian/changelog 2011-03-07 10:31:04 UTC (rev 16037)
+++ packages/python-couchdbkit/trunk/debian/changelog 2011-03-07 10:38:06 UTC (rev 16038)
@@ -1,3 +1,11 @@
+python-couchdbkit (0.5.4-1) UNRELEASED; urgency=low
+
+ * New upstream release
+ * debian/rules: use dh_python2.
+ * Change support Python version to only 2.6 or later.
+
+ -- TANIGUCHI Takaki <takaki at debian.org> Mon, 07 Mar 2011 19:37:12 +0900
+
python-couchdbkit (0.5.2-1) unstable; urgency=low
* New upstream release
Modified: packages/python-couchdbkit/trunk/debian/control
===================================================================
--- packages/python-couchdbkit/trunk/debian/control 2011-03-07 10:31:04 UTC (rev 16037)
+++ packages/python-couchdbkit/trunk/debian/control 2011-03-07 10:38:06 UTC (rev 16038)
@@ -3,15 +3,18 @@
Priority: optional
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-support, python-setuptools
+Build-Depends: debhelper (>= 7), python-setuptools,
+ python-all (>= 2.6.6-3)
Standards-Version: 3.9.1
Homepage: http://couchdbkit.org/
+X-Python-Version: >= 2.6
Package: python-couchdbkit
Architecture: all
Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends},
python-anyjson, python-restkit(>=2.1.1)
Provides: ${python:Provides}
+Breaks: ${python:Breaks}
Description: Trying to improve couchdb experience in Python
Couchdbkit provides you a full featured and easy client to access and
manage CouchDB. It allows you to manage a CouchDB server, databases,
Deleted: packages/python-couchdbkit/trunk/debian/pyversions
===================================================================
--- packages/python-couchdbkit/trunk/debian/pyversions 2011-03-07 10:31:04 UTC (rev 16037)
+++ packages/python-couchdbkit/trunk/debian/pyversions 2011-03-07 10:38:06 UTC (rev 16038)
@@ -1 +0,0 @@
-2.5-
Modified: packages/python-couchdbkit/trunk/debian/rules
===================================================================
--- packages/python-couchdbkit/trunk/debian/rules 2011-03-07 10:31:04 UTC (rev 16037)
+++ packages/python-couchdbkit/trunk/debian/rules 2011-03-07 10:38:06 UTC (rev 16038)
@@ -10,4 +10,4 @@
# export DH_VERBOSE=1
%:
- dh $@
+ dh $@ --with python2
More information about the Python-modules-commits
mailing list