diff -Nru libnet-ssh-perl-0.09/debian/changelog libnet-ssh-perl-0.09/debian/changelog --- libnet-ssh-perl-0.09/debian/changelog 2012-12-28 18:41:59.000000000 +0000 +++ libnet-ssh-perl-0.09/debian/changelog 2018-08-27 18:57:27.000000000 +0000 @@ -1,3 +1,34 @@ +libnet-ssh-perl (0.09-4) unstable; urgency=low + + [ Salvatore Bonaccorso ] + * Change Vcs-Git to canonical URI (git://anonscm.debian.org) + * Change search.cpan.org based URIs to metacpan.org based URIs + + [ 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. + + [ Salvatore Bonaccorso ] + * Update Vcs-* headers for switch to salsa.debian.org + + [ Xavier Guimard ] + * Add upstream/metadata + * Declare compliance with policy 4.2.1 + * Enable autopkgtest + * Bump debhelper compat to 10 + * Update spelling errors patch + + [ gregor herrmann ] + * Add debian/tests/pkg-perl/use-name to activate autopkgtest's use.t + + -- Xavier Guimard Mon, 27 Aug 2018 20:57:27 +0200 + libnet-ssh-perl (0.09-3) unstable; urgency=low * Fix typo error in patch @@ -83,4 +114,3 @@ * Initial Release. -- Ivan Kohler Tue, 1 May 2001 16:28:17 -0700 - diff -Nru libnet-ssh-perl-0.09/debian/compat libnet-ssh-perl-0.09/debian/compat --- libnet-ssh-perl-0.09/debian/compat 2012-12-28 18:41:59.000000000 +0000 +++ libnet-ssh-perl-0.09/debian/compat 2018-08-27 18:57:27.000000000 +0000 @@ -1 +1 @@ -8 +10 diff -Nru libnet-ssh-perl-0.09/debian/control libnet-ssh-perl-0.09/debian/control --- libnet-ssh-perl-0.09/debian/control 2012-12-28 18:41:59.000000000 +0000 +++ libnet-ssh-perl-0.09/debian/control 2018-08-27 18:57:27.000000000 +0000 @@ -3,13 +3,14 @@ Uploaders: Ivan Kohler , Xavier Guimard Section: perl +Testsuite: autopkgtest-pkg-perl Priority: optional -Build-Depends: debhelper (>= 8), +Build-Depends: debhelper (>= 10), perl -Standards-Version: 3.9.4 -Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libnet-ssh-perl.git -Vcs-Git: git://git.debian.org/pkg-perl/packages/libnet-ssh-perl.git -Homepage: http://search.cpan.org/dist/Net-SSH/ +Standards-Version: 4.2.1 +Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libnet-ssh-perl +Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libnet-ssh-perl.git +Homepage: https://metacpan.org/release/Net-SSH Package: libnet-ssh-perl Architecture: all diff -Nru libnet-ssh-perl-0.09/debian/copyright libnet-ssh-perl-0.09/debian/copyright --- libnet-ssh-perl-0.09/debian/copyright 2012-12-28 18:41:59.000000000 +0000 +++ libnet-ssh-perl-0.09/debian/copyright 2018-08-27 18:57:27.000000000 +0000 @@ -1,6 +1,6 @@ -Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Net-SSH -Source: http://search.cpan.org/dist/Net-SSH/ +Source: https://metacpan.org/release/Net-SSH Upstream-Contact: Ivan Kohler Files: * diff -Nru libnet-ssh-perl-0.09/debian/patches/spelling-error.patch libnet-ssh-perl-0.09/debian/patches/spelling-error.patch --- libnet-ssh-perl-0.09/debian/patches/spelling-error.patch 2012-12-28 18:41:59.000000000 +0000 +++ libnet-ssh-perl-0.09/debian/patches/spelling-error.patch 2018-08-27 18:57:27.000000000 +0000 @@ -2,7 +2,7 @@ Author: Xavier Guimard Bug: https://rt.cpan.org/Ticket/Display.html?id=82250 Forwarded: https://rt.cpan.org/Ticket/Display.html?id=82250 -Last-Update: 2012-12-26 +Last-Update: 2018-08-27 --- a/SSH.pm +++ b/SSH.pm @@ -15,3 +15,12 @@ command (required) args (optional, arrayref) stdin_string (optional) - written to the command's STDIN +@@ -292,7 +292,7 @@ + Assistance wanted - this module could really use a maintainer with enough time + to at least review and apply more patches. Or the module should just be + deprecated in favor of Net::SSH::Expect or made into an ::Any style +-compatibility wrapper that uses whatver implementation is avaialble ++compatibility wrapper that uses whatver implementation is available + (Net::SSH2, Net::SSH::Perl or shelling out like the module does now). Please + email Ivan if you are interested in helping. + diff -Nru libnet-ssh-perl-0.09/debian/tests/pkg-perl/use-name libnet-ssh-perl-0.09/debian/tests/pkg-perl/use-name --- libnet-ssh-perl-0.09/debian/tests/pkg-perl/use-name 1970-01-01 00:00:00.000000000 +0000 +++ libnet-ssh-perl-0.09/debian/tests/pkg-perl/use-name 2018-08-27 18:57:27.000000000 +0000 @@ -0,0 +1 @@ +Net::SSH diff -Nru libnet-ssh-perl-0.09/debian/upstream/metadata libnet-ssh-perl-0.09/debian/upstream/metadata --- libnet-ssh-perl-0.09/debian/upstream/metadata 1970-01-01 00:00:00.000000000 +0000 +++ libnet-ssh-perl-0.09/debian/upstream/metadata 2018-08-27 18:57:27.000000000 +0000 @@ -0,0 +1,4 @@ +--- +Archive: CPAN +Contact: Ivan Kohler +Name: Net-SSH diff -Nru libnet-ssh-perl-0.09/debian/watch libnet-ssh-perl-0.09/debian/watch --- libnet-ssh-perl-0.09/debian/watch 2012-12-28 18:41:59.000000000 +0000 +++ libnet-ssh-perl-0.09/debian/watch 2018-08-27 18:57:27.000000000 +0000 @@ -1,3 +1,3 @@ version=3 -http://search.cpan.org/dist/Net-SSH/ .*/Net-SSH-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip) +https://metacpan.org/release/Net-SSH .*/Net-SSH-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)