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

bob.dybian-guest at users.alioth.debian.org bob.dybian-guest at users.alioth.debian.org
Thu Oct 6 21:03:24 UTC 2016


The following commit has been merged in the master branch:
commit 20ba1f7c7dc4d8239990c8641dd9e5129cb638aa
Author: Dylan Aïssi <bob.dybian at gmail.com>
Date:   Thu Oct 6 23:00:28 2016 +0200

    Switch to automatic -dbgsym package

diff --git a/debian/changelog b/debian/changelog
index da86151..1ea4b17 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,8 @@ libbdplus (0.1.2-2) UNRELEASED; urgency=medium
   * debian/control:
     - Switch to secure URI.
     - Bump Standards to 3.9.8.
+  * debian/rules:
+    - Switch to automatic -dbgsym package.
 
  -- Dylan Aïssi <bob.dybian at gmail.com>  Thu, 06 Oct 2016 22:45:16 +0200
 
diff --git a/debian/control b/debian/control
index fcaab69..3e5cf59 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders:
  Dylan Aïssi <bob.dybian at gmail.com>,
  Sebastian Ramacher <sramacher at debian.org>
 Build-Depends:
- debhelper (>= 9),
+ debhelper (>= 9.20160114),
  dh-autoreconf,
  pkg-config,
  libgcrypt20-dev,
@@ -54,22 +54,3 @@ Description: implementation of BD+ for reading Blu-ray Discs (development files)
  copyrighted material.
  .
  This package provides the development files for libbdplus0.
-
-Package: libbdplus0-dbg
-Section: debug
-Priority: extra
-Architecture: any
-Multi-Arch: same
-Depends:
- libbdplus0 (= ${binary:Version}),
- ${misc:Depends}
-Description: implementation of BD+ for reading Blu-ray Discs (debugging symbols)
- libbdplus is a research project to implement the BD+ System Specifications.
- It provides, through an open-source library, a way to understand how the BD+
- works.
- .
- This package DOES NOT provide any key, certificate, configuration
- file or virtual machine that could be used to decode encrypted
- copyrighted material.
- .
- This package provides the debugging symbols for libbdplus0.
diff --git a/debian/rules b/debian/rules
index 37fc7f2..5bb215c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,5 +4,4 @@
 	dh $@ --parallel --with autoreconf
 
 override_dh_strip:
-	dh_strip --dbg-package=libbdplus0-dbg
-
+	dh_strip --dbgsym-migration='libbdplus0-dbg (<< 0.1.2-2~)'

-- 
libbdplus packaging



More information about the pkg-multimedia-commits mailing list