[Python-modules-commits] r9374 - in packages/python-couchdb/trunk/debian (4 files)

piotr at users.alioth.debian.org piotr at users.alioth.debian.org
Tue Aug 18 18:36:10 UTC 2009


    Date: Tuesday, August 18, 2009 @ 18:36:09
  Author: piotr
Revision: 9374

TODO: requires Python >= 2.6 - patch it to support 2.5 as well
(python2.5's httplib2.Http doesn't support timeout argument)
* New upstream release. Closes: #537456
* Add python-cjson as an alternative dependency to python-simplejson and
  python >= 2.6 (due to new couchdb/json.py)
* Remove PYTHONPATH from debian/rules, not really needed
* Standards-Version bumped to 3.8.3 (no other changes needed)

Modified:
  packages/python-couchdb/trunk/debian/changelog
  packages/python-couchdb/trunk/debian/control
  packages/python-couchdb/trunk/debian/copyright
  packages/python-couchdb/trunk/debian/rules

Modified: packages/python-couchdb/trunk/debian/changelog
===================================================================
--- packages/python-couchdb/trunk/debian/changelog	2009-08-17 19:55:36 UTC (rev 9373)
+++ packages/python-couchdb/trunk/debian/changelog	2009-08-18 18:36:09 UTC (rev 9374)
@@ -1,9 +1,20 @@
-python-couchdb (0.5-2) UNRELEASED; urgency=low
+python-couchdb (0.6-1) UNRELEASED; urgency=low
 
+  TODO: requires Python >= 2.6 - patch it to support 2.5 as well
+  (python2.5's httplib2.Http doesn't support timeout argument)
+
+  [ Noah Slater ]
   * Updated debian/control, updated Build-Depends on debhelper to 7.2.11.
 
- -- Noah Slater <nslater at tumbolia.org>  Thu, 14 May 2009 17:00:07 +0100
+  [ Piotr Ożarowski ]
+  * New upstream release. Closes: #537456
+  * Add python-cjson as an alternative dependency to python-simplejson and
+    python >= 2.6 (due to new couchdb/json.py)
+  * Remove PYTHONPATH from debian/rules, not really needed
+  * Standards-Version bumped to 3.8.3 (no other changes needed)
 
+ -- Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>  Tue, 18 Aug 2009 19:42:22 +0200
+
 python-couchdb (0.5-1) experimental; urgency=low
 
   * New upstream release.

Modified: packages/python-couchdb/trunk/debian/control
===================================================================
--- packages/python-couchdb/trunk/debian/control	2009-08-17 19:55:36 UTC (rev 9373)
+++ packages/python-couchdb/trunk/debian/control	2009-08-18 18:36:09 UTC (rev 9374)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Noah Slater <nslater at tumbolia.org>
 Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Standards-Version: 3.8.0
+Standards-Version: 3.8.3
 Build-Depends: cdbs (>= 0.4.42), debhelper (>= 7.2.11), python
 Build-Depends-Indep: help2man, python-docutils, python-epydoc, python-httplib2,
  python-pygments, python-simplejson, python-setuptools (>= 0.6b3),
@@ -15,7 +15,7 @@
 Package: python-couchdb
 Architecture: all
 Depends: ${python:Depends}, ${misc:Depends}, python-httplib2,
- python-simplejson | python (>= 2.6)
+ python-simplejson | python (>= 2.6) | python-cjson
 Suggests: couchdb
 Description: library for working with Apache CouchDB
  Provides a high-level client library for Apache CouchDB, a view server and dump

Modified: packages/python-couchdb/trunk/debian/copyright
===================================================================
--- packages/python-couchdb/trunk/debian/copyright	2009-08-17 19:55:36 UTC (rev 9373)
+++ packages/python-couchdb/trunk/debian/copyright	2009-08-18 18:36:09 UTC (rev 9374)
@@ -4,8 +4,8 @@
 Upstream-Source: http://pypi.python.org/pypi/CouchDB
 
 Files: *
-Copyright: Copyright 2008, Christopher Lenz <cmlenz at gmx.de>
-  Copyright 2008, Jan lehnardt <jan at apache.org>
+Copyright: Copyright 2007-2009, Christopher Lenz <cmlenz at gmx.de>
+  Copyright 2007-2009, Jan lehnardt <jan at apache.org>
 License: BSD-3
  On Debian systems the full text of the BSD Licence (with no-endorsement clause)
  can be found in the `/usr/share/common-licenses/BSD' file.

Modified: packages/python-couchdb/trunk/debian/rules
===================================================================
--- packages/python-couchdb/trunk/debian/rules	2009-08-17 19:55:36 UTC (rev 9373)
+++ packages/python-couchdb/trunk/debian/rules	2009-08-18 18:36:09 UTC (rev 9374)
@@ -34,9 +34,8 @@
 
 install/python-couchdb::
 	chmod 755 couchdb-* couchpy
-	PYTHONPATH=debian/python-couchdb/usr/share/python-support/python-couchdb \
-	help2man -N -n "a CouchDB dump utility" ./couchdb-dump > couchdb-dump.1 && \
-	help2man -N -n "a CouchDB load utility" ./couchdb-load > couchdb-load.1 && \
+	help2man -N -n "a CouchDB dump utility" ./couchdb-dump > couchdb-dump.1
+	help2man -N -n "a CouchDB load utility" ./couchdb-load > couchdb-load.1
 	help2man -N -n "a CouchDB Python view server" ./couchpy > couchpy.1
 	cp couchdb-dump couchdb-load debian/python-couchdb/usr/bin
 	cp couchpy debian/python-couchdb/usr/bin/couchpy




More information about the Python-modules-commits mailing list