diff -Nru libhttp-request-ascgi-perl-1.2/debian/changelog libhttp-request-ascgi-perl-1.2/debian/changelog --- libhttp-request-ascgi-perl-1.2/debian/changelog 2011-04-04 17:35:06.000000000 +0000 +++ libhttp-request-ascgi-perl-1.2/debian/changelog 2015-06-12 20:36:35.000000000 +0000 @@ -1,3 +1,32 @@ +libhttp-request-ascgi-perl (1.2-3) unstable; urgency=low + + [ 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 + + [ gregor herrmann ] + * Mark package as autopkgtest-able. + * Declare compliance with Debian Policy 3.9.6. + * Add explicit (build) dependency on libcgi-pm-perl. + * Update years of packaging copyright. + + -- gregor herrmann Fri, 12 Jun 2015 22:36:26 +0200 + libhttp-request-ascgi-perl (1.2-2) unstable; urgency=low * Prepare build and runtime dependencies for libwww-perl 6 diff -Nru libhttp-request-ascgi-perl-1.2/debian/control libhttp-request-ascgi-perl-1.2/debian/control --- libhttp-request-ascgi-perl-1.2/debian/control 2011-04-04 17:31:10.000000000 +0000 +++ libhttp-request-ascgi-perl-1.2/debian/control 2015-06-12 20:36:35.000000000 +0000 @@ -1,25 +1,30 @@ Source: libhttp-request-ascgi-perl +Maintainer: Debian Perl Group +Uploaders: Krzysztof Krzyżaniak (eloy) , + Jonathan Yu , + gregor herrmann Section: perl +Testsuite: autopkgtest-pkg-perl Priority: optional Build-Depends: debhelper (>= 8) -Build-Depends-Indep: perl, - libclass-accessor-perl, - libhttp-daemon-perl | libwww-perl (<< 6), - libwww-perl -Maintainer: Debian Perl Group -Uploaders: Krzysztof Krzyżaniak (eloy) , - Jonathan Yu , gregor herrmann -Standards-Version: 3.9.1 -Homepage: http://search.cpan.org/dist/HTTP-Request-AsCGI/ -Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libhttp-request-ascgi-perl/ -Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libhttp-request-ascgi-perl/ +Build-Depends-Indep: libcgi-pm-perl | perl (<< 5.19), + perl, + libclass-accessor-perl, + libhttp-daemon-perl | libwww-perl (<< 6), + libwww-perl +Standards-Version: 3.9.6 +Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libhttp-request-ascgi-perl.git +Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libhttp-request-ascgi-perl.git +Homepage: https://metacpan.org/release/HTTP-Request-AsCGI Package: libhttp-request-ascgi-perl Architecture: all -Depends: ${perl:Depends}, ${misc:Depends}, - libclass-accessor-perl, - libhttp-daemon-perl | libwww-perl (<< 6), - libwww-perl +Depends: ${perl:Depends}, + ${misc:Depends}, + libcgi-pm-perl | perl (<< 5.19), + libclass-accessor-perl, + libhttp-daemon-perl | libwww-perl (<< 6), + libwww-perl Description: module to setup a CGI environment from a HTTP::Request HTTP::Request::AsCGI is a Perl module that provides a convenient mechanism for setting up a CGI environment using information from an HTTP::Request diff -Nru libhttp-request-ascgi-perl-1.2/debian/copyright libhttp-request-ascgi-perl-1.2/debian/copyright --- libhttp-request-ascgi-perl-1.2/debian/copyright 2011-04-04 17:32:21.000000000 +0000 +++ libhttp-request-ascgi-perl-1.2/debian/copyright 2015-06-12 20:36:35.000000000 +0000 @@ -1,7 +1,7 @@ -Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 -Maintainer: Christian Hansen -Source: http://search.cpan.org/dist/HTTP-Request-AsCGI/ -Name: HTTP-Request-AsCGI +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: HTTP-Request-AsCGI +Upstream-Contact: Christian Hansen +Source: https://metacpan.org/release/HTTP-Request-AsCGI Files: * Copyright: 2010, Christian Hansen @@ -9,8 +9,8 @@ Files: debian/* Copyright: 2010, Jonathan Yu - 2008-2011, gregor herrmann - 2009, Nathan Handler + 2008-2015, gregor herrmann + 2009, Nathan Handler 2005-2009, Krzysztof Krzyzaniak (eloy) License: Artistic or GPL-1+ diff -Nru libhttp-request-ascgi-perl-1.2/debian/watch libhttp-request-ascgi-perl-1.2/debian/watch --- libhttp-request-ascgi-perl-1.2/debian/watch 2011-04-05 17:40:58.000000000 +0000 +++ libhttp-request-ascgi-perl-1.2/debian/watch 2015-06-12 20:36:35.000000000 +0000 @@ -1,2 +1,2 @@ version=3 -http://search.cpan.org/dist/HTTP-Request-AsCGI/ .*/HTTP-Request-AsCGI-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip) +https://metacpan.org/release/HTTP-Request-AsCGI .*/HTTP-Request-AsCGI-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)