rev 15967 - krap/mlt/trunk/debian

Patrick Matthäi pmatthaei at alioth.debian.org
Mon Sep 21 09:51:32 UTC 2009


Author: pmatthaei
Date: 2009-09-21 09:51:32 +0000 (Mon, 21 Sep 2009)
New Revision: 15967

Modified:
   krap/mlt/trunk/debian/changelog
   krap/mlt/trunk/debian/control
   krap/mlt/trunk/debian/rules
Log:
* Add libmlt-dbg package, which contains the debugging symbols of libmlt1 and
  libmlt++2.


Modified: krap/mlt/trunk/debian/changelog
===================================================================
--- krap/mlt/trunk/debian/changelog	2009-09-20 23:29:16 UTC (rev 15966)
+++ krap/mlt/trunk/debian/changelog	2009-09-21 09:51:32 UTC (rev 15967)
@@ -1,3 +1,10 @@
+mlt (0.4.4-3) UNRELEASED; urgency=low
+
+  * Add libmlt-dbg package, which contains the debugging symbols of libmlt1 and
+    libmlt++2.
+
+ -- Patrick Matthäi <pmatthaei at debian.org>  Mon, 21 Sep 2009 11:50:40 +0200
+
 mlt (0.4.4-2) unstable; urgency=low
 
   * Add patches:

Modified: krap/mlt/trunk/debian/control
===================================================================
--- krap/mlt/trunk/debian/control	2009-09-20 23:29:16 UTC (rev 15966)
+++ krap/mlt/trunk/debian/control	2009-09-21 09:51:32 UTC (rev 15967)
@@ -88,6 +88,21 @@
  This package contains the files necessary for running applications that
  use the MLT multimedia framework C++ wrapper.
 
+Package: libmlt-dbg
+Section: debug
+Priority: extra
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, libmlt1 (= ${binary:Version}), libmlt++2 (= ${binary:Version})
+Description: multimedia framework (debugging symbols)
+ MLT is an open source multimedia framework, designed and developed for
+ television broadcasting. It provides a toolkit for broadcasters, video
+ editors, media players, transcoders, web streamers and many more types of
+ applications. The functionality of the system is provided via an assortment
+ of ready to use tools, xml authoring components, and an extendible plug-in
+ based API.
+ .
+ This package contains the debugging symbols for libmlt++ and libmlt
+
 Package: inigo
 Section: utils
 Architecture: all

Modified: krap/mlt/trunk/debian/rules
===================================================================
--- krap/mlt/trunk/debian/rules	2009-09-20 23:29:16 UTC (rev 15966)
+++ krap/mlt/trunk/debian/rules	2009-09-21 09:51:32 UTC (rev 15967)
@@ -23,3 +23,6 @@
 
 override_dh_install:
 	dh_install --list-missing
+
+override_dh_strip:
+	dh_strip --dbg-package=libmlt-dbg




More information about the pkg-kde-commits mailing list