[SCM] mate-settings-daemon Debian package branch, master, updated. 12bf0379c3ab8b1a31ce866db90a098c2d19adf3

Mike Gabriel sunweaver at moszumanska.debian.org
Thu Jan 30 20:03:40 UTC 2014


Gitweb-URL: http://git.debian.org/?p=pkg-mate/mate-settings-daemon.git;a=commitdiff;h=12bf037

The following commit has been merged in the master branch:
commit 12bf0379c3ab8b1a31ce866db90a098c2d19adf3
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Thu Jan 30 21:03:25 2014 +0100

    debian/control: avoid versioned build dependencies, provide separate -dbg packages for gstreamer and pulseaudio backends
---
 debian/control | 38 +++++++++++++++++++++++++++++++++-----
 1 file changed, 33 insertions(+), 5 deletions(-)

diff --git a/debian/control b/debian/control
index 9745a4c..452d864 100644
--- a/debian/control
+++ b/debian/control
@@ -12,7 +12,7 @@ Build-Depends: debhelper (>= 9),
                libdbus-glib-1-dev,
                libglib2.0-dev,
                libgtk2.0-dev,
-               libmate-desktop-dev (>= 1.7.0),
+               libmate-desktop-dev,
                libnotify-dev,
                libxt-dev,
                libxi-dev,
@@ -21,12 +21,12 @@ Build-Depends: debhelper (>= 9),
                libfontconfig1-dev,
                libxext-dev,
                libx11-dev,
-               libmatekbd-dev (>= 1.7.0),
+               libmatekbd-dev,
                libxklavier-dev,
                libgstreamer0.10-dev,
                libgstreamer-plugins-base0.10-dev,
                libstartup-notification0-dev,
-               libmatepolkit-dev (>= 1.5.0),
+               libmatepolkit-dev,
                libpolkit-agent-1-dev,
                libpolkit-gobject-1-dev,
                libpulse-dev,
@@ -136,7 +136,34 @@ Description: daemon handling the MATE session settings (common files)
  .
  This package contains the architecture independent files.
 
-Package: mate-settings-daemon-dbg
+Package: mate-settings-daemon-gstreamer-dbg
+Section: debug
+Priority: extra
+Architecture: any
+Depends: ${misc:Depends},
+         mate-settings-daemon-gstreamer (= ${binary:Version})
+Description: daemon handling the MATE session settings (debugging symbols)
+ This package contains the daemon which is responsible for setting the
+ various parameters of a MATE 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
+  * Typing break
+ .
+ It also sets various application settings through X resources and
+ freedesktop.org XSETTINGS.
+ .
+ This package contains the debugging symbols of the gstreamer backend.
+ .
+ The debugging symbols are installed in /usr/lib/debug and will
+ automatically be used by gdb.
+
+Package: mate-settings-daemon-pulse-dbg
 Section: debug
 Priority: extra
 Architecture: any
@@ -158,7 +185,8 @@ Description: daemon handling the MATE session settings (debugging symbols)
  It also sets various application settings through X resources and
  freedesktop.org XSETTINGS.
  .
- This package contains the debugging symbols of the Python bindings.
+ This package contains the debugging symbols for the pulseaudio backend.
  .
  The debugging symbols are installed in /usr/lib/debug and will
  automatically be used by gdb.
+

-- 
mate-settings-daemon Debian package



More information about the pkg-mate-commits mailing list