diff -Nru libio-capture-perl-0.05/debian/changelog libio-capture-perl-0.05/debian/changelog --- libio-capture-perl-0.05/debian/changelog 2014-04-11 20:02:18.000000000 +0000 +++ libio-capture-perl-0.05/debian/changelog 2018-01-27 12:40:34.000000000 +0000 @@ -1,3 +1,24 @@ +libio-capture-perl (0.05-4) unstable; urgency=medium + + [ Salvatore Bonaccorso ] + * Update Vcs-Browser URL to cgit web frontend + * debian/control: Use HTTPS transport protocol for Vcs-Git URI + + [ gregor herrmann ] + * debian/copyright: change Copyright-Format 1.0 URL to HTTPS. + + [ Alex Muntada ] + * Remove inactive pkg-perl members from Uploaders. + + [ Niko Tyni ] + * Update to debhelper compat level 10 + * Update to Standards-Version 4.1.3 + * Add Testsuite declaration for autopkgtest + * Declare that the package does not need (fake)root to build + * Add myself to Uploaders + + -- Niko Tyni Sat, 27 Jan 2018 14:40:34 +0200 + libio-capture-perl (0.05-3) unstable; urgency=low [ gregor herrmann ] diff -Nru libio-capture-perl-0.05/debian/compat libio-capture-perl-0.05/debian/compat --- libio-capture-perl-0.05/debian/compat 2014-04-11 20:02:18.000000000 +0000 +++ libio-capture-perl-0.05/debian/compat 2018-01-27 12:34:34.000000000 +0000 @@ -1 +1 @@ -8 +10 diff -Nru libio-capture-perl-0.05/debian/control libio-capture-perl-0.05/debian/control --- libio-capture-perl-0.05/debian/control 2014-04-11 20:02:18.000000000 +0000 +++ libio-capture-perl-0.05/debian/control 2018-01-27 12:40:32.000000000 +0000 @@ -1,19 +1,21 @@ Source: libio-capture-perl +Maintainer: Debian Perl Group +Uploaders: Niko Tyni Section: perl +Testsuite: autopkgtest-pkg-perl +Rules-Requires-Root: no Priority: optional -Maintainer: Debian Perl Group -Uploaders: Krzysztof Krzyzaniak (eloy) , - Daniel Lintott -Build-Depends: debhelper (>= 8) +Build-Depends: debhelper (>= 10) Build-Depends-Indep: perl -Standards-Version: 3.9.5 -Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libio-capture-perl.git -Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libio-capture-perl.git +Standards-Version: 4.1.3 +Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libio-capture-perl.git +Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libio-capture-perl.git Homepage: https://metacpan.org/release/IO-Capture Package: libio-capture-perl Architecture: all -Depends: ${misc:Depends}, ${perl:Depends} +Depends: ${misc:Depends}, + ${perl:Depends} Description: Abstract Base Class to build modules to capture output The IO::Capture Module defines an abstract base class that can be used to build modules that capture output being sent on a filehandle diff -Nru libio-capture-perl-0.05/debian/copyright libio-capture-perl-0.05/debian/copyright --- libio-capture-perl-0.05/debian/copyright 2014-04-11 20:02:18.000000000 +0000 +++ libio-capture-perl-0.05/debian/copyright 2018-01-27 12:32:25.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/IO-Capture Upstream-Contact: Mark Reynolds Upstream-Name: IO-Capture