1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127
|
# This file is autogenerated. DO NOT EDIT!
#
# Modifications should be made to debian/control.in instead.
# This file is regenerated automatically in the clean target.
Source: gconf
Section: libs
Priority: optional
Maintainer: Josselin Mouette <joss@debian.org>
Uploaders: David Weinehall <tao@debian.org>, Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Build-Depends: debhelper (>= 5),
cdbs (>= 0.4.41),
quilt,
gnome-pkg-tools (>= 0.14),
dpkg-dev (>= 1.13.19),
gtk-doc-tools (>= 1.0),
libglib2.0-dev (>= 2.14.0),
liborbit2-dev (>= 1:2.10.2-1.1),
libdbus-1-dev (>= 1.0.0),
libdbus-glib-1-dev (>= 0.74),
libxml2-dev,
libgtk2.0-dev,
libpolkit-gobject-1-dev,
libldap2-dev,
intltool (>= 0.35.0),
libxml-parser-perl,
gettext,
python (>= 2.3),
python-support (>= 0.5.3),
autotools-dev,
libglib2.0-doc
Standards-Version: 3.8.4
Homepage: http://projects.gnome.org/gconf/
Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/desktop/unstable/gconf
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-gnome/desktop/unstable/gconf
Package: gconf2
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
gconf2-common (>= ${gnome:Version}),
gconf2-common (<< ${gnome:NextVersion}),
psmisc,
dbus-x11,
${python:Depends}
Recommends: libgtk2.0-0
Suggests: gconf-defaults-service
Conflicts: libgconf2-4 (<< 2.12.0-2)
Description: GNOME configuration database system (support tools)
GConf is a configuration database system for storing application
preferences. It supports default or mandatory settings set by the
administrator, and changes to the database are instantly applied to all
running applications. It is written for the GNOME desktop but doesn't
require it.
.
This package contains the command line tools: gconftool and
gconf-merge-tree.
Package: gconf2-common
Architecture: all
Depends: ${misc:Depends},
dbus,
ucf
Replaces: gconf2 (<< 2.12.0-2)
Description: GNOME configuration database system (common files)
GConf is a configuration database system for storing application
preferences. It supports default or mandatory settings set by the
administrator, and changes to the database are instantly applied to all
running applications. It is written for the GNOME desktop but doesn't
require it.
.
This package contains the default configuration and localization files.
Package: gconf-defaults-service
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
gconf2-common (>= ${gnome:Version}),
gconf2-common (<< ${gnome:NextVersion})
Conflicts: libgconf2-4 (<< 2.24.0-3), gconf2-common (<< 2.24.0-3)
Breaks: gconf-editor (<< 2.28)
Replaces: gconf2-common (<< 2.24.0-3)
Description: GNOME configuration database system (system defaults service)
GConf is a configuration database system for storing application
preferences. It supports default or mandatory settings set by the
administrator, and changes to the database are instantly applied to all
running applications. It is written for the GNOME desktop but doesn't
require it.
.
This package contains the PolicyKit service that allows to edit the
system-wide defaults from a user session.
Package: libgconf2-4
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
gconf2-common (>= ${gnome:Version}),
gconf2-common (<< ${gnome:NextVersion})
Conflicts: libbonobo2-0 (<< 2.24)
Description: GNOME configuration database system (shared libraries)
GConf is a configuration database system for storing application
preferences. It supports default or mandatory settings set by the
administrator, and changes to the database are instantly applied to all
running applications. It is written for the GNOME desktop but doesn't
require it.
.
This package contains the shared libraries and the GConf daemon.
Package: libgconf2-dev
Section: libdevel
Architecture: any
Depends: ${misc:Depends},
libgconf2-4 (= ${binary:Version}),
libglib2.0-dev (>= 2.14.0),
liborbit2-dev (>= 1:2.10.2-1.1),
libdbus-1-dev (>= 1.0.0),
gconf2 (= ${binary:Version})
Replaces: gconf2 (<< 2.12.0-2)
Description: GNOME configuration database system (development)
GConf is a configuration database system for storing application
preferences. It supports default or mandatory settings set by the
administrator, and changes to the database are instantly applied to all
running applications. It is written for the GNOME desktop but doesn't
require it.
.
This package contains the static libraries, header files and
documentation needed to build applications using GConf.
|