~ubuntu-branches/ubuntu/precise/desktopcouch/precise

« back to all changes in this revision

Viewing changes to desktopcouch.egg-info/SOURCES.txt

  • Committer: Bazaar Package Importer
  • Author(s): Chad MILLER
  • Date: 2011-01-12 15:08:25 UTC
  • mfrom: (1.5.10 upstream)
  • Revision ID: james.westby@ubuntu.com-20110112150825-bzvn23kzufr0qdyb
Tags: 1.0.5-0ubuntu1
* New upstream release, skipping a few buggy releases.
* Split code into binary packages:
  - desktopcouch, configuration files and dependencies, but no code.
  - python-desktopcouch: transitional package
  - python-desktopcouch-application: local DB startup and discovery
  - python-desktopcouch-records: library for DB access anywhere
  - python-desktopcouch-recordtypes: support specific data structures
  - desktopcouch-ubuntuone, replication and pairing with cloud service
* Drop patch that some maverick apps incorrectly needed.
  patches/0-items-should-expose-private-data-for-now.patch
* Update package compatibility-version, 6 -> 7.
* Use newer debhelper and use python-support instead of python-central.
* Depend on contemporary python-couchdb, instead of ancient version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
bin/desktopcouch-service
14
14
bin/desktopcouch-stop
15
15
config/desktop-couch/compulsory-auth.ini
16
 
contrib/mocker.py
17
16
data/couchdb.tmpl
18
17
data/source_desktopcouch.py
19
18
desktopcouch/__init__.py
20
19
desktopcouch/local_files.py
21
20
desktopcouch/replication.py
 
21
desktopcouch/service.py
22
22
desktopcouch/start_local_couchdb.py
23
23
desktopcouch/stop_local_couchdb.py
 
24
desktopcouch/util.py
24
25
desktopcouch.egg-info/PKG-INFO
25
26
desktopcouch.egg-info/SOURCES.txt
26
27
desktopcouch.egg-info/dependency_links.txt
27
28
desktopcouch.egg-info/top_level.txt
 
29
desktopcouch/application/__init__.py
 
30
desktopcouch/application/local_files.py
 
31
desktopcouch/application/replication.py
 
32
desktopcouch/application/server.py
 
33
desktopcouch/application/service.py
 
34
desktopcouch/application/start_local_couchdb.py
 
35
desktopcouch/application/stop_local_couchdb.py
 
36
desktopcouch/application/util.py
 
37
desktopcouch/application/migration/__init__.py
 
38
desktopcouch/application/migration/tests/__init__.py
 
39
desktopcouch/application/migration/tests/test_migration.py
 
40
desktopcouch/application/pair/__init__.py
 
41
desktopcouch/application/pair/couchdb_pairing/__init__.py
 
42
desktopcouch/application/pair/couchdb_pairing/couchdb_io.py
 
43
desktopcouch/application/pair/couchdb_pairing/dbus_io.py
 
44
desktopcouch/application/pair/couchdb_pairing/network_io.py
 
45
desktopcouch/application/pair/tests/__init__.py
 
46
desktopcouch/application/pair/tests/test_couchdb_io.py
 
47
desktopcouch/application/pair/tests/test_network_io.py
 
48
desktopcouch/application/platform/__init__.py
 
49
desktopcouch/application/platform/linux/__init__.py
 
50
desktopcouch/application/platform/linux/base_dirs.py
 
51
desktopcouch/application/platform/linux/ipc.py
 
52
desktopcouch/application/platform/linux/keyring.py
 
53
desktopcouch/application/platform/linux/tests/__init__.py
 
54
desktopcouch/application/platform/linux/tests/test_keyring.py
 
55
desktopcouch/application/platform/windows/__init__.py
 
56
desktopcouch/application/platform/windows/base_dirs.py
 
57
desktopcouch/application/platform/windows/keyring.py
 
58
desktopcouch/application/platform/windows/tests/__init__.py
 
59
desktopcouch/application/platform/windows/tests/test_base_dirs.py
 
60
desktopcouch/application/platform/windows/tests/test_keyring.py
 
61
desktopcouch/application/plugins/__init__.py
 
62
desktopcouch/application/plugins/ubuntuone_pairing.py
 
63
desktopcouch/application/plugins/tests/__init__.py
 
64
desktopcouch/application/plugins/tests/test_plugins.py
 
65
desktopcouch/application/plugins/tests/test_ubuntuone_pairing.py
 
66
desktopcouch/application/replication_services/__init__.py
 
67
desktopcouch/application/replication_services/example.py
 
68
desktopcouch/application/replication_services/ubuntuone.py
 
69
desktopcouch/application/tests/__init__.py
 
70
desktopcouch/application/tests/test_local_files.py
 
71
desktopcouch/application/tests/test_replication.py
 
72
desktopcouch/application/tests/test_service.py
 
