[Python-modules-commits] r4732 - in packages/python-couchdb/trunk/debian (changelog control)
nslater-guest at users.alioth.debian.org
nslater-guest at users.alioth.debian.org
Tue Mar 4 23:22:07 UTC 2008
Date: Tuesday, March 4, 2008 @ 23:22:05
Author: nslater-guest
Revision: 4732
Added couchdb Suggests to python-couchdb
Modified:
packages/python-couchdb/trunk/debian/changelog
packages/python-couchdb/trunk/debian/control
Modified: packages/python-couchdb/trunk/debian/changelog
===================================================================
--- packages/python-couchdb/trunk/debian/changelog 2008-03-04 08:57:12 UTC (rev 4731)
+++ packages/python-couchdb/trunk/debian/changelog 2008-03-04 23:22:05 UTC (rev 4732)
@@ -1,3 +1,9 @@
+python-couchdb (0.3-2) unstable; urgency=low
+
+ * Added couchdb Suggests. Closes: #469027
+
+ -- Noah Slater <nslater at bytesexual.org> Tue, 04 Mar 2008 23:20:56 +0000
+
python-couchdb (0.3-1) unstable; urgency=low
* Initial release. Closes: #447596
Modified: packages/python-couchdb/trunk/debian/control
===================================================================
--- packages/python-couchdb/trunk/debian/control 2008-03-04 08:57:12 UTC (rev 4731)
+++ packages/python-couchdb/trunk/debian/control 2008-03-04 23:22:05 UTC (rev 4732)
@@ -14,6 +14,7 @@
Package: python-couchdb
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}, python-httplib2, python-simplejson
+Suggests: couchdb
Description: Python library for working with CouchDB
This is a Python library for CouchDB. It provides a convenient high level
interface for a CouchDB server.
More information about the Python-modules-commits
mailing list