diff -Nru libwww-nicovideo-download-perl-0.06/debian/changelog libwww-nicovideo-download-perl-0.06/debian/changelog --- libwww-nicovideo-download-perl-0.06/debian/changelog 2011-02-16 02:02:36.000000000 +0000 +++ libwww-nicovideo-download-perl-0.06/debian/changelog 2016-12-04 20:41:42.000000000 +0000 @@ -1,3 +1,42 @@ +libwww-nicovideo-download-perl (0.06-2) unstable; urgency=medium + + * Team upload. + + [ gregor herrmann ] + * Remove version from perl (build) dependency. + + [ 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 TANIGUCHI Takaki from Uploaders. Thanks for your work! + + [ Niko Tyni ] + * Fix autopkgtest failures due to Any::Moose deprecation (See #845811) + * Update to debhelper compatibility level 9 + * Update to Standards-Version 3.9.8 + * Add myself to Uploaders + + -- Niko Tyni Sun, 04 Dec 2016 22:41:42 +0200 + libwww-nicovideo-download-perl (0.06-1) unstable; urgency=low * Initial Release. (Closes: #612866) diff -Nru libwww-nicovideo-download-perl-0.06/debian/compat libwww-nicovideo-download-perl-0.06/debian/compat --- libwww-nicovideo-download-perl-0.06/debian/compat 2011-02-04 09:05:39.000000000 +0000 +++ libwww-nicovideo-download-perl-0.06/debian/compat 2016-12-04 20:40:50.000000000 +0000 @@ -1 +1 @@ -7 +9 diff -Nru libwww-nicovideo-download-perl-0.06/debian/control libwww-nicovideo-download-perl-0.06/debian/control --- libwww-nicovideo-download-perl-0.06/debian/control 2011-02-16 01:59:06.000000000 +0000 +++ libwww-nicovideo-download-perl-0.06/debian/control 2016-12-04 20:41:32.000000000 +0000 @@ -1,26 +1,26 @@ Source: libwww-nicovideo-download-perl +Maintainer: Debian Perl Group +Uploaders: Niko Tyni Section: perl +Testsuite: autopkgtest-pkg-perl Priority: optional -Build-Depends: debhelper (>= 7) +Build-Depends: debhelper (>= 9) Build-Depends-Indep: libany-moose-perl, - libcgi-simple-perl, - libwww-perl, - perl (>= 5.10.0) -Maintainer: Debian Perl Group -Uploaders: TANIGUCHI Takaki -Standards-Version: 3.9.1 -Homepage: http://search.cpan.org/dist/WWW-NicoVideo-Download/ -Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libwww-nicovideo-download-perl/ -Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libwww-nicovideo-download-perl/ + libcgi-simple-perl, + libwww-perl, + perl +Standards-Version: 3.9.8 +Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libwww-nicovideo-download-perl.git +Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libwww-nicovideo-download-perl.git +Homepage: https://metacpan.org/release/WWW-NicoVideo-Download Package: libwww-nicovideo-download-perl Architecture: all -Depends: ${misc:Depends}, ${perl:Depends}, - libany-moose-perl, - libcgi-simple-perl, - libwww-perl, - perl +Depends: ${misc:Depends}, + ${perl:Depends}, + libany-moose-perl, + libcgi-simple-perl, + libwww-perl Description: Download FLV/MP4/SWF files from nicovideo.jp WWW::NicoVideo::Download is a module to login, request and download video files from Nico-Nico Douga. - diff -Nru libwww-nicovideo-download-perl-0.06/debian/copyright libwww-nicovideo-download-perl-0.06/debian/copyright --- libwww-nicovideo-download-perl-0.06/debian/copyright 2011-02-11 05:38:25.000000000 +0000 +++ libwww-nicovideo-download-perl-0.06/debian/copyright 2016-12-04 20:38:59.000000000 +0000 @@ -1,7 +1,7 @@ -Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 -Maintainer: Tatsuhiko Miyagawa -Source: http://search.cpan.org/dist/WWW-NicoVideo-Download/ -Name: WWW-NicoVideo-Download +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: WWW-NicoVideo-Download +Upstream-Contact: Tatsuhiko Miyagawa +Source: https://metacpan.org/release/WWW-NicoVideo-Download Files: * Copyright: Tatsuhiko Miyagawa diff -Nru libwww-nicovideo-download-perl-0.06/debian/tests/pkg-perl/use-whitelist libwww-nicovideo-download-perl-0.06/debian/tests/pkg-perl/use-whitelist --- libwww-nicovideo-download-perl-0.06/debian/tests/pkg-perl/use-whitelist 1970-01-01 00:00:00.000000000 +0000 +++ libwww-nicovideo-download-perl-0.06/debian/tests/pkg-perl/use-whitelist 2016-12-04 20:40:00.000000000 +0000 @@ -0,0 +1,2 @@ +#845811 +Any::Moose is deprecated diff -Nru libwww-nicovideo-download-perl-0.06/debian/watch libwww-nicovideo-download-perl-0.06/debian/watch --- libwww-nicovideo-download-perl-0.06/debian/watch 2011-02-04 09:05:39.000000000 +0000 +++ libwww-nicovideo-download-perl-0.06/debian/watch 2016-12-04 20:38:59.000000000 +0000 @@ -1,2 +1,2 @@ version=3 -http://search.cpan.org/dist/WWW-NicoVideo-Download/ .*/WWW-NicoVideo-Download-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ +https://metacpan.org/release/WWW-NicoVideo-Download .*/WWW-NicoVideo-Download-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$