73
desktopcouch/application/tests/test_start_local_couchdb.py
28
74
desktopcouch/bookmarks/__init__.py
29
75
desktopcouch/bookmarks/record.py
30
 
desktopcouch/bookmarks/tests/__init__.py
31
 
desktopcouch/bookmarks/tests/test_record.py
32
76
desktopcouch/contacts/__init__.py
33
 
desktopcouch/contacts/contactspicker.py
34
77
desktopcouch/contacts/record.py
35
 
desktopcouch/contacts/schema.txt
36
78
desktopcouch/contacts/view.py
37
 
desktopcouch/contacts/testing/__init__.py
38
 
desktopcouch/contacts/testing/create.py
39
 
desktopcouch/contacts/tests/__init__.py
40
 
desktopcouch/contacts/tests/test_contactspicker.py
41
 
desktopcouch/contacts/tests/test_create.py
42
 
desktopcouch/contacts/tests/test_record.py
43
 
desktopcouch/contacts/tests/test_view.py
44
79
desktopcouch/notes/__init__.py
45
80
desktopcouch/notes/record.py
46
 
desktopcouch/notes/tests/__init__.py
47
 
desktopcouch/notes/tests/test_record.py
48
81
desktopcouch/pair/__init__.py
49
82
desktopcouch/pair/couchdb_pairing/__init__.py
50
83
desktopcouch/pair/couchdb_pairing/couchdb_io.py
51
84
desktopcouch/pair/couchdb_pairing/dbus_io.py
52
85
desktopcouch/pair/couchdb_pairing/network_io.py
53
86
desktopcouch/pair/couchdb_pairing/ubuntuone_pairing.py
54
 
desktopcouch/pair/tests/__init__.py
55
 
desktopcouch/pair/tests/test_couchdb_io.py
56
 
desktopcouch/pair/tests/test_network_io.py
57
 
desktopcouch/pair/tests/test_ubuntuone_pairing.py
58
87
desktopcouch/records/__init__.py
59
 
desktopcouch/records/couchgrid.py
 
88
desktopcouch/records/database.py
60
89
desktopcouch/records/field_registry.py
 
90
desktopcouch/records/http.py
61
91
desktopcouch/records/record.py
62
92
desktopcouch/records/server.py
63
93
desktopcouch/records/server_base.py
 
94
desktopcouch/records/doc/an_example_application.txt
64
95
desktopcouch/records/doc/field_registry.txt
65
96
desktopcouch/records/doc/records.txt
66
97
desktopcouch/records/tests/__init__.py
67
 
desktopcouch/records/tests/test_couchgrid.py
68
98
desktopcouch/records/tests/test_field_registry.py
 
99
desktopcouch/records/tests/test_mocked_server.py
69
100
desktopcouch/records/tests/test_record.py
70
101
desktopcouch/records/tests/test_server.py
 
102
desktopcouch/recordtypes/__init__.py
 
103
desktopcouch/recordtypes/bookmarks.py
 
104
desktopcouch/recordtypes/notes.py
 
105
desktopcouch/recordtypes/tasks.py
 
106
desktopcouch/recordtypes/contacts/__init__.py
 
107
desktopcouch/recordtypes/contacts/schema.txt
 
108
desktopcouch/recordtypes/contacts/view.py
 
109
desktopcouch/recordtypes/contacts/testing/__init__.py
 
110
desktopcouch/recordtypes/contacts/testing/create.py
 
111
desktopcouch/recordtypes/contacts/tests/__init__.py
 
112
desktopcouch/recordtypes/contacts/tests/test_create.py
 
113
desktopcouch/recordtypes/contacts/tests/test_record.py
 
114
desktopcouch/recordtypes/contacts/tests/test_view.py
 
115
desktopcouch/recordtypes/tests/__init__.py
 
116
desktopcouch/recordtypes/tests/test_bookmarks.py
 
117
desktopcouch/recordtypes/tests/test_notes.py
 
118
desktopcouch/recordtypes/tests/test_tasks.py
71
119
desktopcouch/replication_services/__init__.py
72
120
desktopcouch/replication_services/example.py
73
121
desktopcouch/replication_services/ubuntuone.py
74
122
desktopcouch/tasks/__init__.py
75
123
desktopcouch/tasks/record.py
76
 
desktopcouch/tasks/tests/__init__.py
77
 
desktopcouch/tasks/tests/test_record.py
78
124
desktopcouch/tests/__init__.py
79
 
desktopcouch/tests/test_local_files.py
80
 
desktopcouch/tests/test_replication.py
81
 
desktopcouch/tests/test_start_local_couchdb.py
82
125
docs/man/desktopcouch-pair.1
83
 
po/POTFILES.in
84
 
po/desktopcouch.pot
 
 
b'\\ No newline at end of file'
 
126
po/POTFILES.in
 
 
b'\\ No newline at end of file'