debian/0000755000000000000000000000000012251071722007165 5ustar debian/ruby-tests.rb0000644000000000000000000000004112251071722011626 0ustar require './test/gateway_test.rb' debian/source/0000755000000000000000000000000012251071722010465 5ustar debian/source/format0000644000000000000000000000001412251071722011673 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000212251071722010363 0ustar 7 debian/copyright0000644000000000000000000000302412251071722011117 0ustar This package was debianized by Leandro Nunes dos Santos on Fri, 26 Sep 2008 16:27:48 -0300. It was downloaded from http://net-ssh.rubyforge.org/gateway/v1/api/index.html 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, Christopher Lunsford and is licensed under the GPL, see `/usr/share/common-licenses/GPL-3'. debian/ruby-net-ssh-gateway.docs0000644000000000000000000000001412251071722014031 0ustar README.rdoc debian/changelog0000644000000000000000000000414212251071722011040 0ustar ruby-net-ssh-gateway (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 changed needed) - changed ruby1.8 dependency to ruby -- Jonas Genannt Sun, 08 Dec 2013 14:19:42 +0100 ruby-net-ssh-gateway (1.1.0-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". -- Paul van Tilburg Wed, 27 Jun 2012 21:43:39 +0200 ruby-net-ssh-gateway (1.1.0-1) unstable; urgency=low * New upstream release. * Switch to my @d.o email address. * Bump standards-version to 3.9.2. No changes needed. * Switch from Conflicts to Breaks as recommended by lintian. -- Lucas Nussbaum Sun, 25 Sep 2011 14:55:00 +0200 ruby-net-ssh-gateway (1.0.1-4) unstable; urgency=low * Add ruby-net-ssh to Build-Depends. -- Lucas Nussbaum Tue, 26 Apr 2011 17:13:06 +0200 ruby-net-ssh-gateway (1.0.1-3) unstable; urgency=low * Switch to gem2deb-based packaging, rename source and binary packages. -- Lucas Nussbaum Sat, 16 Apr 2011 09:53:31 +0200 libnet-ssh-gateway-ruby (1.0.1-2) unstable; urgency=low * debian/control: + Bump Standards-Version to 3.8.4 (no changes needed). + Drop 1.9 package, add 1.9.1 package (Closes: #569868). -- Marco Rodrigues Thu, 25 Feb 2010 14:17:00 +0000 libnet-ssh-gateway-ruby (1.0.1-1) unstable; urgency=low [ Gunnar Wolf ] * Changed section to Ruby as per ftp-masters' request [ Lucas Nussbaum ] * Fixed Vcs-* fields after pkg-ruby-extras SVN layout change. [ Leandro Nunes dos Santos ] * Initial release (Closes: #500275) -- Christopher Lunsford Sun, 23 Aug 2009 05:19:00 -0400 debian/rules0000755000000000000000000000070112251071722010243 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/watch0000644000000000000000000000016312251071722010216 0ustar version=3 http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/net-ssh-gateway .*/net-ssh-gateway-(.*).tar.gz debian/control0000644000000000000000000000213712251071722010573 0ustar Source: ruby-net-ssh-gateway 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 Standards-Version: 3.9.5 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-net-ssh-gateway.git Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-net-ssh-gateway.git;a=summary Homepage: http://net-ssh.github.com/net-ssh/ XS-Ruby-Versions: all Package: ruby-net-ssh-gateway Architecture: all XB-Ruby-Versions: ${ruby:Versions} Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-net-ssh Description: Ruby library for tunneling connections to servers with ssh Net::SSH::Gateway is a library for programmatically tunneling connections to servers via a single "gateway" host. It is useful for establishing Net::SSH connections to servers behind firewalls, but can also be used to forward ports and establish connections of other types, like HTTP, to servers with restricted access.