diff -Nru libanyevent-termkey-perl-0.02/debian/changelog libanyevent-termkey-perl-0.02/debian/changelog --- libanyevent-termkey-perl-0.02/debian/changelog 2015-12-30 16:53:11.000000000 +0000 +++ libanyevent-termkey-perl-0.02/debian/changelog 2018-12-31 17:34:26.000000000 +0000 @@ -1,3 +1,23 @@ +libanyevent-termkey-perl (0.02-3) unstable; urgency=medium + + [ Salvatore Bonaccorso ] + * debian/control: Use HTTPS transport protocol for Vcs-Git URI + + [ gregor herrmann ] + * debian/copyright: change Copyright-Format 1.0 URL to HTTPS. + + [ Salvatore Bonaccorso ] + * Update Vcs-* headers for switch to salsa.debian.org + + [ gregor herrmann ] + * debian/rules: use "perl Build test" for tests. + Cf. #917497 + * Update years of packaging copyright. + * Declare compliance with Debian Policy 4.3.0. + * Bump debhelper compatibility level to 11. + + -- gregor herrmann Mon, 31 Dec 2018 18:34:26 +0100 + libanyevent-termkey-perl (0.02-2) unstable; urgency=medium * Team upload. diff -Nru libanyevent-termkey-perl-0.02/debian/compat libanyevent-termkey-perl-0.02/debian/compat --- libanyevent-termkey-perl-0.02/debian/compat 2015-12-30 16:43:55.000000000 +0000 +++ libanyevent-termkey-perl-0.02/debian/compat 2018-12-31 17:34:26.000000000 +0000 @@ -1 +1 @@ -9 +11 diff -Nru libanyevent-termkey-perl-0.02/debian/control libanyevent-termkey-perl-0.02/debian/control --- libanyevent-termkey-perl-0.02/debian/control 2015-12-30 16:43:55.000000000 +0000 +++ libanyevent-termkey-perl-0.02/debian/control 2018-12-31 17:34:26.000000000 +0000 @@ -1,18 +1,18 @@ Source: libanyevent-termkey-perl -Section: perl -Priority: optional Maintainer: Debian Perl Group Uploaders: gregor herrmann -Build-Depends: debhelper (>= 9), +Section: perl +Testsuite: autopkgtest-pkg-perl +Priority: optional +Build-Depends: debhelper (>= 11), libmodule-build-perl, perl Build-Depends-Indep: libanyevent-perl, libterm-termkey-perl -Standards-Version: 3.9.6 -Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libanyevent-termkey-perl.git -Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libanyevent-termkey-perl.git +Standards-Version: 4.3.0 +Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libanyevent-termkey-perl +Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libanyevent-termkey-perl.git Homepage: https://metacpan.org/release/AnyEvent-TermKey -Testsuite: autopkgtest-pkg-perl Package: libanyevent-termkey-perl Architecture: all diff -Nru libanyevent-termkey-perl-0.02/debian/copyright libanyevent-termkey-perl-0.02/debian/copyright --- libanyevent-termkey-perl-0.02/debian/copyright 2015-12-30 16:43:55.000000000 +0000 +++ libanyevent-termkey-perl-0.02/debian/copyright 2018-12-31 17:34:26.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/ Source: https://metacpan.org/release/AnyEvent-TermKey Upstream-Contact: Paul Evans Upstream-Name: AnyEvent-TermKey @@ -8,7 +8,7 @@ License: Artistic or GPL-1+ Files: debian/* -Copyright: 2015, gregor herrmann +Copyright: 2015-2018, gregor herrmann License: Artistic or GPL-1+ License: Artistic diff -Nru libanyevent-termkey-perl-0.02/debian/rules libanyevent-termkey-perl-0.02/debian/rules --- libanyevent-termkey-perl-0.02/debian/rules 2015-12-30 16:51:14.000000000 +0000 +++ libanyevent-termkey-perl-0.02/debian/rules 2018-12-31 17:34:26.000000000 +0000 @@ -4,4 +4,7 @@ dh $@ override_dh_auto_test: - TERM=vt100 dh_auto_test +# issues with dh_auto_test, cf. #917497 +ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) + TERM=vt100 perl Build test --verbose +endif