diff -Nru libxml-rss-simplegen-perl-11.11/debian/changelog libxml-rss-simplegen-perl-11.11/debian/changelog --- libxml-rss-simplegen-perl-11.11/debian/changelog 2015-09-14 20:40:37.000000000 +0000 +++ libxml-rss-simplegen-perl-11.11/debian/changelog 2018-05-06 08:11:12.000000000 +0000 @@ -1,3 +1,25 @@ +libxml-rss-simplegen-perl (11.11-6) unstable; urgency=medium + + * Team upload. + + [ 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 + + [ Niko Tyni ] + * Update to debhelper compat level 10 + * Update to Standards-Version 4.1.4 + * Declare that the package does not need (fake)root to build + * Add Testsuite declaration for autopkgtest-pkg-perl + * Tune autopkgtest configuration to skip tests that need network access + + -- Niko Tyni Sun, 06 May 2018 11:11:12 +0300 + libxml-rss-simplegen-perl (11.11-5) unstable; urgency=medium [ gregor herrmann ] diff -Nru libxml-rss-simplegen-perl-11.11/debian/compat libxml-rss-simplegen-perl-11.11/debian/compat --- libxml-rss-simplegen-perl-11.11/debian/compat 2015-09-14 20:06:35.000000000 +0000 +++ libxml-rss-simplegen-perl-11.11/debian/compat 2018-05-06 08:00:01.000000000 +0000 @@ -1 +1 @@ -9 +10 diff -Nru libxml-rss-simplegen-perl-11.11/debian/control libxml-rss-simplegen-perl-11.11/debian/control --- libxml-rss-simplegen-perl-11.11/debian/control 2015-09-14 20:06:35.000000000 +0000 +++ libxml-rss-simplegen-perl-11.11/debian/control 2018-05-06 08:00:01.000000000 +0000 @@ -2,12 +2,14 @@ Maintainer: Debian Perl Group Uploaders: Axel Beckert Section: perl +Testsuite: autopkgtest-pkg-perl +Rules-Requires-Root: no Priority: optional -Build-Depends: debhelper (>= 9~) +Build-Depends: debhelper (>= 10) Build-Depends-Indep: perl -Standards-Version: 3.9.6 -Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libxml-rss-simplegen-perl.git -Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libxml-rss-simplegen-perl.git +Standards-Version: 4.1.4 +Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libxml-rss-simplegen-perl +Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libxml-rss-simplegen-perl.git Homepage: https://metacpan.org/release/XML-RSS-SimpleGen Package: libxml-rss-simplegen-perl diff -Nru libxml-rss-simplegen-perl-11.11/debian/copyright libxml-rss-simplegen-perl-11.11/debian/copyright --- libxml-rss-simplegen-perl-11.11/debian/copyright 2015-09-14 20:06:35.000000000 +0000 +++ libxml-rss-simplegen-perl-11.11/debian/copyright 2018-05-06 07:59:49.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-Contact: Sean M. Burke Source: https://metacpan.org/release/XML-RSS-SimpleGen Upstream-Name: XML-RSS-SimpleGen diff -Nru libxml-rss-simplegen-perl-11.11/debian/rules libxml-rss-simplegen-perl-11.11/debian/rules --- libxml-rss-simplegen-perl-11.11/debian/rules 2015-09-14 20:06:35.000000000 +0000 +++ libxml-rss-simplegen-perl-11.11/debian/rules 2018-05-06 08:11:04.000000000 +0000 @@ -7,6 +7,4 @@ dh $@ override_dh_auto_test: - dh_auto_test -- TEST_FILES="t/00_about.t t/05_xmltext.t \ - t/10_html2xmltext.t t/30_simple_xml.t \ - t/40_item.t t/50_history.t t/80_basedate.t" + dh_auto_test -- TEST_FILES="$(shell grep '\.t$$' debian/tests/pkg-perl/smoke-files)" diff -Nru libxml-rss-simplegen-perl-11.11/debian/tests/pkg-perl/smoke-files libxml-rss-simplegen-perl-11.11/debian/tests/pkg-perl/smoke-files --- libxml-rss-simplegen-perl-11.11/debian/tests/pkg-perl/smoke-files 1970-01-01 00:00:00.000000000 +0000 +++ libxml-rss-simplegen-perl-11.11/debian/tests/pkg-perl/smoke-files 2018-05-06 08:11:04.000000000 +0000 @@ -0,0 +1,8 @@ +# t/20_http.t needs network access, see #706732 +t/00_about.t +t/05_xmltext.t +t/10_html2xmltext.t +t/30_simple_xml.t +t/40_item.t +t/50_history.t +t/80_basedate.t