diff -Nru libbdplus-0.1.2/debian/changelog libbdplus-0.1.2/debian/changelog --- libbdplus-0.1.2/debian/changelog 2015-01-29 21:46:30.000000000 +0000 +++ libbdplus-0.1.2/debian/changelog 2016-10-10 18:47:11.000000000 +0000 @@ -1,3 +1,17 @@ +libbdplus (0.1.2-2) unstable; urgency=medium + + [ Dylan Aïssi ] + * debian/control: + - Switch to secure URI. + - Bump Standards to 3.9.8. + * debian/rules: + - Switch to automatic -dbgsym package. + + [ Sebastian Ramacher ] + * debian/{rules,compat,control}: Bump debhelper compat to 10. + + -- Dylan Aïssi Mon, 10 Oct 2016 20:47:11 +0200 + libbdplus (0.1.2-1) unstable; urgency=low * New upstream release. diff -Nru libbdplus-0.1.2/debian/compat libbdplus-0.1.2/debian/compat --- libbdplus-0.1.2/debian/compat 2014-11-14 17:31:31.000000000 +0000 +++ libbdplus-0.1.2/debian/compat 2016-10-10 18:46:11.000000000 +0000 @@ -1 +1 @@ -9 +10 diff -Nru libbdplus-0.1.2/debian/control libbdplus-0.1.2/debian/control --- libbdplus-0.1.2/debian/control 2015-01-29 21:46:30.000000000 +0000 +++ libbdplus-0.1.2/debian/control 2016-10-10 18:45:43.000000000 +0000 @@ -6,16 +6,16 @@ Dylan Aïssi , Sebastian Ramacher Build-Depends: - debhelper (>= 9), + debhelper (>= 10), dh-autoreconf, pkg-config, libgcrypt20-dev, libgpg-error-dev, libaacs-dev (>= 0.7.0) -Standards-Version: 3.9.6 +Standards-Version: 3.9.8 Homepage: https://www.videolan.org/developers/libbdplus.html -Vcs-Git: git://anonscm.debian.org/pkg-multimedia/libbdplus.git -Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-multimedia/libbdplus.git +Vcs-Git: https://anonscm.debian.org/git/pkg-multimedia/libbdplus.git/ +Vcs-Browser: https://anonscm.debian.org/git/pkg-multimedia/libbdplus.git/ Package: libbdplus0 Architecture: any @@ -54,22 +54,3 @@ 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 -Nru libbdplus-0.1.2/debian/rules libbdplus-0.1.2/debian/rules --- libbdplus-0.1.2/debian/rules 2014-12-11 21:56:55.000000000 +0000 +++ libbdplus-0.1.2/debian/rules 2016-10-10 18:45:54.000000000 +0000 @@ -1,15 +1,7 @@ #!/usr/bin/make -f -# -*- makefile -*- -# debian/rules file for the Debian/GNU Linux libbdplus package -# Copyright 2014 by Dylan Aïssi - -# Uncomment this to turn off verbose mode. -#export DH_VERBOSE=1 %: - dh $@ --parallel --with autoreconf + dh $@ -.PHONY: override_dh_strip override_dh_strip: - dh_strip --dbg-package=libbdplus0-dbg - + dh_strip --dbgsym-migration='libbdplus0-dbg (<< 0.1.2-2~)'