[SCM] libbdplus/master: Add SONAME to dbg package name

sramacher at users.alioth.debian.org sramacher at users.alioth.debian.org
Thu Dec 11 22:28:42 UTC 2014


The following commit has been merged in the master branch:
commit 1a7595283b2e60a81905557b605bcb3c03138684
Author: Sebastian Ramacher <sramacher at debian.org>
Date:   Thu Dec 11 23:04:55 2014 +0100

    Add SONAME to dbg package name

diff --git a/debian/control b/debian/control
index 2be4235..960296b 100644
--- a/debian/control
+++ b/debian/control
@@ -55,7 +55,7 @@ Description: free-and-libre implementation of BD+ (development files)
  .
  This package provides the development files for libbdplus0.
 
-Package: libbdplus-dbg
+Package: libbdplus0-dbg
 Section: debug
 Priority: extra
 Architecture: any
diff --git a/debian/rules b/debian/rules
index c1cfa57..ff5f01d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,9 +7,9 @@
 #export DH_VERBOSE=1
 
 %:
-	dh $@ --with autoreconf
+	dh $@ --parallel --with autoreconf
 
 .PHONY: override_dh_strip
 override_dh_strip:
-	dh_strip --dbg-package=libbdplus-dbg
+	dh_strip --dbg-package=libbdplus0-dbg
 

-- 
libbdplus packaging



More information about the pkg-multimedia-commits mailing list