[SCM] vdr-plugin-vnsiserver/master: Added vdr-plugin-vnsiserver-dbg for debugging symbols

tiber-guest at users.alioth.debian.org tiber-guest at users.alioth.debian.org
Thu Feb 26 20:14:53 UTC 2015


The following commit has been merged in the master branch:
commit 4e487dbd14b8a71ab499b7d0e075ec1d032f233e
Author: etobi <git at e-tobi.net>
Date:   Thu Feb 26 19:32:53 2015 +0100

    Added vdr-plugin-vnsiserver-dbg for debugging symbols

diff --git a/debian/changelog b/debian/changelog
index 29b12a5..b92bf3c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ vdr-plugin-vnsiserver (1:1.2.1-1) UNRELEASED; urgency=medium
 
   * New upstream release
   * Removed upstream bug fix patches
+  * Added vdr-plugin-vnsiserver-dbg for debugging symbols
 
  -- Tobias Grimm <etobi at debian.org>  Thu, 26 Feb 2015 19:14:59 +0100
 
diff --git a/debian/control b/debian/control
index 6804372..8eac3c6 100644
--- a/debian/control
+++ b/debian/control
@@ -16,3 +16,14 @@ Suggests: xbmc (>= 2:12)
 Description: VDR plugin to handle XBMC clients
  The vdr-plugin-vnsiserver is able to handle several XBMC clients
  connecting via the VNSI addon.
+
+Package: vdr-plugin-vnsiserver-dbg
+Architecture: any
+Section: debug
+Priority: extra
+Depends: vdr-plugin-vnsiserver (= ${binary:Version}), ${misc:Depends}
+Description: VDR plugin to handle XBMC clients
+ The vdr-plugin-vnsiserver is able to handle several XBMC clients
+ connecting via the VNSI addon.
+ .
+ This package contains the debugging symbols.
diff --git a/debian/rules b/debian/rules
index 967abfb..492c87f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,9 +6,18 @@
 # This has to be exported to make some magic below work.
 export DH_OPTIONS
 
+PLG_PACKAGE = $(filter-out %-dbg, $(shell dh_listpackages))
+DBG_PACKAGE = $(filter %-dbg, $(shell dh_listpackages))
+
 %:
 	dh $@ --parallel
 
+override_dh_strip:
+	dh_strip --dbg-package=$(DBG_PACKAGE)
+
+override_dh_auto_install:
+	dh_auto_install --destdir=debian/$(PLG_PACKAGE)
+
 override_dh_gencontrol:
 	sh /usr/share/vdr-dev/dependencies.sh
 	dh_gencontrol

-- 
vdr-plugin-vnsiserver packaging



More information about the pkg-multimedia-commits mailing list