[SCM] vdr packaging repository branch, master, updated. upstream/1.7.40-480-g7e653bd

etobi git at e-tobi.net
Wed Mar 13 20:42:09 UTC 2013


The following commit has been merged in the master branch:
commit 7e653bde906169691de3cc42dc45339bcc373631
Author: etobi <git at e-tobi.net>
Date:   Wed Mar 13 19:53:57 2013 +0100

    vdr-dbg and vdr-plugin-*-dbg now install the debug symbols

diff --git a/debian/changelog b/debian/changelog
index baf86e5..d2131fd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,7 @@ vdr (1.7.40-1) unstable; urgency=low
   * Switch to debhelper/compat 9
   * Make use of dh and VDR's install target to simplify debian/rules
   * Clean up /var/lib/vdr/themes when purging package
+  * vdr-dbg and vdr-plugin-*-dbg now install the debug symbols
 
  -- Tobias Grimm <etobi at debian.org>  Wed, 23 Jan 2013 22:47:45 +0100
 
diff --git a/debian/control b/debian/control
index 4d14613..ff48f79 100644
--- a/debian/control
+++ b/debian/control
@@ -27,8 +27,8 @@ Description: Video Disk Recorder for DVB cards
  PC keyboard or a IR remote control.
  .
  NOTE: You should install compatible DVB drivers before using these
- programs. Also the standard VDR (without special plugins) requires 
- a DVB-Card with an integrated mpeg-decoder, a so called 
+ programs. Also the standard VDR (without special plugins) requires
+ a DVB-Card with an integrated mpeg-decoder, a so called
  Full-Featured Card.
 
 Package: vdr-dev
@@ -44,6 +44,19 @@ Description: Video Disk Recorder for DVB cards
  This package contains the header files of VDR.
  You need this package to be able to build vdr-plugins!
 
+Package: vdr-dbg
+Section: debug
+Priority: extra
+Architecture: any
+Depends: ${misc:Depends}, vdr (= ${binary:Version})
+Description: Debug symbols for the VDR Video Disc Recorder
+ Video Disk Recorder (VDR) is a digital sat-receiver program using
+ Linux and DVB technologies. It allows one to record MPEG2 streams,
+ as well as output the stream to TV. It is also possible to watch DVDs
+ (hardware accelerated) with some comfort and use an IR remote control.
+ .
+ This package contains the debugging symbols for vdr.
+
 Package: vdr-plugin-dvbsddevice
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, vdr (= ${binary:Version})
@@ -56,6 +69,18 @@ Description: Plugin that adds support for full featured SD-DVB cards to VDR
  output device for the "Full Featured" DVB cards based on the
  TechnoTrend/Fujitsu-Siemens design.
 
+Package: vdr-plugin-dvbsddevice-dbg
+Section: debug
+Priority: extra
+Architecture: any
+Depends: ${misc:Depends}, vdr-plugin-dvbsddevice (= ${binary:Version})
+Description: Plugin that adds support for full featured SD-DVB cards to VDR
+ Video Disk Recorder (VDR) is a digital sat-receiver program using
+ Linux and DVB technologies. It allows one to record MPEG2 streams,
+ as well as output the stream to TV.
+ .
+ This package contains the debugging symbols for the dvbsddevice-plugin.
+
 Package: vdr-plugin-dvbhddevice
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, vdr (= ${binary:Version})
@@ -67,6 +92,18 @@ Description: Plugin that adds support for full featured HD-DVB cards to VDR
  This package contains the dvbhddevice-plugin, which implements the output
  device for the "Full Featured TechnoTrend S2-6400" DVB cards.
 
+Package: vdr-plugin-dvbhddevice-dbg
+Section: debug
+Priority: extra
+Architecture: any
+Depends: ${misc:Depends}, vdr-plugin-dvbhddevice (= ${binary:Version})
+Description: Plugin that adds support for full featured HD-DVB cards to VDR
+ Video Disk Recorder (VDR) is a digital sat-receiver program using
+ Linux and DVB technologies. It allows one to record MPEG2 streams,
+ as well as output the stream to TV.
+ .
+ This package contains the debugging symbols for the dvbhddevice-plugin.
+
 Package: vdr-plugin-examples
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, vdr (= ${binary:Version})
@@ -75,7 +112,7 @@ Description: Plugins for vdr to show some possible features
  Linux and DVB technologies. It allows one to record MPEG2 streams,
  as well as output the stream to TV.
  .
- This package contains the example-plugins hello, osddemo, svccli, 
- svcsvr, skincurses, status and svdrpdemo from the vdr-source. 
- These plugins do not have useful features, they only demonstrate 
+ This package contains the example-plugins hello, osddemo, svccli,
+ svcsvr, skincurses, status and svdrpdemo from the vdr-source.
+ These plugins do not have useful features, they only demonstrate
  how vdr-plugins work and what is possible to do with them.
diff --git a/debian/rules b/debian/rules
index ffcdb35..d466a6b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -33,13 +33,18 @@ override_dh_install: patchinfo
 	    install -D PLUGINS/src/$$example/README debian/vdr-plugin-examples/usr/share/doc/vdr-plugin-examples/README.$$example; \
 	done
 
+override_dh_strip:
+	dh_strip -p vdr --dbg-package=vdr-dbg
+	dh_strip -p vdr-plugin-dvbsddevice --dbg-package=vdr-plugin-dvbsddevice-dbg
+	dh_strip -p vdr-plugin-dvbhddevice --dbg-package=vdr-plugin-dvbhddevice-dbg
+	dh_strip
 
 override_dh_installchangelogs:
 	dh_installchangelogs -pvdr HISTORY
 	dh_installchangelogs -pvdr-plugin-dvbsddevice PLUGINS/src/dvbsddevice/HISTORY
 	dh_installchangelogs -pvdr-plugin-dvbhddevice PLUGINS/src/dvbhddevice/HISTORY
 	dh_installchangelogs -pvdr-plugin-examples
-	dh_installchangelogs -pvdr-dev
+	dh_installchangelogs
 
 patchinfo:
 	sh debian/extract-patchinfo >debian/patchinfo

-- 
vdr packaging repository



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