[vdr-plugin-imonlcd] 02/03: Added debug symbols package vdr-plugin-imonlcd-dbg

Tobias Grimm tiber-guest at moszumanska.debian.org
Tue Feb 10 18:19:11 UTC 2015


This is an automated email from the git hooks/post-receive script.

tiber-guest pushed a commit to branch master
in repository vdr-plugin-imonlcd.

commit d6dc905340fcf3a595424ca40c5bfbee200f5f3a
Author: etobi <git at e-tobi.net>
Date:   Sun Apr 14 12:55:33 2013 +0200

    Added debug symbols package vdr-plugin-imonlcd-dbg
---
 debian/changelog |  1 +
 debian/control   | 12 ++++++++++++
 debian/rules     |  9 +++++++++
 3 files changed, 22 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 73f003a..fb6434c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ vdr-plugin-imonlcd (1.0.1-3) unstable; urgency=low
 
   * Added fix-replay-control-access.patch which hopefully fixes the
     segfaults with xineliboutput described in #704259
+  * Added debug symbols package vdr-plugin-imonlcd-dbg
 
  -- Tobias Grimm <etobi at debian.org>  Sun, 14 Apr 2013 12:36:40 +0200
 
diff --git a/debian/control b/debian/control
index e424c47..6c3e942 100644
--- a/debian/control
+++ b/debian/control
@@ -17,3 +17,15 @@ Description: VDR plugin to show information on SoundGraph iMON LCD displays
  show information about the current state of VDR on a SoundGraph iMON LCD
  display.
 XB-VDR-Patchlevel: ${vdr:Patchlevel}
+
+Package: vdr-plugin-imonlcd-dbg
+Architecture: any
+Section: debug
+Priority: extra
+Depends: vdr-plugin-imonlcd (= ${binary:Version}), ${misc:Depends}
+Description: VDR plugin to show information on SoundGraph iMON LCD displays
+ imonlcd is a plugin for the Linux Video Disc Recorder and allows one to
+ show information about the current state of VDR on a SoundGraph iMON LCD
+ display.
+ .
+ This package contains only the debugging symbols for vdr-plugin-imonlcd
diff --git a/debian/rules b/debian/rules
index 1c1b37b..2bcdd9f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,9 +3,18 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
+PLG_PACKAGE = $(filter-out %-dbg, $(shell dh_listpackages))
+DBG_PACKAGE = $(filter %-dbg, $(shell dh_listpackages))
+
 %:
 	dh $@
 
+override_dh_auto_install:
+	dh_auto_install --destdir=debian/$(PLG_PACKAGE)
+
+override_dh_strip:
+	dh_strip --dbg-package=$(DBG_PACKAGE)
+
 override_dh_gencontrol:
 	sh /usr/share/vdr-dev/dependencies.sh
 	dh_gencontrol

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-vdr-dvb/vdr-plugin-imonlcd.git



More information about the pkg-vdr-dvb-changes mailing list