This is an automated email from the git hooks/post-receive script. tiber-guest pushed a commit to branch master in repository vdr-plugin-systeminfo.
commit 9b1343d6e754a7b3bfd5ce9dd1d0eb5dbb84b6a6 Author: Tobias Grimm <[email protected]> Date: Sat Feb 17 13:09:41 2018 +0100 Dropped vdr-plugin-systeminfo-dbg - migration to automatically created debug symbol package --- debian/control | 8 -------- debian/rules | 8 +------- 2 files changed, 1 insertion(+), 15 deletions(-) diff --git a/debian/control b/debian/control index 867a93b..db2701a 100644 --- a/debian/control +++ b/debian/control @@ -16,14 +16,6 @@ Description: Plugin for vdr to display hardware monitoring data This plugin displays hardware monitoring data identified by lm-sensors, such as CPU and mainboard temperature, CPU and system fan speed. -Package: vdr-plugin-systeminfo-dbg -Architecture: any -Section: debug -Priority: extra -Depends: vdr-plugin-systeminfo (= ${binary:Version}), ${misc:Depends} -Description: debugging symbols for vdr-plugin-systeminfo - This package contains only the debugging symbols for vdr-plugin-systeminfo - Package: vdr-plugin-sysinfo Architecture: all Depends: vdr-plugin-systeminfo, ${misc:Depends} diff --git a/debian/rules b/debian/rules index ce69a42..29f5de0 100755 --- a/debian/rules +++ b/debian/rules @@ -2,14 +2,8 @@ #DH_VERBOSE=1 -PLG_PACKAGE = $(filter-out %-dbg, $(shell dh_listpackages)) -DBG_PACKAGE = $(filter %-dbg, $(shell dh_listpackages)) - %: dh $@ --with vdrplugin -override_dh_auto_install: - dh_auto_install --destdir=debian/$(PLG_PACKAGE) - override_dh_strip: - dh_strip --dbg-package=$(DBG_PACKAGE) + dh_strip --dbgsym-migration='vdr-plugin-systeminfo-dbg (<< 0.1.4-1~)' -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-vdr-dvb/vdr-plugin-systeminfo.git _______________________________________________ pkg-vdr-dvb-changes mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-vdr-dvb-changes
