[SCM] vdr-plugin-dummydevice packaging repository branch, master, updated. debian/1.0.3-4-1-g6bdcaab

etobi git at e-tobi.net
Tue Apr 2 20:18:08 UTC 2013


The following commit has been merged in the master branch:
commit 6bdcaabfd4d70d412659ee28b2c71e9764f0ed07
Author: etobi <git at e-tobi.net>
Date:   Mon Apr 1 20:25:51 2013 +0200

    Added vdr-plugin-dummydevice-dbg package

diff --git a/debian/changelog b/debian/changelog
index ed3cfea..ff2ae01 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+vdr-plugin-dummydevice (1.0.3-5) experimental; urgency=low
+
+  * Added vdr-plugin-dummydevice-dbg package
+
+ -- Tobias Grimm <etobi at debian.org>  Mon, 01 Apr 2013 20:25:16 +0200
+
 vdr-plugin-dummydevice (1.0.3-4) experimental; urgency=low
 
   * Build-depend on vdr-dev (>= 2.0.0)
diff --git a/debian/control b/debian/control
index bb12086..9f0b8d0 100644
--- a/debian/control
+++ b/debian/control
@@ -18,3 +18,18 @@ Description: VDR plugin that emulates a dvb output device
  run vdr as recording server orR for streaming and would
  like to overcome some limitions regarding the handling of a
  primary device.
+
+Package: vdr-plugin-dummydevice-dbg
+Architecture: any
+Section: debug
+Priority: extra
+Depends: vdr-plugin-dummydevice (= ${binary:Version}), ${misc:Depends}
+Description: VDR plugin that emulates a dvb output device
+ This plugin emulates an output device, that does nothing.
+ All data is silently discarded. That is useful if you just
+ run vdr as recording server orR for streaming and would
+ like to overcome some limitions regarding the handling of a
+ primary device.
+ .
+ This package contains the debugging symbols.
+
diff --git a/debian/rules b/debian/rules
index 6d3591f..c30afe2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,12 +6,17 @@
 MAKE_OPTIONS = VDRDIR=/usr/include/vdr LIBDIR=. LOCALEDIR=locale STRIP=/bin/true
 CXXFLAGS += $(shell pkg-config vdr --variable=cxxflags) $(LDFLAGS)
 
+DBG_PACKAGE = $(filter %-dbg, $(shell dh_listpackages))
+
 %:
 	dh $@
 
 override_dh_auto_build:
 	dh_auto_build -- all $(MAKE_OPTIONS)
 
+override_dh_strip:
+	dh_strip --dbg-package=$(DBG_PACKAGE)
+
 override_dh_auto_clean:
 	$(MAKE) -o .dependencies clean $(MAKE_OPTIONS)
 	rm -rf locale libvdr-*.so.*

-- 
vdr-plugin-dummydevice packaging repository



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