[DRE-commits] r3049 - in packages-wip/libnet-ssh-gateway-ruby/trunk: . debian

leandronunes-guest at alioth.debian.org leandronunes-guest at alioth.debian.org
Tue Sep 30 14:30:32 UTC 2008


Author: leandronunes-guest
Date: 2008-09-30 14:30:32 +0000 (Tue, 30 Sep 2008)
New Revision: 3049

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


Property changes on: packages-wip/libnet-ssh-gateway-ruby/trunk/debian
___________________________________________________________________
Name: mergeWithUpstream
   + 1

Added: packages-wip/libnet-ssh-gateway-ruby/trunk/debian/changelog
===================================================================
--- packages-wip/libnet-ssh-gateway-ruby/trunk/debian/changelog	                        (rev 0)
+++ packages-wip/libnet-ssh-gateway-ruby/trunk/debian/changelog	2008-09-30 14:30:32 UTC (rev 3049)
@@ -0,0 +1,6 @@
+libnet-ssh-gateway-ruby (1.0.0-1) unstable; urgency=low
+
+  * Initial release (Closes: #500275)
+
+ -- Leandro Nunes dos Santos <leandronunes at safernet.org.br>  Fri, 26 Sep 2008 16:27:48 -0300
+

Added: packages-wip/libnet-ssh-gateway-ruby/trunk/debian/compat
===================================================================
--- packages-wip/libnet-ssh-gateway-ruby/trunk/debian/compat	                        (rev 0)
+++ packages-wip/libnet-ssh-gateway-ruby/trunk/debian/compat	2008-09-30 14:30:32 UTC (rev 3049)
@@ -0,0 +1 @@
+7

Added: packages-wip/libnet-ssh-gateway-ruby/trunk/debian/control
===================================================================
--- packages-wip/libnet-ssh-gateway-ruby/trunk/debian/control	                        (rev 0)
+++ packages-wip/libnet-ssh-gateway-ruby/trunk/debian/control	2008-09-30 14:30:32 UTC (rev 3049)
@@ -0,0 +1,29 @@
+Source: libnet-ssh-gateway-ruby
+Section: interpreters
+Priority: optional
+Maintainer: Leandro Nunes dos Santos <leandronunes at safernet.org.br>
+Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
+Build-Depends: debhelper (>= 7), cdbs
+Standards-Version: 3.8.0
+Homepage: http://net-ssh.rubyforge.org/gateway/v1/api/index.html
+
+Package: libnet-ssh-gateway-ruby
+Architecture: all
+Depends: libnet-ssh-gateway-ruby1.8
+Description: provides a way to connecting behind a firewall or NAT
+ 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.
+
+Package: libnet-ssh-gateway-ruby1.8
+Architecture: all
+Provides: libnet-ssh-gateway-ruby
+Depends: libruby1.8, ${misc:Depends}
+Description: provides a way to connecting behind a firewall or NAT
+ 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.

Added: packages-wip/libnet-ssh-gateway-ruby/trunk/debian/copyright
===================================================================
--- packages-wip/libnet-ssh-gateway-ruby/trunk/debian/copyright	                        (rev 0)
+++ packages-wip/libnet-ssh-gateway-ruby/trunk/debian/copyright	2008-09-30 14:30:32 UTC (rev 3049)
@@ -0,0 +1,38 @@
+This package was debianized by Leandro Nunes dos Santos <leandronunes at safernet.org.br> 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 <jamis at 37signals.com>
+
+Copyright:
+
+    Copyright (C) 2008 by Jamis Buck
+
+License:
+
+    MIT/X Consortium License
+
+Copyright (c) 2008 Jamis Buck
+
+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 (C) 2008, Leandro Nunes dos Santos <leandronunes at safernet.org.br> and
+is licensed under the GPL, see `/usr/share/common-licenses/GPL'.

Added: packages-wip/libnet-ssh-gateway-ruby/trunk/debian/docs
===================================================================
--- packages-wip/libnet-ssh-gateway-ruby/trunk/debian/docs	                        (rev 0)
+++ packages-wip/libnet-ssh-gateway-ruby/trunk/debian/docs	2008-09-30 14:30:32 UTC (rev 3049)
@@ -0,0 +1 @@
+README.rdoc

Added: packages-wip/libnet-ssh-gateway-ruby/trunk/debian/rules
===================================================================
--- packages-wip/libnet-ssh-gateway-ruby/trunk/debian/rules	                        (rev 0)
+++ packages-wip/libnet-ssh-gateway-ruby/trunk/debian/rules	2008-09-30 14:30:32 UTC (rev 3049)
@@ -0,0 +1,4 @@
+#!/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: packages-wip/libnet-ssh-gateway-ruby/trunk/debian/rules
___________________________________________________________________
Name: svn:executable
   + *

Added: packages-wip/libnet-ssh-gateway-ruby/trunk/debian/watch
===================================================================
--- packages-wip/libnet-ssh-gateway-ruby/trunk/debian/watch	                        (rev 0)
+++ packages-wip/libnet-ssh-gateway-ruby/trunk/debian/watch	2008-09-30 14:30:32 UTC (rev 3049)
@@ -0,0 +1,2 @@
+version=3
+http://rubyforge.org/frs/?group_id=274 .*net-ssh-gateway-([\d.-]*)\.t.*




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