r14230 - in /trunk/libnet-sftp-foreign-perl/debian: changelog control

gregoa-guest at users.alioth.debian.org gregoa-guest at users.alioth.debian.org
Wed Feb 6 20:48:34 UTC 2008


Author: gregoa-guest
Date: Wed Feb  6 20:48:33 2008
New Revision: 14230

URL: http://svn.debian.org/wsvn/?sc=1&rev=14230
Log:
* Add a dependency on openssh-client | ssh-client, thanks to Salvador
  Fandino (closes: #464216).
* Remove reference to RFCs from long description.

Modified:
    trunk/libnet-sftp-foreign-perl/debian/changelog
    trunk/libnet-sftp-foreign-perl/debian/control

Modified: trunk/libnet-sftp-foreign-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libnet-sftp-foreign-perl/debian/changelog?rev=14230&op=diff
==============================================================================
--- trunk/libnet-sftp-foreign-perl/debian/changelog (original)
+++ trunk/libnet-sftp-foreign-perl/debian/changelog Wed Feb  6 20:48:33 2008
@@ -1,3 +1,11 @@
+libnet-sftp-foreign-perl (1.34+dfsg-2) UNRELEASED; urgency=low
+
+  * Add a dependency on openssh-client | ssh-client, thanks to Salvador
+    Fandino (closes: #464216).
+  * Remove reference to RFCs from long description.
+
+ -- gregor herrmann <gregor+debian at comodo.priv.at>  Wed, 06 Feb 2008 21:44:45 +0100
+
 libnet-sftp-foreign-perl (1.34+dfsg-1) unstable; urgency=low
 
   * debian/control: Changed: Maintainer set to Debian Perl Group <pkg-

Modified: trunk/libnet-sftp-foreign-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libnet-sftp-foreign-perl/debian/control?rev=14230&op=diff
==============================================================================
--- trunk/libnet-sftp-foreign-perl/debian/control (original)
+++ trunk/libnet-sftp-foreign-perl/debian/control Wed Feb  6 20:48:33 2008
@@ -13,13 +13,12 @@
 
 Package: libnet-sftp-foreign-perl
 Architecture: all
-Depends: ${perl:Depends}
-Description: Net::SFTP::Foreign --Secure File Transfer Protocol client
+Depends: ${perl:Depends}, openssh-client | ssh-client
+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).
+ http://www.openssh.org/txt/draft-ietf-secsh-filexfer-02.txt
  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.




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