rev 14950 - krap/mlt/trunk/debian

Patrick Matthäi pmatthaei at alioth.debian.org
Sun Jun 21 09:42:05 UTC 2009


Author: pmatthaei
Date: 2009-06-21 09:42:03 +0000 (Sun, 21 Jun 2009)
New Revision: 14950

Modified:
   krap/mlt/trunk/debian/changelog
   krap/mlt/trunk/debian/control
   krap/mlt/trunk/debian/rules
Log:
* Build libmlt-dbg, which contains the debugging symbols.


Modified: krap/mlt/trunk/debian/changelog
===================================================================
--- krap/mlt/trunk/debian/changelog	2009-06-21 08:14:53 UTC (rev 14949)
+++ krap/mlt/trunk/debian/changelog	2009-06-21 09:42:03 UTC (rev 14950)
@@ -1,3 +1,9 @@
+mlt (0.4.2+git20090618-3) UNRELEASED; urgency=low
+
+  * Build libmlt-dbg, which contains the debugging symbols.
+
+ -- Patrick Matthäi <pmatthaei at debian.org>  Sun, 21 Jun 2009 11:41:11 +0200
+
 mlt (0.4.2+git20090618-2) unstable; urgency=low
 
   * Add 02_missing_math_ftbfs.diff patch, which fixes a FTBFS on some arches.

Modified: krap/mlt/trunk/debian/control
===================================================================
--- krap/mlt/trunk/debian/control	2009-06-21 08:14:53 UTC (rev 14949)
+++ krap/mlt/trunk/debian/control	2009-06-21 09:42:03 UTC (rev 14950)
@@ -107,3 +107,18 @@
  melt was meant as a test tool for the MLT framework, but it is also a powerful
  multitrack command line oriented video editor. It could also used as an
  minimalistic media player for audio and video files.
+
+Package: mlt-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.

Modified: krap/mlt/trunk/debian/rules
===================================================================
--- krap/mlt/trunk/debian/rules	2009-06-21 08:14:53 UTC (rev 14949)
+++ krap/mlt/trunk/debian/rules	2009-06-21 09:42:03 UTC (rev 14950)
@@ -24,3 +24,5 @@
 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