[vdr-plugin-live] 11/12: Dropped vdr-plugin-live-dbg - migration to automatically created debug symbol package

Tobias Grimm tiber-guest at moszumanska.debian.org
Wed Dec 27 15:29:50 UTC 2017


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

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

commit aad27d967a9cc1cf0205bf6c0464332b94cb9842
Author: Tobias Grimm <etobi at debian.org>
Date:   Sun Sep 17 23:07:47 2017 +0200

    Dropped vdr-plugin-live-dbg - migration to automatically created debug symbol package
---
 debian/control | 18 +-----------------
 debian/rules   |  2 +-
 2 files changed, 2 insertions(+), 18 deletions(-)

diff --git a/debian/control b/debian/control
index f998bec..3f3648d 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: video
 Priority: extra
 Maintainer: Debian VDR Team <pkg-vdr-dvb-devel at lists.alioth.debian.org>
 Uploaders: Thomas Schmidt <tschmidt at debian.org>, Tobias Grimm <etobi at debian.org>, Thomas Günther <tom at toms-cafe.de>
-Build-Depends: debhelper (>= 9), vdr-dev (>= 2.3.8), pkg-config,
+Build-Depends: debhelper (>= 10), vdr-dev (>= 2.3.8), pkg-config,
  libtntnet-dev (>= 1.6.0.1-1.1), libcxxtools-dev (>= 1.4.3.6-1.1),
  libssl-dev, gettext, libpcre3-dev
 Standards-Version: 3.9.8
@@ -22,19 +22,3 @@ Description: Web administration plugin for VDR
  Unlike external programs, like the VDR web frontend "VDRAdmin-AM", that 
  communicate  with VDR via its SVDRP socket interface, Live has direct
  access to VDR's data structures and thus is very fast.
-
-Package: vdr-plugin-live-dbg
-Architecture: any
-Section: debug
-Priority: extra
-Depends: vdr-plugin-live (= ${binary:Version}), ${misc:Depends}
-Description: Web administration plugin for VDR
- Live, the "Live Interactive VDR Environment", is a plugin providing the
- possibility to interactively control the Linux Video Disc Recorder VDR and
- some of it's plugins from a web interface.
- .
- Unlike external programs, like the VDR web frontend "VDRAdmin-AM", that 
- communicate  with VDR via its SVDRP socket interface, Live has direct
- access to VDR's data structures and thus is very fast.
- .
- This package contains the debugging symbols.
diff --git a/debian/rules b/debian/rules
index e824176..8376b0b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,7 +12,7 @@ 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-live-dbg (<< 2.3.1-2~)'
 
 get-vcs-snapshot:
 	sh debian/get-vcs-snapshot.sh

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



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