~ubuntu-branches/ubuntu/precise/gconf/precise

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Package Import Robot
  • Author(s): Steve Langasek
  • Date: 2012-03-23 14:43:19 UTC
  • Revision ID: package-import@ubuntu.com-20120323144319-wyrkp1astbvfwfj7
Tags: 3.2.5-0ubuntu2
Split gconf-service further into gconf-service and gconf-service-backend,
one package being Multi-Arch: foreign and the other Multi-Arch: none, so
that we correctly handle the fact that gconf2 needs backend modules of
the same arch whereas other reverse-dependencies just need a working
daemon.  LP: #962854.

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
Multi-Arch: foreign
42
42
Depends: ${shlibs:Depends},
43
43
         ${misc:Depends},
44
 
         gconf-service (= ${binary:Version}),
 
44
         gconf-service-backend (= ${binary:Version}),
45
45
         psmisc,
46
46
         dbus-x11,
47
47
         ${python:Depends}
59
59
Package: gconf-service
60
60
Architecture: any
61
61
Multi-Arch: foreign
 
62
Depends: gconf-service-backend (= ${binary:Version}),
 
63
         ${shlibs:Depends},
 
64
         ${misc:Depends}
 
65
Description: GNOME configuration database system (D-Bus service)
 
66
 GConf is a configuration database system for storing application
 
67
 preferences. It supports default or mandatory settings set by the
 
68
 administrator, and changes to the database are instantly applied to all
 
69
 running applications. It is written for the GNOME desktop but doesn't
 
70
 require it.
 
71
 .
 
72
 This package provides the D-Bus enabled daemon that is used internally 
 
73
 by the GConf library to access configuration data.
 
74
 
 
75
Package: gconf-service-backend
 
76
Architecture: any
62
77
Depends: ${shlibs:Depends},
63
78
         ${misc:Depends},
64
79
         libgconf-2-4 (= ${binary:Version}),
65
80
         gconf2-common (= ${source:Version})
66
81
Breaks: gconf2-common (<< 3.2.3-2)
67
 
Replaces: gconf2-common (<< 3.2.3-2)
 
82
Replaces: gconf2-common (<< 3.2.3-2), gconf-service (<< 3.2.5-0ubuntu2)
68
83
Description: GNOME configuration database system (D-Bus service)
69
84
 GConf is a configuration database system for storing application
70
85
 preferences. It supports default or mandatory settings set by the
73
88
 require it.
74
89
 .
75
90
 This package contains the D-Bus enabled daemon that is used internally 
76
 
 by the GConf library to access configuration data.
 
91
 by the GConf library to access configuration data.  It is an internal
 
92
 implementation of gconf used to work around multiarch-related upgrade
 
93
 problems, and will eventually be merged back into gconf-service.
77
94
 
78
95
Package: gconf2-common
79
96
Architecture: all