1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46
|
Source: libnet-ssh-gateway-ruby
Section: ruby
Priority: optional
Maintainer: Christopher Lunsford <binarymutant@gmail.com>
Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Build-Depends: cdbs, debhelper (>= 7), ruby-pkg-tools, ruby1.8, ruby1.9.1
Standards-Version: 3.8.4
Homepage: http://net-ssh.rubyforge.org/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-ruby-extras/trunk/libnet-ssh-gateway-ruby/
Vcs-Svn: svn://svn.debian.org/svn/pkg-ruby-extras/trunk/libnet-ssh-gateway-ruby/
Package: libnet-ssh-gateway-ruby
Architecture: all
Depends: libnet-ssh-gateway-ruby1.8, ${misc:Depends}
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.
.
Metapackage for libnet-ssh-gateway-ruby1.8
Package: libnet-ssh-gateway-ruby1.8
Architecture: all
Depends: libruby1.8, libnet-ssh2-ruby1.8, ${misc:Depends}
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.
.
This package is built for Ruby 1.8.
Package: libnet-ssh-gateway-ruby1.9.1
Architecture: all
Depends: libruby1.9.1, libnet-ssh2-ruby1.9.1, ${misc:Depends}
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.
.
This package is built for Ruby 1.9.1.
|