~ps-jenkins/unity-settings-daemon/ubuntu-vivid-proposed

« back to all changes in this revision

Viewing changes to debian/control.in

  • Committer: Robert Ancell
  • Date: 2013-11-13 01:33:12 UTC
  • Revision ID: robert.ancell@canonical.com-20131113013312-lqg7dhy39tvmjrda
Import packaging

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Source: gnome-settings-daemon
 
2
Section: gnome
 
3
Priority: optional
 
4
Maintainer: Ubuntu Desktop Team <ubuntu-desktop@lists.ubuntu.com>
 
5
XSBC-Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
 
6
Uploaders: @GNOME_TEAM@
 
7
Build-Depends: cdbs,
 
8
               debhelper (>= 9),
 
9
               gnome-pkg-tools,
 
10
               gtk-doc-tools,
 
11
               dh-autoreconf,
 
12
               autotools-dev,
 
13
               intltool (>= 0.37.1),
 
14
               libdbus-glib-1-dev (>= 0.74),
 
15
               libglib2.0-dev (>= 2.35.3),
 
16
               libgtk-3-dev (>= 3.7.8),
 
17
               libnotify-dev (>= 0.7.0),
 
18
               libxt-dev,
 
19
               libxi-dev,
 
20
               libfontconfig1-dev,
 
21
               libxext-dev,
 
22
               libx11-dev,
 
23
               libxtst-dev,
 
24
               gsettings-desktop-schemas-dev (>= 3.7.2.1),
 
25
               libgnome-desktop-3-dev (>= 3.7.90),
 
26
               libpulse-dev (>= 1:2.0),
 
27
               librsvg2-dev (>= 2.36.2),
 
28
               libcanberra-gtk3-dev,
 
29
               libcups2-dev,
 
30
               libpolkit-gobject-1-dev,
 
31
               libaccountsservice-dev (>= 0.6.34),
 
32
               libappindicator3-dev (>= 0.4.90),
 
33
               hwdata,
 
34
               libupower-glib-dev (>= 0.9.11),
 
35
               libcolord-dev (>= 0.1.12),
 
36
               liblcms2-dev,
 
37
               libnss3-dev,
 
38
               libgudev-1.0-dev,
 
39
               libwacom-dev (>= 0.7),
 
40
               xserver-xorg-input-wacom,
 
41
               libgnomekbd-dev (>= 3.5.1),
 
42
               libxklavier-dev,
 
43
               libsystemd-login-dev (>= 183),
 
44
               libibus-1.0-dev (>= 1.5.0)
 
45
Standards-Version: 3.9.3
 
46
Vcs-Bzr: https://code.launchpad.net/~ubuntu-desktop/gnome-settings-daemon/ubuntu
 
47
 
 
48
Package: gnome-settings-daemon
 
49
Architecture: any
 
50
Depends: ${shlibs:Depends},
 
51
         ${misc:Depends},
 
52
         accountsservice (>= 0.6.34),
 
53
         gsettings-desktop-schemas (>= 3.7.2.1),
 
54
         nautilus-data (>= 2.91.3-1)
 
55
Recommends: ibus (>= 1.5.0),
 
56
            pulseaudio,
 
57
            systemd-services
 
58
Pre-Depends: ${misc:Pre-Depends}
 
59
Breaks: rhythmbox (<< 0.11.5),
 
60
        banshee (<< 0.13.2+dfsg-7),
 
61
        totem (<< 2.22.0),
 
62
        gnome-control-center (<< 1:3.6.3-0ubuntu35),
 
63
        gnome-session (<< 2.24),
 
64
        gnome-screensaver (<< 2.28.0),
 
65
        gnome-color-manager (<< 3.0),
 
66
        unity-greeter (<< 0.2.1-0ubuntu1),
 
67
        indicator-datetime (<< 12.10.3daily13.03.26)
 
68
Suggests: x11-xserver-utils,
 
69
          gnome-screensaver,
 
70
          metacity | x-window-manager
 
71
Description: daemon handling the GNOME session settings
 
72
 This package contains the daemon which is responsible for setting the
 
73
 various parameters of a GNOME session and the applications that run
 
74
 under it. It handles the following kinds of settings:
 
75
 .
 
76
  * Keyboard: layout, accessibility options, shortcuts, media keys
 
77
  * Clipboard management
 
78
  * Theming: background, icons, GTK+ applications
 
79
  * Cleanup of unused files
 
80
  * Mouse: cursors, speed, accessibility options
 
81
  * Startup of other daemons: screensaver, sound daemon
 
82
  * Typing break
 
83
 .
 
84
 It also sets various application settings through X resources and
 
85
 freedesktop.org XSETTINGS.
 
86
 
 
87
Package: gnome-settings-daemon-dev
 
88
Architecture: any
 
89
Depends: ${shlibs:Depends},
 
90
         ${misc:Depends},
 
91
         libdbus-glib-1-dev (>= 0.74),
 
92
         libglib2.0-dev (>= 2.35.3)
 
93
Description: Headers for building applications communicating with gnome-settings-daemon
 
94
 This package contains header files required to build applications that
 
95
 communicate with the GNOME settings daemon over D-Bus.