diff -Nru a52dec-0.7.4/debian/changelog a52dec-0.7.4/debian/changelog --- a52dec-0.7.4/debian/changelog 2017-02-04 15:32:54.000000000 +0000 +++ a52dec-0.7.4/debian/changelog 2019-10-13 16:49:56.000000000 +0000 @@ -1,3 +1,23 @@ +a52dec (0.7.4-20) unstable; urgency=medium + + [ Ondřej Nový ] + * d/copyright: Change Format URL to correct one + * d/control: Set Vcs-* to salsa.debian.org + * d/changelog: Remove trailing whitespaces + + [ Felipe Sateler ] + * Change maintainer address to debian-multimedia@lists.debian.org + + [ Ondřej Nový ] + * Use debhelper-compat instead of debian/compat + + [ Sebastian Ramacher ] + * debian/compat: + - Bump debhelper compat to 12 + - Bump Standards-Version + + -- Sebastian Ramacher Sun, 13 Oct 2019 18:49:56 +0200 + a52dec (0.7.4-19) unstable; urgency=medium * Team upload. @@ -213,7 +233,7 @@ * Build with -enable-shared (closes: #125951, #143243). After some contemplation and contact with upstream I decided to use -revision - @VERSION@, this way there will be no problem with API changes. + @VERSION@, this way there will be no problem with API changes. * Produce new packages, liba52-0.7-3{-dev} for the shared library and header things. diff -Nru a52dec-0.7.4/debian/compat a52dec-0.7.4/debian/compat --- a52dec-0.7.4/debian/compat 2015-02-17 02:22:55.000000000 +0000 +++ a52dec-0.7.4/debian/compat 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -9 diff -Nru a52dec-0.7.4/debian/control a52dec-0.7.4/debian/control --- a52dec-0.7.4/debian/control 2015-02-17 02:57:34.000000000 +0000 +++ a52dec-0.7.4/debian/control 2019-10-13 16:49:22.000000000 +0000 @@ -1,15 +1,14 @@ Source: a52dec Section: sound Priority: optional -Maintainer: Debian Multimedia Maintainers +Maintainer: Debian Multimedia Maintainers Uploaders: Reinhard Tartler , Sam Hocevar (Debian packages) , Dmitrijs Ledkovs -Build-Depends: dh-autoreconf, - debhelper (>= 9) -Standards-Version: 3.9.6 -Vcs-Git: git://anonscm.debian.org/pkg-multimedia/a52dec.git -Vcs-Browser: https://anonscm.debian.org/cgit/pkg-multimedia/a52dec.git;a=summary +Build-Depends: debhelper-compat (= 12) +Standards-Version: 4.4.1 +Vcs-Git: https://salsa.debian.org/multimedia-team/a52dec.git +Vcs-Browser: https://salsa.debian.org/multimedia-team/a52dec Homepage: http://liba52.sourceforge.net/ Package: liba52-0.7.4 diff -Nru a52dec-0.7.4/debian/copyright a52dec-0.7.4/debian/copyright --- a52dec-0.7.4/debian/copyright 2015-02-17 02:22:55.000000000 +0000 +++ a52dec-0.7.4/debian/copyright 2019-10-13 16:48:31.000000000 +0000 @@ -1,4 +1,4 @@ -Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=174 +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: liba52 Source: http://liba52.sourceforge.net Copyright: 2000-2002, Michel Lespinasse diff -Nru a52dec-0.7.4/debian/gbp.conf a52dec-0.7.4/debian/gbp.conf --- a52dec-0.7.4/debian/gbp.conf 2015-02-17 02:22:55.000000000 +0000 +++ a52dec-0.7.4/debian/gbp.conf 2019-10-13 16:49:41.000000000 +0000 @@ -1,6 +1,6 @@ [DEFAULT] pristine-tar = True -[git-dch] +[dch] git-log = --no-merges meta-closes = Closes|LP diff -Nru a52dec-0.7.4/debian/rules a52dec-0.7.4/debian/rules --- a52dec-0.7.4/debian/rules 2017-02-04 15:25:28.000000000 +0000 +++ a52dec-0.7.4/debian/rules 2019-10-13 16:49:12.000000000 +0000 @@ -1,7 +1,7 @@ #!/usr/bin/make -f %: - dh $@ --with autoreconf + dh $@ override_dh_auto_configure: dh_auto_configure -- --enable-shared