diff -Nru libhash-flatten-perl-1.19/debian/changelog libhash-flatten-perl-1.19/debian/changelog --- libhash-flatten-perl-1.19/debian/changelog 2010-10-11 14:23:12.000000000 +0000 +++ libhash-flatten-perl-1.19/debian/changelog 2018-01-28 12:56:55.000000000 +0000 @@ -1,3 +1,41 @@ +libhash-flatten-perl (1.19-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. + + [ Alex Muntada ] + * Remove inactive pkg-perl members from Uploaders. + + [ Niko Tyni ] + * Update to debhelper compat level 10 + * Update to Standards-Version 4.1.3 + * Declare that the package does not need (fake)root to build + * Add Testsuite declaration for autopkgtest-pkg-perl + + -- Niko Tyni Sun, 28 Jan 2018 14:56:55 +0200 + libhash-flatten-perl (1.19-1) unstable; urgency=low [ Nathan Handler ] diff -Nru libhash-flatten-perl-1.19/debian/compat libhash-flatten-perl-1.19/debian/compat --- libhash-flatten-perl-1.19/debian/compat 2009-04-08 14:02:31.000000000 +0000 +++ libhash-flatten-perl-1.19/debian/compat 2018-01-28 12:56:19.000000000 +0000 @@ -1 +1 @@ -7 +10 diff -Nru libhash-flatten-perl-1.19/debian/control libhash-flatten-perl-1.19/debian/control --- libhash-flatten-perl-1.19/debian/control 2010-10-11 14:22:53.000000000 +0000 +++ libhash-flatten-perl-1.19/debian/control 2018-01-28 12:56:19.000000000 +0000 @@ -1,20 +1,24 @@ Source: libhash-flatten-perl +Maintainer: Debian Perl Group +Uploaders: Ansgar Burchardt Section: perl +Testsuite: autopkgtest-pkg-perl +Rules-Requires-Root: no Priority: optional -Build-Depends: debhelper (>= 7) -Build-Depends-Indep: perl, libtest-assertions-perl -Maintainer: Debian Perl Group -Uploaders: Krzysztof Krzyżaniak (eloy) , - Ansgar Burchardt -Standards-Version: 3.9.1 -Homepage: http://search.cpan.org/dist/Hash-Flatten/ -Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libhash-flatten-perl/ -Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libhash-flatten-perl/ +Build-Depends: debhelper (>= 10) +Build-Depends-Indep: perl, + libtest-assertions-perl +Standards-Version: 4.1.3 +Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libhash-flatten-perl.git +Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libhash-flatten-perl.git +Homepage: https://metacpan.org/release/Hash-Flatten Package: libhash-flatten-perl Architecture: all -Depends: ${misc:Depends}, ${perl:Depends}, libtest-assertions-perl -Description: flatten/unflatten complex data hashes +Depends: ${misc:Depends}, + ${perl:Depends}, + libtest-assertions-perl +Description: flatten/unflatten complex data hashes Hash::Flatten converts back and forth between a nested hash structure and a flat hash of delimited key-value pairs. Useful for protocols that only support key-value pairs (such as CGI and DBMs). diff -Nru libhash-flatten-perl-1.19/debian/copyright libhash-flatten-perl-1.19/debian/copyright --- libhash-flatten-perl-1.19/debian/copyright 2010-10-11 14:22:16.000000000 +0000 +++ libhash-flatten-perl-1.19/debian/copyright 2018-01-28 12:55:18.000000000 +0000 @@ -1,7 +1,7 @@ -Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 -Maintainer: John Alden & P Kent -Source: http://search.cpan.org/dist/Hash-Flatten/ -Name: Hash-Flatten +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: Hash-Flatten +Upstream-Contact: John Alden & P Kent +Source: https://metacpan.org/release/Hash-Flatten Files: * Copyright: © 2005 by BBC @@ -11,15 +11,6 @@ Copyright: © 2009, Krzysztof Krzyżaniak (eloy) License: Artistic or GPL-1+ -License: GPL-2+ - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; version 2 dated June, 1991, or (at your - option) any later version. - . - On Debian systems, the complete text of version 2 of the GNU General - Public License can be found in `/usr/share/common-licenses/GPL-2'. - License: Artistic This program is free software; you can redistribute it and/or modify it under the terms of the Artistic License, which comes with Perl. @@ -35,3 +26,12 @@ . On Debian systems, the complete text of version 1 of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-1'. + +License: GPL-2+ + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; version 2 dated June, 1991, or (at your + option) any later version. + . + On Debian systems, the complete text of version 2 of the GNU General + Public License can be found in `/usr/share/common-licenses/GPL-2'. diff -Nru libhash-flatten-perl-1.19/debian/watch libhash-flatten-perl-1.19/debian/watch --- libhash-flatten-perl-1.19/debian/watch 2009-06-06 02:28:53.000000000 +0000 +++ libhash-flatten-perl-1.19/debian/watch 2018-01-28 12:55:18.000000000 +0000 @@ -1,4 +1,4 @@ # format version number, currently 3; this line is compulsory! version=3 # URL to the package page followed by a regex to search -http://search.cpan.org/dist/Hash-Flatten/ .*/Hash-Flatten-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ +https://metacpan.org/release/Hash-Flatten .*/Hash-Flatten-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$