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

« back to all changes in this revision

Viewing changes to setup.cfg

  • 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:
1
 
[build_i18n]
2
 
domain = desktopcouch
3
 
desktop_files = [("share/applications", ("desktopcouch-pair.desktop.in",))]
4
 
 
5
1
[egg_info]
6
2
tag_build = 
7
3
tag_date = 0
8
4
tag_svn_revision = 0
9
5
 
10
6
[build]
11
 
i18n = True
12
 
icons = True
 
7
i18n=True
 
8
icons=True
 
9
 
 
10
[build_i18n]
 
11
domain=desktopcouch
 
12
desktop_files=[("share/applications", ("desktopcouch-pair.desktop.in",))]
13
13