[SCM] libdvdread/master: Switch to automatic -dbgsym package

bob.dybian-guest at users.alioth.debian.org bob.dybian-guest at users.alioth.debian.org
Tue Oct 11 21:54:30 UTC 2016


The following commit has been merged in the master branch:
commit 48319d24e23969e06367611d151675552b092758
Author: Dylan Aïssi <bob.dybian at gmail.com>
Date:   Tue Oct 11 23:51:54 2016 +0200

    Switch to automatic -dbgsym package

diff --git a/debian/changelog b/debian/changelog
index 2fd5c95..f79de0e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ libdvdread (5.0.3-2) UNRELEASED; urgency=medium
   * Team upload.
   * Standards-Version: 3.9.8 (no changes needed)
   * Use secure VCS
+  * Switch to automatic -dbgsym package
 
  -- Dylan Aïssi <bob.dybian at gmail.com>  Tue, 11 Oct 2016 23:47:12 +0200
 
diff --git a/debian/control b/debian/control
index 6fbc900..5983382 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers at lists.alio
 Uploaders: Reinhard Tartler <siretart at tauware.de>,
            Benjamin Drung <bdrung at debian.org>,
            Matteo F. Vescovi <mfv at debian.org>
-Build-Depends: debhelper (>= 9), dh-autoreconf, pkg-config
+Build-Depends: debhelper (>= 9.20160114), dh-autoreconf, pkg-config
 Standards-Version: 3.9.8
 Homepage: http://dvdnav.mplayerhq.hu/
 Vcs-Browser: https://anonscm.debian.org/git/pkg-multimedia/libdvdread.git/
@@ -28,21 +28,6 @@ Description: library for reading DVDs
  decrypt sections of the DVD as necessary. libdvdcss needs to be installed from
  third-party repositories (see README.css), it's not included in Debian.
 
-Package: libdvdread-dbg
-Section: debug
-Priority: extra
-Architecture: any
-Multi-Arch: same
-Depends: libdvdread-dev (= ${binary:Version}),
-         libdvdread4 (= ${binary:Version}),
-         ${misc:Depends}
-Description: library for reading DVDs (debug)
- libdvdread provides the functionality that is required to access many DVDs. It
- parses IFO files, reads NAV-blocks, and performs CSS authentication and
- descrambling.
- .
- This package contains the debugging symbols.
-
 Package: libdvdread-dev
 Section: libdevel
 Architecture: any
diff --git a/debian/rules b/debian/rules
index a3976e6..248cb28 100755
--- a/debian/rules
+++ b/debian/rules
@@ -22,7 +22,7 @@ override_dh_install:
 	dh_install --fail-missing
 
 override_dh_strip:
-	dh_strip --dbg-package=libdvdread-dbg
+	dh_strip --dbgsym-migration='libdvdread-dbg (<< 5.0.3-2~)'
 
 override_dh_builddeb:
 	dh_builddeb -- -Zxz

-- 
libdvdread packaging



More information about the pkg-multimedia-commits mailing list