[SCM] lives/master: Add -DBG packages.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Thu Jan 20 15:41:35 UTC 2011


The following commit has been merged in the master branch:
commit c0a28a73626fef2fdf513f1b37ba406c0f6369bb
Author: Alessio Treglia <alessio at debian.org>
Date:   Thu Jan 20 16:21:47 2011 +0100

    Add -DBG packages.

diff --git a/debian/control b/debian/control
index fb89784..817d300 100644
--- a/debian/control
+++ b/debian/control
@@ -101,3 +101,29 @@ Description: Data files for LiVES
  and can be scripted and controlled remotely.
  .
  This package contains the data files for LiVES.
+
+Package: libweed-dbg
+Priority: extra
+Section: debug
+Architecture: any
+Depends: libweed0 (= ${binary:Version}),
+ ${misc:Depends}
+Description: library for inclusion of plugins into LiVES - debugging symbols
+ A library that was originally only available as part of LiVES (package
+ lives) but is now available separately. Allows for the inclusion of
+ plugins into LiVES.
+ .
+ This package contains the debugging symbols for libweed0.
+
+Package: lives-dbg
+Priority: extra
+Section: debug
+Architecture: any
+Depends: lives (= ${binary:Version}),
+ ${misc:Depends}
+Description: Debugging symbols for LiVES
+ LiVES is a Video Editing system allowing both novice and advanced users
+ to edit and create video straight away. It can also be used as a VJ tool,
+ and can be scripted and controlled remotely.
+ .
+ This package contains the debugging symbols for LiVES.
diff --git a/debian/rules b/debian/rules
index eee190c..a01df3f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,3 +16,8 @@ override_dh_auto_install:
 			FEATURES \
 			BUGS \
 			AUTHORS
+
+override_dh_strip:
+	dh_strip -plibweed0 --dbg-package=libweed-dbg
+	dh_strip -plives --dbg-package=lives-dbg
+	dh_strip --remaining-packages

-- 
lives packaging



More information about the pkg-multimedia-commits mailing list