[DRE-commits] r4994 - in trunk/libnet-ssh-multi-ruby: . debian

Joshua Timberman jtimberman-guest at alioth.debian.org
Sun Mar 21 17:21:49 UTC 2010


Author: jtimberman-guest
Date: 2010-03-21 17:21:37 +0000 (Sun, 21 Mar 2010)
New Revision: 4994

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


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

Added: trunk/libnet-ssh-multi-ruby/debian/changelog
===================================================================
--- trunk/libnet-ssh-multi-ruby/debian/changelog	                        (rev 0)
+++ trunk/libnet-ssh-multi-ruby/debian/changelog	2010-03-21 17:21:37 UTC (rev 4994)
@@ -0,0 +1,5 @@
+libnet-ssh-multi-ruby (1.0.1-1) unstable; urgency=low
+
+  * Initial release. (Closes: #574846)
+
+ -- Joshua Timberman <joshua at opscode.com>  Sun, 21 Mar 2010 10:49:04 -0600

Added: trunk/libnet-ssh-multi-ruby/debian/compat
===================================================================
--- trunk/libnet-ssh-multi-ruby/debian/compat	                        (rev 0)
+++ trunk/libnet-ssh-multi-ruby/debian/compat	2010-03-21 17:21:37 UTC (rev 4994)
@@ -0,0 +1 @@
+7

Added: trunk/libnet-ssh-multi-ruby/debian/control
===================================================================
--- trunk/libnet-ssh-multi-ruby/debian/control	                        (rev 0)
+++ trunk/libnet-ssh-multi-ruby/debian/control	2010-03-21 17:21:37 UTC (rev 4994)
@@ -0,0 +1,60 @@
+Source: libnet-ssh-multi-ruby
+Section: ruby
+Priority: optional
+Maintainer: Joshua Timberman <joshua at opscode.com>
+Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
+Build-Depends: cdbs, debhelper (>= 7), ruby1.8, ruby1.9.1, ruby-pkg-tools
+Standards-Version: 3.8.4
+Homepage: http://net-ssh.rubyforge.org/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-ruby-extras/trunk/libnet-ssh-multi-ruby/
+Vcs-Svn: svn://svn.debian.org/svn/pkg-ruby-extras/trunk/libnet-ssh-multi-ruby/
+
+Package: libnet-ssh-multi-ruby
+Architecture: all
+Depends: libnet-ssh-multi-ruby1.8, ${misc:Depends}
+Description: Ruby library for making multiple SSH connections to remote systems
+ Net::SSH::Multi is a library for controlling multiple Net::SSH connections
+ via a single interface. It exposes an API similar to that of
+ Net::SSH::Connection::Session and Net::SSH::Connection::Channel, making it
+ simpler to adapt programs designed for single connections to be used with
+ multiple connections.
+ .
+ This library is particularly useful for automating repetitive tasks that
+ must be performed on multiple machines. It executes the commands in parallel,
+ and allows commands to be executed on subsets of servers (defined by groups).
+ .
+ Metapackage for libnet-ssh-multi-ruby1.8
+
+Package: libnet-ssh-multi-ruby1.8
+Architecture: all
+Provides: libnet-ssh-multi-ruby
+Depends: ruby1.8, ${misc:Depends}, libnet-ssh2-ruby1.8, libnet-ssh-gateway-ruby1.8
+Description: Ruby library for making multiple SSH connections to remote systems
+ Net::SSH::Multi is a library for controlling multiple Net::SSH connections
+ via a single interface. It exposes an API similar to that of
+ Net::SSH::Connection::Session and Net::SSH::Connection::Channel, making it
+ simpler to adapt programs designed for single connections to be used with
+ multiple connections.
+ .
+ This library is particularly useful for automating repetitive tasks that
+ must be performed on multiple machines. It executes the commands in parallel,
+ and allows commands to be executed on subsets of servers (defined by groups).
+ .
+ This package is built for Ruby 1.8.
+
+Package: libnet-ssh-multi-ruby1.9.1
+Architecture: all
+Provides: libnet-ssh-multi-ruby
+Depends: ruby1.9.1, ${misc:Depends}, libnet-ssh2-ruby1.9.1, libnet-ssh-gateway-ruby1.9.1
+Description: Ruby library for making multiple SSH connections to remote systems
+ Net::SSH::Multi is a library for controlling multiple Net::SSH connections
+ via a single interface. It exposes an API similar to that of
+ Net::SSH::Connection::Session and Net::SSH::Connection::Channel, making it
+ simpler to adapt programs designed for single connections to be used with
+ multiple connections.
+ .
+ This library is particularly useful for automating repetitive tasks that
+ must be performed on multiple machines. It executes the commands in parallel,
+ and allows commands to be executed on subsets of servers (defined by groups).
+ .
+ This package is built for Ruby 1.9.1.

Added: trunk/libnet-ssh-multi-ruby/debian/copyright
===================================================================
--- trunk/libnet-ssh-multi-ruby/debian/copyright	                        (rev 0)
+++ trunk/libnet-ssh-multi-ruby/debian/copyright	2010-03-21 17:21:37 UTC (rev 4994)
@@ -0,0 +1,36 @@
+This package was debianized by Joshua Timberman <joshua at opscode.com> on
+Sun, 21 Mar 2010 10:49:04 -0600.
+
+It was downloaded from http://net-ssh.rubyforge.org/
+
+Upstream Author:
+
+    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, Joshua Timberman <joshua at opscode.com> and
+is licensed under the MIT License, as above.

Added: trunk/libnet-ssh-multi-ruby/debian/rules
===================================================================
--- trunk/libnet-ssh-multi-ruby/debian/rules	                        (rev 0)
+++ trunk/libnet-ssh-multi-ruby/debian/rules	2010-03-21 17:21:37 UTC (rev 4994)
@@ -0,0 +1,3 @@
+#!/usr/bin/make -f
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/ruby-pkg-tools/1/class/ruby-setup-rb.mk


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

Added: trunk/libnet-ssh-multi-ruby/debian/watch
===================================================================
--- trunk/libnet-ssh-multi-ruby/debian/watch	                        (rev 0)
+++ trunk/libnet-ssh-multi-ruby/debian/watch	2010-03-21 17:21:37 UTC (rev 4994)
@@ -0,0 +1,3 @@
+version=3
+http://rubyforge.org/frs/?group_id=274 \
+.*/net-ssh-multi-(.*)\.tar.gz




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