diff -Nru php-fxsl-1.1.1/debian/changelog php-fxsl-1.1.1/debian/changelog --- php-fxsl-1.1.1/debian/changelog 2017-12-04 02:37:51.000000000 +0000 +++ php-fxsl-1.1.1/debian/changelog 2019-08-24 01:45:01.000000000 +0000 @@ -1,3 +1,14 @@ +php-fxsl (1.1.1-4) unstable; urgency=medium + + * Extend d/clean for PHPUnit 8 + * Use versioned copyright format URI. + * Bump debhelper from old 9 to 12. + * Move repository to salsa.d.o + * Drop get-orig-source target + * Update Standards-Version to 4.4.0 + + -- David Prévot Fri, 23 Aug 2019 15:45:01 -1000 + php-fxsl (1.1.1-3) unstable; urgency=medium * Move to namespaced phpunit versions (Closes: #882892) diff -Nru php-fxsl-1.1.1/debian/clean php-fxsl-1.1.1/debian/clean --- php-fxsl-1.1.1/debian/clean 1970-01-01 00:00:00.000000000 +0000 +++ php-fxsl-1.1.1/debian/clean 2019-08-24 01:36:41.000000000 +0000 @@ -0,0 +1 @@ +.phpunit.result.cache diff -Nru php-fxsl-1.1.1/debian/compat php-fxsl-1.1.1/debian/compat --- php-fxsl-1.1.1/debian/compat 2017-12-04 02:35:04.000000000 +0000 +++ php-fxsl-1.1.1/debian/compat 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -9 diff -Nru php-fxsl-1.1.1/debian/control php-fxsl-1.1.1/debian/control --- php-fxsl-1.1.1/debian/control 2017-12-04 02:37:46.000000000 +0000 +++ php-fxsl-1.1.1/debian/control 2019-08-24 01:40:09.000000000 +0000 @@ -5,7 +5,7 @@ Uploaders: David Prévot , Prach Pongpanich Build-Depends: ant, - debhelper (>= 9), + debhelper-compat (= 12), pdepend, php-codesniffer, phpab, @@ -14,10 +14,10 @@ phpmd, phpunit, pkg-php-tools (>= 1.7~) -Standards-Version: 4.1.2 +Standards-Version: 4.4.0 Homepage: https://github.com/theseer/fXSL -Vcs-Git: git://anonscm.debian.org/pkg-php/php-fxsl.git -Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-php/php-fxsl.git +Vcs-Git: https://salsa.debian.org/php-team/pear/php-fxsl.git +Vcs-Browser: https://salsa.debian.org/php-team/pear/php-fxsl Package: php-fxsl Architecture: all diff -Nru php-fxsl-1.1.1/debian/copyright php-fxsl-1.1.1/debian/copyright --- php-fxsl-1.1.1/debian/copyright 2017-12-04 02:35:04.000000000 +0000 +++ php-fxsl-1.1.1/debian/copyright 2019-08-24 01:38:11.000000000 +0000 @@ -1,4 +1,4 @@ -Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: fXSL Upstream-Contact: Arne Blankerts Source: https://github.com/theseer/fXSL diff -Nru php-fxsl-1.1.1/debian/rules php-fxsl-1.1.1/debian/rules --- php-fxsl-1.1.1/debian/rules 2017-12-04 02:35:04.000000000 +0000 +++ php-fxsl-1.1.1/debian/rules 2019-08-24 01:39:59.000000000 +0000 @@ -14,6 +14,3 @@ override_dh_installchangelogs: dh_installchangelogs -k readme.markdown - -get-orig-source: - uscan --rename --verbose --force diff -Nru php-fxsl-1.1.1/debian/tests/control php-fxsl-1.1.1/debian/tests/control --- php-fxsl-1.1.1/debian/tests/control 2017-12-04 02:35:04.000000000 +0000 +++ php-fxsl-1.1.1/debian/tests/control 2019-08-24 01:36:44.000000000 +0000 @@ -1,2 +1,2 @@ Test-Command: phpunit --bootstrap /usr/share/php/TheSeer/fXSL/autoload.php -Depends: @, phpunit +Depends: phpunit, @