r12274 - in /trunk/libnet-sftp-foreign-perl/debian: ./ changelog compat control copyright rules watch

mogaal-guest at users.alioth.debian.org mogaal-guest at users.alioth.debian.org
Wed Jan 9 08:34:43 UTC 2008


Author: mogaal-guest
Date: Wed Jan  9 08:34:43 2008
New Revision: 12274

URL: http://svn.debian.org/wsvn/?sc=1&rev=12274
Log:
[svn-inject] Applying Debian modifications to trunk

Added:
    trunk/libnet-sftp-foreign-perl/debian/
    trunk/libnet-sftp-foreign-perl/debian/changelog
    trunk/libnet-sftp-foreign-perl/debian/compat
    trunk/libnet-sftp-foreign-perl/debian/control
    trunk/libnet-sftp-foreign-perl/debian/copyright
    trunk/libnet-sftp-foreign-perl/debian/rules   (with props)
    trunk/libnet-sftp-foreign-perl/debian/watch

Added: trunk/libnet-sftp-foreign-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libnet-sftp-foreign-perl/debian/changelog?rev=12274&op=file
==============================================================================
--- trunk/libnet-sftp-foreign-perl/debian/changelog (added)
+++ trunk/libnet-sftp-foreign-perl/debian/changelog Wed Jan  9 08:34:43 2008
@@ -1,0 +1,5 @@
+libnet-sftp-foreign-perl (1.34-1) unstable; urgency=low
+
+  * Initial Release (Closes: #459864).
+
+ -- Alejandro Garrido Mota <garridomota at gmail.com>  Tue, 08 Jan 2008 13:26:54 -0430

Added: trunk/libnet-sftp-foreign-perl/debian/compat
URL: http://svn.debian.org/wsvn/trunk/libnet-sftp-foreign-perl/debian/compat?rev=12274&op=file
==============================================================================
--- trunk/libnet-sftp-foreign-perl/debian/compat (added)
+++ trunk/libnet-sftp-foreign-perl/debian/compat Wed Jan  9 08:34:43 2008
@@ -1,0 +1,1 @@
+5

Added: trunk/libnet-sftp-foreign-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libnet-sftp-foreign-perl/debian/control?rev=12274&op=file
==============================================================================
--- trunk/libnet-sftp-foreign-perl/debian/control (added)
+++ trunk/libnet-sftp-foreign-perl/debian/control Wed Jan  9 08:34:43 2008
@@ -1,0 +1,24 @@
+Source: libnet-sftp-foreign-perl
+Section: perl
+Priority: optional
+Build-Depends: cdbs, debhelper (>= 5)
+Build-Depends-Indep: perl
+Maintainer: Debian Perl Project <pkg-perl-maintainers at lists.alioth.debian.org> 
+Uploaders: Alejandro Garrido Mota <garridomota at gmail.com>
+Standards-Version: 3.7.3
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libnet-sftp-foreign-perl/
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-sftp-foreign-perl/
+Homepage: http://search.cpan.org/dist/Net-SFTP-Foreign/
+
+Package: libnet-sftp-foreign-perl
+Architecture: all
+Depends: ${perl:Depends}
+Description: Net::SFTP::Foreign --Secure File Transfer Protocol client
+ Net::SFTP::Foreign is a Perl client for the SFTP. It provides a subset
+ of the commands listed in the SSH File Transfer Protocol IETF draft,
+ which can be found at
+ http://www.openssh.org/txt/draft-ietf-secsh-filexfer-02.txt (also
+ included on this package distribution, on the rfc directory).
+ Net::SFTP::Foreign uses any compatible ssh command installed on
+ your system (for instance, OpenSSH ssh) to establish the secure
+ connection to the remote server.

Added: trunk/libnet-sftp-foreign-perl/debian/copyright
URL: http://svn.debian.org/wsvn/trunk/libnet-sftp-foreign-perl/debian/copyright?rev=12274&op=file
==============================================================================
--- trunk/libnet-sftp-foreign-perl/debian/copyright (added)
+++ trunk/libnet-sftp-foreign-perl/debian/copyright Wed Jan  9 08:34:43 2008
@@ -1,0 +1,29 @@
+This package was debianized by Alejandro Garrido Mota <garridomota at gmail.com>
+on Tue, 08 Jan 2008 13:26:54 -0430 
+
+It was downloaded from http://search.cpan.org/dist/Net-SFTP-Foreign/
+
+Copyright (c) 2005-2008 Salvador Fandintildeo (sfandino at yahoo.com).
+Copyright (c) 2001 Benjamin Trott, Copyright (c) 2003 David Rolsky.
+
+The _glob_to_regex method based on code (c) 2002 Richard Clamp.
+
+License: 
+
+ This library is free software; you can redistribute it and/or modify it under 
+ the same terms as Perl itself.
+
+ This program is distributed in the hope that it will be useful, but without any warranty; 
+ without even the implied warranty of merchantability or fitness for a particular purpose.
+
+ Perl is distributed under your choice of the GNU General Public License or
+ the Artistic License.
+
+ The complete text of the GNU General Public License can be found in
+ /usr/share/common-licenses/GPL and the Artistic Licence can be found
+ in /usr/share/common-licenses/Artistic.
+
+The upstream author is: Salvador Fandino <sfandino at yahoo.com>.
+
+The Debian packaging is (C) 2008, Alejandro Garrido Mota <garridomota at gmail.com> and
+is licensed under the same terms as the software itself (see above).

Added: trunk/libnet-sftp-foreign-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libnet-sftp-foreign-perl/debian/rules?rev=12274&op=file
==============================================================================
--- trunk/libnet-sftp-foreign-perl/debian/rules (added)
+++ trunk/libnet-sftp-foreign-perl/debian/rules Wed Jan  9 08:34:43 2008
@@ -1,0 +1,6 @@
+#!/usr/bin/make -f
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/perlmodule.mk
+
+install/libnet-ftp-foreign-perl::
+	[ ! -d debian/libnet-ftp-foreign-perl/usr/lib/perl5 ] || rmdir --parents --ignore-fail-on-non-empty --verbose debian/libnet-ftp-foreign-perl/usr/lib/perl5

Propchange: trunk/libnet-sftp-foreign-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libnet-sftp-foreign-perl/debian/watch
URL: http://svn.debian.org/wsvn/trunk/libnet-sftp-foreign-perl/debian/watch?rev=12274&op=file
==============================================================================
--- trunk/libnet-sftp-foreign-perl/debian/watch (added)
+++ trunk/libnet-sftp-foreign-perl/debian/watch Wed Jan  9 08:34:43 2008
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/Net-SFTP-Foreign/ .+/Net-SFTP-Foreign-(.*)\.tar\.gz




More information about the Pkg-perl-cvs-commits mailing list