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
|
# 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: gnome-settings-daemon
Section: gnome
Priority: optional
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Uploaders: Iain Lane <laney@debian.org>, Jeremy Bicha <jbicha@debian.org>, Laurent Bigonville <bigon@debian.org>
Build-Depends: debhelper-compat (= 12),
dh-exec,
dh-sequence-gnome,
gsettings-desktop-schemas-dev (>= 3.35.91),
gtk-doc-tools,
intltool (>= 0.37.1),
libasound2-dev [linux-any],
libcanberra-gtk3-dev,
libcolord-dev (>= 1.3.5) [linux-any],
libcups2-dev,
libfontconfig1-dev,
libgcr-3-dev (>= 3.7.5),
libgeoclue-2-dev (>= 2.3.1),
libgeocode-glib-dev (>= 3.10.0),
libglib2.0-dev (>= 2.56),
libglib2.0-dev:native (>= 2.56),
libgnome-desktop-3-dev (>= 3.34.2),
libgtk-3-dev (>= 3.16),
libgudev-1.0-dev [linux-any],
libgweather-3-dev (>= 3.9.5),
libibus-1.0-dev (>= 1.5.2),
liblcms2-dev,
libnm-dev (>= 1.0) [linux-any],
libnotify-dev (>= 0.7.3),
libnss3-dev,
libmm-glib-dev (>= 1.0),
libpackagekit-glib2-dev (>= 0.8.1),
libpolkit-gobject-1-dev,
libpulse-dev (>= 2.0),
librsvg2-dev (>= 2.36.2),
libupower-glib-dev (>= 0.99.8),
libwacom-dev (>= 0.7) [!hurd-any !kfreebsd-any !s390 !s390x],
libx11-dev,
libxext-dev,
libxi-dev,
libxt-dev,
meson (>= 0.47.0),
mutter (>= 3.31.92) <!nocheck>,
policykit-1,
python3-dbusmock <!nocheck>,
python3-gi <!nocheck>,
systemd (>= 243) [linux-any],
udev [linux-any] <!nocheck>,
xauth <!nocheck>,
xkb-data,
xserver-xorg-input-wacom [!hurd-any !kfreebsd-any !s390 !s390x],
xvfb <!nocheck>
Standards-Version: 4.5.1
Vcs-Git: https://salsa.debian.org/gnome-team/gnome-settings-daemon.git
Vcs-Browser: https://salsa.debian.org/gnome-team/gnome-settings-daemon
Rules-Requires-Root: no
Package: gnome-settings-daemon
Architecture: any
Depends: gnome-settings-daemon-common (= ${source:Version}),
gsettings-desktop-schemas (>= 3.35.91),
default-logind [linux-any] | logind [linux-any],
${misc:Depends},
${shlibs:Depends}
Recommends: iio-sensor-proxy,
pulseaudio,
x11-xserver-utils
Suggests: usbguard
Breaks: afterstep (<< 2.2.12-11.1~),
budgie-core (<< 10.4+git20171031.10.g9f71bb8-1.2~),
cairo-dock (<< 3.4.1-1.2~),
gdm3 (<< 3.37.0),
gnome-control-center (<< 1:3.25.91),
gnome-initial-setup (<< 3.27),
gnome-session (<< 3.37.0),
gnome-session-flashback (<< 3.26.0-3~),
gnome-shell (<< 3.37.90),
gnome-shell-extensions (<< 3.27),
openbox-gnome-session (<< 3.6.1-7~),
xmonad (<< 0.13-7~)
Description: daemon handling the GNOME session settings
This package contains the daemon which is responsible for setting the
various parameters of a GNOME session and the applications that run
under it. It handles the following kinds of settings:
.
* Keyboard: layout, accessibility options, shortcuts, media keys
* Clipboard management
* Theming: background, icons, GTK+ applications
* Cleanup of unused files
* Mouse: cursors, speed, accessibility options
* Startup of other daemons: screensaver, sound daemon
.
It also sets various application settings through X resources and
freedesktop.org XSETTINGS.
Package: gnome-settings-daemon-common
Architecture: all
Depends: ${misc:Depends}
Replaces: gnome-settings-daemon (<< 3.30.1.2-2~),
gnome-settings-daemon-schemas (<< 3.30.1.2-2~)
Breaks: gnome-settings-daemon (<< 3.30.1.2-2~),
gnome-settings-daemon-schemas (<< 3.30.1.2-2~)
Provides: gnome-settings-daemon-schemas (= ${source:Version})
Description: daemon handling the GNOME session settings - common files
This package contains GSettings schemas and other architecture-independent
files for GNOME Settings Daemon. It is probably not interesting on its own for
end users, but packages may depend on this if they only need to read and write
settings & don't themselves care if the settings daemon is actually running or
not.
Package: gnome-settings-daemon-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libglib2.0-dev (>= 2.56),
${misc:Depends},
${shlibs:Depends}
Description: Headers for building applications communicating with gnome-settings-daemon
This package contains header files required to build applications that
communicate with the GNOME settings daemon over D-Bus.
|