[DRE-commits] r3978 - in trunk/libnet-sftp2-ruby: . debian

Christopher Lunsford binarymutant-guest at alioth.debian.org
Mon Aug 24 08:46:14 UTC 2009


Author: binarymutant-guest
Date: 2009-08-24 08:46:14 +0000 (Mon, 24 Aug 2009)
New Revision: 3978

Added:
   trunk/libnet-sftp2-ruby/debian/
   trunk/libnet-sftp2-ruby/debian/changelog
   trunk/libnet-sftp2-ruby/debian/compat
   trunk/libnet-sftp2-ruby/debian/control
   trunk/libnet-sftp2-ruby/debian/copyright
   trunk/libnet-sftp2-ruby/debian/rules
   trunk/libnet-sftp2-ruby/debian/watch
Log:
[svn-inject] Applying Debian modifications to trunk


Property changes on: trunk/libnet-sftp2-ruby/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: trunk/libnet-sftp2-ruby/debian/changelog
===================================================================
--- trunk/libnet-sftp2-ruby/debian/changelog	                        (rev 0)
+++ trunk/libnet-sftp2-ruby/debian/changelog	2009-08-24 08:46:14 UTC (rev 3978)
@@ -0,0 +1,5 @@
+libnet-sftp2-ruby (2.0.2-1) UNRELEASED; urgency=low
+
+  * Initial release (Closes: #543319)
+
+ -- Christopher Lunsford <binarymutant at gmail.com>  Sun, 23 Aug 2009 17:40:00 -0400

Added: trunk/libnet-sftp2-ruby/debian/compat
===================================================================
--- trunk/libnet-sftp2-ruby/debian/compat	                        (rev 0)
+++ trunk/libnet-sftp2-ruby/debian/compat	2009-08-24 08:46:14 UTC (rev 3978)
@@ -0,0 +1 @@
+7

Added: trunk/libnet-sftp2-ruby/debian/control
===================================================================
--- trunk/libnet-sftp2-ruby/debian/control	                        (rev 0)
+++ trunk/libnet-sftp2-ruby/debian/control	2009-08-24 08:46:14 UTC (rev 3978)
@@ -0,0 +1,41 @@
+Source: libnet-sftp2-ruby
+Section: ruby
+Priority: optional
+Maintainer: Christopher Lunsford <binarymutant at gmail.com>
+Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
+Build-Depends: debhelper (>= 7), ruby1.8, ruby-pkg-tools
+Standards-Version: 3.8.3
+Homepage: http://net-ssh.rubyforge.org/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-ruby-extras/trunk/libnet-sftp2-ruby/
+Vcs-Svn: svn://svn.debian.org/svn/pkg-ruby-extras/trunk/libnet-sftp2-ruby/
+
+Package: libnet-sftp2-ruby
+Architecture: all
+Depends: libnet-sftp2-ruby1.8, ${misc:Depends}
+Description: Ruby implementation of the SFTP protocol
+ Net::SFTP is a pure-Ruby implementation of the SFTP protocol (specifically,
+ versions 1 through 6 of the SFTP protocol). Note that this is the "Secure File
+ Transfer Protocol", typically run over an SSH connection, and has nothing to
+ do with the FTP protocol.
+ .
+ Metapackage for libnet-sftp2-ruby1.8
+
+Package: libnet-sftp2-ruby1.8
+Architecture: all
+Replaces: libnet-sftp-ruby1.8
+Depends: libnet-ssh2-ruby1.8, ruby1.8, ${misc:Depends}
+Description: Ruby implementation of the SFTP protocol
+ Net::SFTP is a pure-Ruby implementation of the SFTP protocol (specifically,
+ versions 1 through 6 of the SFTP protocol). Note that this is the "Secure File
+ Transfer Protocol", typically run over an SSH connection, and has nothing to
+ do with the FTP protocol.
+
+Package: libnet-sftp2-ruby1.9
+Architecture: all
+Depends: libnet-ssh2-ruby1.9, ruby1.9, ${misc:Depends}
+Description: Ruby implementation of the SFTP protocol
+ Net::SFTP is a pure-Ruby implementation of the SFTP protocol (specifically,
+ versions 1 through 6 of the SFTP protocol). Note that this is the "Secure File
+ Transfer Protocol", typically run over an SSH connection, and has nothing to
+ do with the FTP protocol.
+

Added: trunk/libnet-sftp2-ruby/debian/copyright
===================================================================
--- trunk/libnet-sftp2-ruby/debian/copyright	                        (rev 0)
+++ trunk/libnet-sftp2-ruby/debian/copyright	2009-08-24 08:46:14 UTC (rev 3978)
@@ -0,0 +1,36 @@
+This package was debianized by Christopher Lunsford <binarymutant at gmail.com> on
+Sun, 23 Aug 2009 06:02:42 -0500.
+
+It was downloaded from <http://net-ssh.rubyforge.org/>
+
+Upstream authors:
+
+    Jamis Buck <jamis at 37signals.com>
+
+Copyright:
+
+    Copyright © 2008 by Jamis Buck
+
+License:
+
+    Permission is hereby granted, free of charge, to any person obtaining
+    a copy of this software and associated documentation files (the
+    "Software"), to deal in the Software without restriction, including
+    without limitation the rights to use, copy, modify, merge, publish,
+    distribute, sublicense, and/or sell copies of the Software, and to
+    permit persons to whom the Software is furnished to do so, subject to
+    the following conditions:
+
+    The above copyright notice and this permission notice shall be
+    included in all copies or substantial portions of the Software.
+
+    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+    EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+    MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+    NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+    LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+    OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+    WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+The Debian packaging is © 2009, Christopher Lunsford <binarymutant at gmail.com> and
+is licensed under the GPL, see `/usr/share/common-licenses/GPL-3'.

Added: trunk/libnet-sftp2-ruby/debian/rules
===================================================================
--- trunk/libnet-sftp2-ruby/debian/rules	                        (rev 0)
+++ trunk/libnet-sftp2-ruby/debian/rules	2009-08-24 08:46:14 UTC (rev 3978)
@@ -0,0 +1,3 @@
+#!/usr/bin/make -f
+%:
+	dh $@


Property changes on: trunk/libnet-sftp2-ruby/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: trunk/libnet-sftp2-ruby/debian/watch
===================================================================
--- trunk/libnet-sftp2-ruby/debian/watch	                        (rev 0)
+++ trunk/libnet-sftp2-ruby/debian/watch	2009-08-24 08:46:14 UTC (rev 3978)
@@ -0,0 +1,3 @@
+version=3
+http://rubyforge.org/frs/?group_id=274 \
+.*/net-sftp-2(.*)\.tgz




More information about the Pkg-ruby-extras-commits mailing list