~chrisccoulson/gnome-settings-daemon/lucid-startup-speed

« back to all changes in this revision

Viewing changes to debian/control.in

  • Committer: Sebastien Bacher
  • Date: 2009-12-07 14:24:38 UTC
  • Revision ID: seb128@ubuntu.com-20091207142438-cqfbevyevuw8p3zg
Tags: 2.28.1-1ubuntu1
releasing version 2.28.1-1ubuntu1

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
XSBC-Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
6
6
Uploaders: @GNOME_TEAM@
7
7
Build-Depends: cdbs,
 
8
               quilt,
8
9
               debhelper (>= 5),
9
10
               dpkg-dev (>= 1.13.19),
10
11
               autotools-dev,
 
12
               intltool (>= 0.37.1),
11
13
               libdbus-glib-1-dev (>= 0.74),
12
14
               libglib2.0-dev (>= 2.17.3),
13
 
               libgtk2.0-dev (>= 2.16),
 
15
               libgtk2.0-dev (>= 2.16.0),
14
16
               libgconf2-dev (>= 2.6.1),
15
 
               gconf2,
16
 
               libgnome-desktop-dev (>= 1:2.26.3),
 
17
               libgnome-desktop-dev (>= 2.26.3),
 
18
               libnotify-dev (>= 0.4.3),
 
19
               libxt-dev,
 
20
               libxi-dev,
 
21
               libxrandr-dev,
 
22
               libxrender-dev,
 
23
               libfontconfig1-dev,
 
24
               libxxf86misc-dev,
 
25
               libxext-dev,
 
26
               libx11-dev,
17
27
               libgnomekbd-dev (>= 2.21.4),
 
28
               libxklavier-dev (>= 4.0),
18
29
               libgstreamer0.10-dev (>= 0.10.1.2),
19
30
               libgstreamer-plugins-base0.10-dev (>= 0.10.1.2),
20
 
               libxklavier-dev (>= 4.0),
21
 
               libx11-dev,
22
 
               libxi-dev (>= 2:1.1.3-1ubuntu4),
23
 
               libxrandr-dev,
24
 
               libxft2-dev,
25
 
               libxxf86misc-dev,
26
 
               libxml-parser-perl,
27
 
               libnotify-dev,
28
31
               gnome-pkg-tools,
29
32
               libpulse-dev (>= 0.9.15),
30
33
               libcanberra-gtk-dev
31
 
Standards-Version: 3.7.3
 
34
Standards-Version: 3.8.3
32
35
Vcs-Bzr: https://code.launchpad.net/~ubuntu-desktop/gnome-settings-daemon/ubuntu
33
36
 
34
37
Package: gnome-settings-daemon
35
38
Architecture: any
36
39
Depends: ${shlibs:Depends},
37
40
         ${misc:Depends}
38
 
Recommends: pulseaudio
 
41
Recommends: pulseaudio         
39
42
Replaces: capplets-data (<< 1:2.21.5),
40
43
          gnome-control-center (<< 1:2.21.5)
41
44
Conflicts: rhythmbox (<< 0.11.5),
42
45
           banshee (<< 0.13.2+dfsg-7),
43
46
           totem (<< 2.22.0),
44
47
           gnome-control-center (<< 1:2.21.5)
45
 
Description: GNOME settings daemon
46
 
 The package contains the GNOME daemon which handles the session settings
 
48
Breaks: gnome-session (<< 2.24),
 
49
        gnome-screensaver (<< 2.28.0)
 
50
Suggests: x11-xserver-utils,
 
51
          gnome-screensaver,
 
52
          metacity | x-window-manager
 
53
Description: daemon handling the GNOME session settings
 
54
 This package contains the daemon which is responsible for setting the
 
55
 various parameters of a GNOME session and the applications that run
 
56
 under it. It handles the following kinds of settings:
 
57
 .
 
58
  * Keyboard: layout, accessibility options, shortcuts, media keys
 
59
  * Clipboard management
 
60
  * Theming: background, icons, GTK+ applications
 
61
  * Cleanup of unused files
 
62
  * Mouse: cursors, speed, accessibility options
 
63
  * Startup of other daemons: screensaver, sound daemon
 
64
  * Typing break
 
65
 .
 
66
 It also sets various application settings through X resources and
 
67
 freedesktop.org XSETTINGS.
47
68
 
48
69
Package: gnome-settings-daemon-dev
49
70
Architecture: any
50
71
Depends: ${shlibs:Depends},
51
72
         ${misc:Depends},
52
73
         libdbus-glib-1-dev (>= 0.74),
53
 
         libglib2.0-dev (>= 2.15.0)
 
74
         libglib2.0-dev (>= 2.17.3)
54
75
Replaces: libgnome-settings-daemon-dev
55
 
Description: Utility library for accessing gnome-settings-daemon over DBUS
56
 
 The package contains what is required to access gnome-settings-daemon over DBUS
 
76
Description: Headers for building applications communicating with gnome-settings-daemon
 
77
 This package contains header files required to build applications that
 
78
 communicate with the GNOME settings daemon over D-Bus.