[SCM] libbluray/master: Migrate to automatic dbg packages

sramacher at users.alioth.debian.org sramacher at users.alioth.debian.org
Sun Dec 20 20:00:35 UTC 2015


The following commit has been merged in the master branch:
commit e49afc0f88ab4623374763c907c0852f7d1c7cba
Author: Sebastian Ramacher <sramacher at debian.org>
Date:   Sun Dec 20 20:55:11 2015 +0100

    Migrate to automatic dbg packages

diff --git a/debian/control b/debian/control
index 22ed0bf..6914302 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Uploaders:
  Reinhard Tartler <siretart at tauware.de>,
  Alessio Treglia <alessio at debian.org>,
  Sebastian Ramacher <sramacher at debian.org>
-Build-Depends: debhelper (>= 9),
+Build-Depends: debhelper (>= 9.20151219),
                dh-autoreconf,
                pkg-config,
                default-jdk,
@@ -65,24 +65,6 @@ Description: Blu-ray disc playback support library (shared library)
  .
  This package provides the shared library.
 
-Package: libbluray1-dbg
-Section: debug
-Priority: extra
-Architecture: any
-Depends: libbluray1 (= ${binary:Version}),
- ${misc:Depends}
-Multi-Arch: same
-Description: Blu-ray disc playback support library (debug symbols)
- libbluray is an open-source library designed for Blu-Ray Discs playback for
- media players, like VLC or MPlayer. This research project is developed by an
- international team of developers from Doom9. libbluray integrates navigation,
- playlist parsing, menus, and BD-J.
- .
- NB: Most commercial Blu-Ray are restricted by AACS or BD+ technologies and this
- library is not enough to playback those discs.
- .
- This package provides debug symbols for the shared library.
-
 Package: libbluray-bdj
 Multi-Arch: foreign
 Architecture: all
diff --git a/debian/rules b/debian/rules
index 2132907..b29dcef 100755
--- a/debian/rules
+++ b/debian/rules
@@ -29,8 +29,8 @@ override_dh_auto_build-indep:
 	make doxygen-doc
 
 override_dh_strip:
-	dh_strip -plibbluray1 --dbg-package=libbluray1-dbg
-	dh_strip
+	dh_strip -plibbluray1 --ddeb-migration='libbluray1-dbg (<< 1:0.9.2-2~)'
+	dh_strip --remaining-packages
 
 override_dh_installdocs:
 	dh_installdocs --exclude=jquery.js

-- 
libbluray packaging



More information about the pkg-multimedia-commits mailing list