File: control

package info (click to toggle)
gnome-settings-daemon 3.22.2-2%2Bdeb9u2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 18,032 kB
  • ctags: 6,179
  • sloc: ansic: 43,944; sh: 4,252; makefile: 1,959; python: 750; xml: 642; perl: 17
file content (85 lines) | stat: -rw-r--r-- 3,475 bytes parent folder | download
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
# 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: Andreas Henriksson <andreas@fatal.se>, Laurent Bigonville <bigon@debian.org>, Michael Biebl <biebl@debian.org>
Build-Depends: debhelper (>= 10),
               gnome-pkg-tools,
               gtk-doc-tools,
               dh-exec,
               intltool (>= 0.37.1),
               libasound2-dev [linux-any],
               libglib2.0-dev (>= 2.37.7),
               libgtk-3-dev (>= 3.16),
               libnm-dev (>= 1.0) [linux-any],
               libnotify-dev (>= 0.7.3),
               libxt-dev,
               libxi-dev,
               libxtst-dev,
               libfontconfig1-dev,
               libxext-dev,
               libx11-dev,
               libibus-1.0-dev (>= 1.5.2),
               gsettings-desktop-schemas-dev (>= 3.20),
               libgnome-desktop-3-dev (>= 3.11.1),
               libpulse-dev (>= 2.0),
               libcanberra-gtk3-dev,
               libcups2-dev,
               libpolkit-gobject-1-dev,
               libpackagekit-glib2-dev (>= 0.8.1),
               libupower-glib-dev (>= 0.99.0),
               libgudev-1.0-dev [linux-any],
               libcolord-dev (>= 1.0.2),
               liblcms2-dev,
               libnss3-dev,
               libwacom-dev (>= 0.7) [!hurd-any !kfreebsd-any !s390 !s390x],
               xserver-xorg-input-wacom [!hurd-any !kfreebsd-any !s390 !s390x],
               librsvg2-dev (>= 2.36.2),
               libgweather-3-dev (>= 3.9.5),
               libgeocode-glib-dev (>= 3.10.0),
               libgeoclue-2-dev (>= 2.3.1),
               xkb-data
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/gnome-settings-daemon/
Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/desktop/unstable/gnome-settings-daemon/

Package: gnome-settings-daemon
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends},
         ${misc:Depends},
         libpam-systemd [!hurd-any !kfreebsd-any],
         gsettings-desktop-schemas (>= 3.20),
         nautilus-data (>= 2.91.3-1)
Recommends: pulseaudio,
            iio-sensor-proxy
Breaks: gnome-shell ( << 3.13.92),
        gnome-control-center (<< 1:3.15.4)
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-dev
Section: libdevel
Architecture: any
Depends: ${shlibs:Depends},
         ${misc:Depends},
         libglib2.0-dev
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.