[SCM] mate-media Debian package branch, master, updated. faaa4a5425fc8f7aa0e8dc8679d5aaa2cfdbc63c
Mike Gabriel
sunweaver at moszumanska.debian.org
Tue Apr 22 20:22:52 UTC 2014
Gitweb-URL: http://git.debian.org/?p=pkg-mate/mate-media.git;a=commitdiff;h=45bffe7
The following commit has been merged in the master branch:
commit 45bffe75ac07c2402bfbc23ba41bade910e9eb8d
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date: Tue Apr 22 21:25:54 2014 +0200
debian/control: Add -dbg package per media backend.
---
debian/control | 36 +++++++++++++++++++++++++++++++++++-
1 file changed, 35 insertions(+), 1 deletion(-)
diff --git a/debian/control b/debian/control
index d6b29ad..605ba26 100644
--- a/debian/control
+++ b/debian/control
@@ -97,6 +97,40 @@ Depends: ${misc:Depends}
Replaces: mate-media (<< 1.2.1-4)
Breaks: mate-media (<< 1.2.1-4)
Description: MATE media utilities (common files)
- This package contains a few media utilities for the MATE desktop.
+ This package provides media utilities for the MATE desktop.
+ .
+ * the MATE PulseAudio-based audio mixer.
.
This package contains the common files.
+
+Package: mate-media-gstreamer-dbg
+Section: debug
+Priority: extra
+Architecture: any
+Depends: ${misc:Depends},
+ mate-media-gstreamer (= ${binary:Version})
+Description: MATE media utilities (GStreamer version, debugging symbols)
+ This package provides media utilities for the MATE desktop.
+ .
+ * the MATE PulseAudio-based audio mixer.
+ .
+ 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-media-pulse-dbg
+Section: debug
+Priority: extra
+Architecture: any
+Depends: ${misc:Depends},
+ mate-media-pulse (= ${binary:Version})
+Description: MATE media utilities (PulseAudio version, debugging symbols)
+ This package provides media utilities for the MATE desktop.
+ .
+ * the MATE PulseAudio-based audio mixer.
+ .
+ This package contains the debugging symbols of the PulseAudio backend.
+ .
+ The debugging symbols are installed in /usr/lib/debug and will
+ automatically be used by gdb.
--
mate-media Debian package
More information about the pkg-mate-commits
mailing list