~ubuntu-branches/ubuntu/lucid/desktopcouch/lucid-201101211957

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Bazaar Package Importer
  • Author(s): Chad Miller, Ken VanDine, Chad Miller
  • Date: 2009-09-01 11:57:25 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20090901115725-memhukcaj0ffewo2
Tags: 0.3.1-0ubuntu1
[Ken VanDine]
* debian/control
  - Added depends on python-desktopcouch-records. (LP: #422179)
[Chad Miller]
* New upstream release.
* Changed Vcs-Bzr links in control file.
* Changed version dependency on couchdb.
* Converting to a full-blown source-package branch.
* Fix getPort failure. (LP: #420911, LP: #422127)
* Check couchdb bind-port in replicator. (LP: #419973)
* Change couchdb bind-port in pairing tool. (LP: #419969)

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
 
23
23
setup(
24
24
    name='desktopcouch',
25
 
    version='0.3',
 
25
    version='0.3.1',
26
26
    description='A Desktop CouchDB instance.',
27
27
    url='https://launchpad.net/desktopcouch',
28
28
    license='LGPL-3',