diff -Nru libclass-inner-perl-0.200001/debian/changelog libclass-inner-perl-0.200001/debian/changelog --- libclass-inner-perl-0.200001/debian/changelog 2018-01-26 20:33:22.000000000 +0000 +++ libclass-inner-perl-0.200001/debian/changelog 2018-01-18 14:13:12.000000000 +0000 @@ -1,3 +1,38 @@ +libclass-inner-perl (0.200001-2) unstable; urgency=medium + + * Team upload. + + [ Ansgar Burchardt ] + * debian/control: Convert Vcs-* fields to Git. + + [ Salvatore Bonaccorso ] + * debian/copyright: Replace DEP5 Format-Specification URL from + svn.debian.org to anonscm.debian.org URL. + * Change Vcs-Git to canonical URI (git://anonscm.debian.org) + * Change search.cpan.org based URIs to metacpan.org based URIs + + [ Axel Beckert ] + * debian/copyright: migrate pre-1.0 format to 1.0 using "cme fix dpkg- + copyright" + + [ gregor herrmann ] + * Strip trailing slash from metacpan URLs. + + [ 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. + * Remove Jonathan Yu from Uploaders. Thanks for your work! + + [ Niko Tyni ] + * Update to debhelper compat level 10 + * Update to dpkg source format 3.0 (quilt) + * Update to Standards-Version 4.1.3 + + -- Niko Tyni Thu, 18 Jan 2018 16:13:12 +0200 + libclass-inner-perl (0.200001-1) unstable; urgency=low [ Jonathan Yu ] diff -Nru libclass-inner-perl-0.200001/debian/compat libclass-inner-perl-0.200001/debian/compat --- libclass-inner-perl-0.200001/debian/compat 2018-01-26 20:33:22.000000000 +0000 +++ libclass-inner-perl-0.200001/debian/compat 2018-01-18 14:11:20.000000000 +0000 @@ -1 +1 @@ -7 +10 diff -Nru libclass-inner-perl-0.200001/debian/control libclass-inner-perl-0.200001/debian/control --- libclass-inner-perl-0.200001/debian/control 2018-01-26 20:33:22.000000000 +0000 +++ libclass-inner-perl-0.200001/debian/control 2018-01-18 14:13:00.000000000 +0000 @@ -1,18 +1,20 @@ Source: libclass-inner-perl +Maintainer: Debian Perl Group +Uploaders: gregor herrmann Section: perl +Testsuite: autopkgtest-pkg-perl Priority: optional -Build-Depends: debhelper (>= 7) +Build-Depends: debhelper (>= 10) Build-Depends-Indep: perl -Maintainer: Debian Perl Group -Uploaders: gregor herrmann , Jonathan Yu -Standards-Version: 3.8.3 -Homepage: http://search.cpan.org/dist/Class-Inner/ -Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libclass-inner-perl/ -Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libclass-inner-perl/ +Standards-Version: 4.1.3 +Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libclass-inner-perl.git +Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libclass-inner-perl.git +Homepage: https://metacpan.org/release/Class-Inner Package: libclass-inner-perl Architecture: all -Depends: ${perl:Depends}, ${misc:Depends} +Depends: ${perl:Depends}, + ${misc:Depends} Description: module providing Java-like inner classes Class::Inner is an implementation of an anonymous class with per-object overrideable methods, but with the added attraction of sort-of-working diff -Nru libclass-inner-perl-0.200001/debian/copyright libclass-inner-perl-0.200001/debian/copyright --- libclass-inner-perl-0.200001/debian/copyright 2018-01-26 20:33:22.000000000 +0000 +++ libclass-inner-perl-0.200001/debian/copyright 2018-01-18 14:10:17.000000000 +0000 @@ -1,7 +1,7 @@ -Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=59 -Maintainer: Arun Prasaad -Source: http://search.cpan.org/dist/Class-Inner/ -Name: Class-Inner +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: Class-Inner +Upstream-Contact: Arun Prasaad +Source: https://metacpan.org/release/Class-Inner Files: * Copyright: 2001, Piers Cawley diff -Nru libclass-inner-perl-0.200001/debian/source/format libclass-inner-perl-0.200001/debian/source/format --- libclass-inner-perl-0.200001/debian/source/format 1970-01-01 00:00:00.000000000 +0000 +++ libclass-inner-perl-0.200001/debian/source/format 2018-01-18 14:11:44.000000000 +0000 @@ -0,0 +1 @@ +3.0 (quilt) diff -Nru libclass-inner-perl-0.200001/debian/watch libclass-inner-perl-0.200001/debian/watch --- libclass-inner-perl-0.200001/debian/watch 2018-01-26 20:33:22.000000000 +0000 +++ libclass-inner-perl-0.200001/debian/watch 2018-01-18 14:10:17.000000000 +0000 @@ -1,3 +1,3 @@ # format version number, currently 3; this line is compulsory! version=3 -http://search.cpan.org/dist/Class-Inner/ .*/Class-Inner-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip) +https://metacpan.org/release/Class-Inner .*/Class-Inner-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)