[SCM] libdvbpsi/master: Migrate to dbgsym packages

sramacher at users.alioth.debian.org sramacher at users.alioth.debian.org
Sat Jan 2 21:18:58 UTC 2016


The following commit has been merged in the master branch:
commit e15565e059056cb31e4a72bebe43a042defc3956
Author: Sebastian Ramacher <sramacher at debian.org>
Date:   Sat Jan 2 21:29:17 2016 +0100

    Migrate to dbgsym packages

diff --git a/debian/control b/debian/control
index 42f7fd4..69b0d72 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Uploaders:
  Christophe Mutricy <xtophe at videolan.org>,
  Sebastian Ramacher <sramacher at debian.org>
 Build-Depends:
- debhelper (>= 9~),
+ debhelper (>= 9.20151219),
  dh-autoreconf
 Standards-Version: 3.9.6
 Vcs-Git: git://anonscm.debian.org/pkg-multimedia/libdvbpsi.git
@@ -27,20 +27,6 @@ Description: utilities and example programs for libdvbpsi
  This package contains the dvbinfo utility as well as other example
  programs.
 
-Package: libdvbpsi-dbg
-Section: debug
-Priority: extra
-Architecture: any
-Multi-Arch: same
-Depends:
- libdvbpsi10 (= ${binary:Version}),
- ${misc:Depends}
-Description: debugging symbols for libdvbpsi
- libdvbpsi is a simple library designed for MPEG TS and DVB PSI tables
- decoding and generating.
- .
- This package provides the debugging symbols.
-
 Package: libdvbpsi-dev
 Section: libdevel
 Architecture: any
diff --git a/debian/rules b/debian/rules
index 4ca2300..2a0ea98 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,15 +1,10 @@
 #!/usr/bin/make -f
-# debian/rules for libdvbpsi - uses debhelper.
-
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
 
 %:
 	dh $@ --parallel --with autoreconf
 
 override_dh_strip:
-	dh_strip -plibdvbpsi10 --dbg-package=libdvbpsi-dbg
-	dh_strip --remaining-packages
+	dh_strip --ddeb-migration='libdvbpsi-dbg (<< 1.3.0-3~)'
 
 override_dh_auto_configure:
 	dh_auto_configure -- --enable-release

-- 
libdvbpsi packaging



More information about the pkg-multimedia-commits mailing list