debian/0000755000000000000000000000000012067363023007170 5ustar debian/copyright0000644000000000000000000000223212067363023011122 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Net-SCP Source: http://search.cpan.org/dist/Net-SCP/ Upstream-Contact: Ivan Kohler Files: * Copyright: 2000, Ivan Kohler 2000, Silicon Interactive Software Design 2007, Freeside Internet Services, LLC License: Artistic or GPL-1+ Files: debian/* Copyright: 2001-2008, Ivan Kohler 2012, Xavier Guimard License: Artistic or GPL-1+ 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. . On Debian systems, the complete text of the Artistic License can be found in `/usr/share/common-licenses/Artistic'. License: GPL-1+ 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; either version 1, or (at your option) any later version. . 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'. debian/watch0000644000000000000000000000015012067363023010215 0ustar version=3 http://search.cpan.org/dist/Net-SCP/ .*/Net-SCP-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip) debian/control0000644000000000000000000000177212067363023010602 0ustar Source: libnet-scp-perl Maintainer: Debian Perl Group Uploaders: Ivan Kohler , Xavier Guimard Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: libnet-ssh-perl, libstring-shellquote-perl, perl Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libnet-scp-perl.git Vcs-Git: git://git.debian.org/pkg-perl/packages/libnet-scp-perl.git Homepage: http://search.cpan.org/dist/Net-SCP/ Package: libnet-scp-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libnet-ssh-perl, libstring-shellquote-perl, openssh-client | ssh-client Description: Perl extension for secure copy protocol Net::SCP provides simple wrappers around the "scp" command and to Net::FTP-like interface. It can be called in batch mode to upload or download files using SSH protocol. debian/changelog0000644000000000000000000000451412067363023011046 0ustar libnet-scp-perl (0.08-3) unstable; urgency=low * Fix typo error in patch * debian/control: add virtual package 'ssh-client' back -- Xavier Guimard Fri, 28 Dec 2012 13:46:41 +0100 libnet-scp-perl (0.08-2) unstable; urgency=low * Take over for the Debian Perl Group on maintainer's request (http://bugs.debian.org/677732#10) * Add debian/watch file * Update source format to 3.0 (quilt) * Update debian/copyright (years and format) * Bump Standards-Version to 3.9.4 * Bump debhelper compatibility to 8 * Update description * Update debian/rules to use "dh $@" * Add spelling-errors.patch * Add basic test -- Xavier Guimard Wed, 26 Dec 2012 15:02:05 +0100 libnet-scp-perl (0.08-1) unstable; urgency=low * New upstream release -- Ivan Kohler Wed, 14 May 2008 10:59:33 -0700 libnet-scp-perl (0.07-2) unstable; urgency=low * Depends on ssh-client instead of ssh (closes: Bug#333830) -- Ivan Kohler Fri, 14 Oct 2005 03:06:30 -0700 libnet-scp-perl (0.07-1) unstable; urgency=low * New upstream version - Extraneous debugging removed (closes: Bug#235902) * debhelper compat v4 * Change Section: from interpreters to perl -- Ivan Kohler Wed, 3 Mar 2004 00:55:52 -0800 libnet-scp-perl (0.06-1) unstable; urgency=low * new upstream version * upload to ftp-master * debian/copyright pedantry (closes: Bug#153338, Bug#153382, Bug#157524, Bug#157626) * binary-arch vs. binary-indep (closes: Bug#153358, Bug#157474) * remove spurious files in .diff (closes: Bug#153393) -- Ivan Kohler Sat, 7 Sep 2002 06:01:15 -0700 libnet-scp-perl (0.05-1) unstable; urgency=low * new upstream version -- Ivan Kohler Sun, 2 Dec 2001 16:18:38 -0800 libnet-scp-perl (0.04-3) unstable; urgency=low * change to section non-US/main for upload -- Ivan Kohler Sun, 13 May 2001 00:49:41 -0700 libnet-scp-perl (0.04-2) unstable; urgency=low * Declare dependancy on libstring-shellquote-perl -- Ivan Kohler Mon, 7 May 2001 08:16:43 -0700 libnet-scp-perl (0.04-1) unstable; urgency=low * Initial Release. -- Ivan Kohler Sun, 6 May 2001 00:46:55 -0700 Local variables: mode: debian-changelog End: debian/rules0000755000000000000000000000003612067363023010247 0ustar #!/usr/bin/make -f %: dh $@ debian/source/0000755000000000000000000000000012067363023010470 5ustar debian/source/format0000644000000000000000000000001412067363023011676 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000212067363023010366 0ustar 8 debian/patches/0000755000000000000000000000000012067363023010617 5ustar debian/patches/series0000644000000000000000000000004712067363023012035 0ustar basic-test.patch spelling-errors.patch debian/patches/basic-test.patch0000644000000000000000000000111112067363023013670 0ustar Description: Add basic test Author: Xavier Guimard Bug: https://rt.cpan.org/Public/Bug/Display.html?id=82255 Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=82255 Last-Update: 2012-12-26 --- /dev/null +++ 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' + +######################### + +# change 'tests => 1' to 'tests => last_test_to_print'; + +use Test::More tests => 1; + +BEGIN { use_ok( 'Net::SCP' ) } + debian/patches/spelling-errors.patch0000644000000000000000000000201712067363023014767 0ustar Description: Little spelling error Author: Xavier Guimard Bug: https://rt.cpan.org/Ticket/Display.html?id=82254 Forwarded: https://rt.cpan.org/Ticket/Display.html?id=82254 Last-Update: 2012-12-26 --- a/SCP.pm +++ b/SCP.pm @@ -58,10 +58,10 @@ =item scp SOURCE, DESTINATION Can be called either as a subroutine or a method; however, the subroutine -interface is depriciated. +interface is deprecated. Calls scp in batch mode, with the B<-B> B<-p> B<-q> and B<-r> options. -Returns false upon error, with a text error message accessable in +Returns false upon error, with a text error message accessible in $scp->{errstr}. Returns false and sets the B attribute if there is an error. @@ -105,7 +105,7 @@ =item iscp SOURCE, DESTINATION Can be called either as a subroutine or a method; however, the subroutine -interface is depriciated. +interface is deprecated. Prints the scp command to be execute, waits for the user to confirm, and (optionally) executes scp, with the B<-p> and B<-r> flags.