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-26 15:04:39.000000000 +0000 +++ libnet-ssh-perl-0.09/debian/changelog 2012-12-28 18:41:59.000000000 +0000 @@ -1,3 +1,9 @@ +libnet-ssh-perl (0.09-3) unstable; urgency=low + + * Fix typo error in patch + + -- Xavier Guimard Fri, 28 Dec 2012 13:45:20 +0100 + libnet-ssh-perl (0.09-2) unstable; urgency=low * Take over for the Debian Perl Group on maintainer's request diff -Nru libnet-ssh-perl-0.09/debian/patches/basic-test.patch libnet-ssh-perl-0.09/debian/patches/basic-test.patch --- libnet-ssh-perl-0.09/debian/patches/basic-test.patch 2012-12-26 15:04:39.000000000 +0000 +++ libnet-ssh-perl-0.09/debian/patches/basic-test.patch 2012-12-28 18:41:59.000000000 +0000 @@ -5,7 +5,7 @@ Last-Update: 2012-12-26 --- /dev/null -+++ b/t/01-test-basic ++++ b/t/01-test-basic.t @@ -0,0 +1,11 @@ +# Before `make install' is performed this script should be runnable with +# `make test'. After `make install' it should work as `perl Lemonldap-NG-Portal.t' @@ -16,5 +16,5 @@ + +use Test::More tests => 1; + -+BEGIN { use_ok( 'Net:SSH' ) } ++BEGIN { use_ok( 'Net::SSH' ) } +