~ubuntu-branches/ubuntu/saucy/evolution-data-server/saucy

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Package Import Robot
  • Author(s): Chris Coulson
  • Date: 2012-10-08 12:58:16 UTC
  • mfrom: (181.1.7 quantal)
  • Revision ID: package-import@ubuntu.com-20121008125816-i3n76e8c0m64e7xp
Tags: 3.6.0-0ubuntu2
* Fix LP: #1038047 part 1 - Don't abort in e_source_registry_new* when a
  problem occurs connecting to the Dbus service
  - add debian/patches/dont-abort-in-e_source_registry_new.patch
  - update debian/patches/series
* Fix LP: #1038047 part 2 - libedataserver depends on
  evolution-data-server-common to ensure that the GSettings schemas are
  present
  - update debian/control

Show diffs side-by-side

added added

removed removed

Lines of Context:
57
57
               gnome-pkg-tools,
58
58
               pkg-config (>= 0.16),
59
59
               valac-0.16 (>= 0.16)
 
60
XS-Testsuite: autopkgtest
60
61
 
61
62
Package: evolution-data-server
62
63
Architecture: any
63
64
Depends: ${shlibs:Depends},
64
65
         ${misc:Depends},
65
66
         evolution-data-server-common (= ${source:Version}),
66
 
         libcamel-1.2-38 (= ${binary:Version})
 
67
         libcamel-1.2-40 (= ${binary:Version})
67
68
Suggests: evolution,
68
69
          evolution-data-server-dbg (= ${binary:Version})
69
70
Breaks: libecal1.2-7 (<< 2.32),
138
139
Section: libs
139
140
Architecture: any
140
141
Depends: ${shlibs:Depends},
141
 
         ${misc:Depends}
 
142
         ${misc:Depends},
 
143
         evolution-data-server-common (>= ${gnome:Version})
142
144
Description: Utility library for evolution data servers
143
145
 The data server, called "Evolution Data Server" is responsible for managing
144
146
 calendar and addressbook information.
177
179
 library. It can be used by packages using the GIRepository format to 
178
180
 generate dynamic bindings.
179
181
 
180
 
Package: libcamel-1.2-38
 
182
Package: libcamel-1.2-40
181
183
Section: libs
182
184
Architecture: any
183
185
Depends: ${shlibs:Depends},
194
196
Package: libcamel1.2-dev
195
197
Section: libdevel
196
198
Architecture: any
197
 
Depends: libcamel-1.2-38 (= ${binary:Version}),
 
199
Depends: libcamel-1.2-40 (= ${binary:Version}),
198
200
         ${misc:Depends},
199
201
         ${shlibs:Depends},
200
202
         libglib2.0-dev,
377
379
 .
378
380
 This package contains header files and static library for libedata-cal.
379
381
 
380
 
Package: libebackend-1.2-4
 
382
Package: libebackend-1.2-5
381
383
Section: libs
382
384
Architecture: any
383
385
Depends: ${shlibs:Depends},
392
394
Package: libebackend1.2-dev
393
395
Section: libdevel
394
396
Architecture: any
395
 
Depends: libebackend-1.2-4 (= ${binary:Version}),
 
397
Depends: libebackend-1.2-5 (= ${binary:Version}),
396
398
         ${misc:Depends},
397
399
         libglib2.0-dev
398
400
Description: Utility library for evolution data servers (development files)