python-couchdb 0.8-0ubuntu1 source package in Ubuntu

Changelog

python-couchdb (0.8-0ubuntu1) natty; urgency=low

  [Chad Miller]
  * New upstream release.
  * Remove debian/patches/improve-bin-scripts.patch and fix up debian/rules
    and generate man pages from actual scripts.
  * Include replication tool in binaries, and poke version into man page.
  * Remove debian/patches/python2.5_compatibility.patch .
  * Use explicit BSD license to placate lintian.
  * Fix broken build-docs rule.  Add 'python-sphinx' as build-dep.
  * Add constraint so we don't break older desktopcouch.
 -- Chad MILLER <email address hidden>   Wed, 12 Jan 2011 15:01:31 -0600

Upload details

Uploaded by:
Chad Miller
Sponsored by:
Martin Pitt
Uploaded to:
Natty
Original maintainer:
Noah Slater
Architectures:
all
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Natty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
python-couchdb_0.8.orig.tar.gz 46.9 KiB 783d22eb23d71177a8083bf770046a47fd9961d35c44728f4785ff7ec004afcb
python-couchdb_0.8-0ubuntu1.diff.gz 13.6 KiB 0ce2f3520d8a8c3d139253737eccd0b3676db586a13164d4bee040dfdc8bcac2
python-couchdb_0.8-0ubuntu1.dsc 2.1 KiB fcce7210464c977bfd2d7b4fe71d69d7f817b39014d4e38bd44f466a20f44683

Available diffs

View changes file

Binary packages built by this source

python-couchdb: library for working with Apache CouchDB

 Provides a high-level client library for Apache CouchDB, a view server and dump
 and load utilities that can be used as migration tools when upgrading or moving
 between databases.
 .
 Apache CouchDB is a distributed document database system with bi-directional
 replication. It makes it simple to build collaborative applications that can
 be replicated offline by users, with full interactivity (query, add, update,
 delete), and later "synced up" with everyone else's changes when back online.