~ubuntu-branches/ubuntu/trusty/desktopcouch/trusty

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Ken VanDine
  • Date: 2010-04-19 12:52:22 UTC
  • mfrom: (12.1.9 lucid)
  • Revision ID: james.westby@ubuntu.com-20100419125222-zsh9lrm15h84951j
* debian/patches/lp_522538.patch
  - Handle reconnects if the server isn't running (LP: #522538)

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
Package: desktopcouch
18
18
Architecture: all
19
19
XB-Python-Version: ${python:Versions}
20
 
Provides: python-desktopcouch, python-desktopcouch-records
21
 
Replaces: python-desktopcouch, python-desktopcouch-records
22
20
Depends: ${misc:Depends},
23
21
 ${python:Depends},
24
22
 couchdb-bin (>= 0.10.0-0ubuntu3),
27
25
 python-twisted-core,
28
26
 python-gobject,
29
27
 python-avahi,
30
 
 python-gtk2,
31
 
 gnome-keyring
32
 
Recommends: ubuntu-sso-client
 
28
 python-desktopcouch,
 
29
 python-desktopcouch-records,
 
30
 python-gtk2
33
31
Description: A Desktop CouchDB instance
34
 
 Runs an instance of CouchDB with the users session.  Includes python library
35
 
 for interacting with database.
 
32
 Runs an instance of CouchDB with the users session.
36
33
 
37
34
Package: desktopcouch-tools
38
35
Architecture: all
43
40
 python-twisted-core,
44
41
 python-gobject,
45
42
 python-avahi,
46
 
 desktopcouch,
 
43
 python-desktopcouch,
 
44
 python-desktopcouch-records,
47
45
 python-gtk2
48
46
Description: Desktop CouchDB tools
49
47
 Tools used to work with Desktop CouchDB.
59
57
 python-xdg,
60
58
 python-twisted-core,
61
59
 python-gtk2,
62
 
 python-gnomekeyring,
63
 
 gnome-keyring
64
 
Description: Transitional package, Python Desktop CouchDB 
 
60
 python-gnomekeyring
 
61
Description: Python Desktop CouchDB 
65
62
 A Python library for Desktop CouchDB.
66
63
 
67
64
Package: python-desktopcouch-records
71
68
 ${python:Depends},
72
69
 python-dbus,
73
70
 python-couchdb,
74
 
 desktopcouch,
 
71
 python-desktopcouch,
75
72
 python-gtk2,
76
73
 python-gnomekeyring,
77
74
 python-oauth
78
 
Description: Transitional package, desktop CouchDB Records API
 
75
Description: Desktop CouchDB Records API
79
76
 A Python library for the Desktop CouchDB Records API.