debian/0000755000000000000000000000000012246740533007174 5ustar debian/rules0000755000000000000000000000070111635725534010257 0ustar #!/usr/bin/make -f #export DH_VERBOSE=1 # # Uncomment to ignore all test failures (but the tests will run anyway) #export DH_RUBY_IGNORE_TESTS=all # # Uncomment to ignore some test failures (but the tests will run anyway). # Valid values: #export DH_RUBY_IGNORE_TESTS=ruby1.8 ruby1.9.1 require-rubygems # # If you need to specify the .gemspec (eg there is more than one) #export DH_RUBY_GEMSPEC=gem.gemspec %: dh $@ --buildsystem=ruby --with ruby debian/watch0000644000000000000000000000015711635725534010235 0ustar version=3 http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/net-ssh-multi .*/net-ssh-multi-(.*).tar.gz debian/source/0000755000000000000000000000000011635725534010501 5ustar debian/source/format0000644000000000000000000000001411635725534011707 0ustar 3.0 (quilt) debian/ruby-net-ssh-multi.docs0000644000000000000000000000001411635725534013536 0ustar README.rdoc debian/copyright0000644000000000000000000000271311635725534011137 0ustar This package was debianized by Joshua Timberman on Sun, 21 Mar 2010 10:49:04 -0600. It was downloaded from http://net-ssh.rubyforge.org/ Upstream Author: Jamis Buck 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 and is licensed under the MIT License, as above. debian/control0000644000000000000000000000272612246740533010606 0ustar Source: ruby-net-ssh-multi Section: ruby Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Lucas Nussbaum Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~), ruby-mocha, ruby-net-ssh, ruby-net-ssh-gateway Standards-Version: 3.9.5 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-net-ssh-multi.git Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-net-ssh-multi.git;a=summary Homepage: http://net-ssh.github.com/multi/v1/api/ XS-Ruby-Versions: all Package: ruby-net-ssh-multi Architecture: all XB-Ruby-Versions: ${ruby:Versions} Depends: ruby | ruby-interpreter, ruby-net-ssh, ruby-net-ssh-gateway, ${misc:Depends}, ${shlibs: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). debian/compat0000644000000000000000000000000211635725534010377 0ustar 7 debian/changelog0000644000000000000000000000232212246740533011045 0ustar ruby-net-ssh-multi (1.2.0-1) unstable; urgency=low * Team upload. [ Cédric Boutillier ] * debian/control: remove obsolete DM-Upload-Allowed flag * use canonical URI in Vcs-* fields [ Jonas Genannt ] * Imported Upstream version 1.2.0 * d/control: - removed transitional packages - bumped standards version to 3.9.5 (no changes needed) - changed ruby1.8 dependency to ruby - wrap-sort -- Jonas Genannt Sun, 01 Dec 2013 20:00:54 +0100 ruby-net-ssh-multi (1.1-2) unstable; urgency=low * Team upload. * debian/control: - Bump build dependency on gem2deb to >= 0.3.0~. - Bumped the standards-version to 3.9.3. - Set the priority of the transitional packages to "extra". - Replaced conflicts by breaks. -- Paul van Tilburg Wed, 27 Jun 2012 21:55:58 +0200 ruby-net-ssh-multi (1.1-1) unstable; urgency=low * Switch to gem2deb-based packaging, rename source and binary package. -- Lucas Nussbaum Sat, 16 Apr 2011 09:56:28 +0200 libnet-ssh-multi-ruby (1.0.1-1) unstable; urgency=low * Initial release. (Closes: #574846) -- Joshua Timberman Sun, 21 Mar 2010 10:49:04 -0600 debian/ruby-tests.rb0000644000000000000000000000011711635725534011646 0ustar $: << 'test' << 'lib' << '.' Dir['{spec,test}/**/*.rb'].each { |f| require f }