[DRE-commits] r3982 - in trunk: capistrano/debian libnet-ssh-gateway-ruby/debian

Christopher Lunsford binarymutant-guest at alioth.debian.org
Tue Aug 25 21:47:18 UTC 2009


Author: binarymutant-guest
Date: 2009-08-25 21:47:18 +0000 (Tue, 25 Aug 2009)
New Revision: 3982

Modified:
   trunk/capistrano/debian/control
   trunk/libnet-ssh-gateway-ruby/debian/changelog
   trunk/libnet-ssh-gateway-ruby/debian/control
Log:
Changed: homepage and short desc. on ssh-gateway, priority and section on capi


Modified: trunk/capistrano/debian/control
===================================================================
--- trunk/capistrano/debian/control	2009-08-25 07:58:41 UTC (rev 3981)
+++ trunk/capistrano/debian/control	2009-08-25 21:47:18 UTC (rev 3982)
@@ -1,9 +1,9 @@
 Source: capistrano
-Section: admin
-Priority: extra
+Section: ruby
+Priority: optional
 Maintainer: Christopher Lunsford <binarymutant at gmail.com>
 Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 5), cdbs, ruby1.8, ruby-pkg-tools
+Build-Depends: debhelper (>= 7), cdbs, ruby1.8, ruby-pkg-tools
 Standards-Version: 3.8.3
 Homepage: http://www.capify.org/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-ruby-extras/trunk/capistrano/

Modified: trunk/libnet-ssh-gateway-ruby/debian/changelog
===================================================================
--- trunk/libnet-ssh-gateway-ruby/debian/changelog	2009-08-25 07:58:41 UTC (rev 3981)
+++ trunk/libnet-ssh-gateway-ruby/debian/changelog	2009-08-25 21:47:18 UTC (rev 3982)
@@ -10,4 +10,3 @@
   * Initial release (Closes: #500275)
 
  -- Christopher Lunsford <binarymutant at gmail.com>  Sun, 23 Aug 2009 05:19:00 -0400
-

Modified: trunk/libnet-ssh-gateway-ruby/debian/control
===================================================================
--- trunk/libnet-ssh-gateway-ruby/debian/control	2009-08-25 07:58:41 UTC (rev 3981)
+++ trunk/libnet-ssh-gateway-ruby/debian/control	2009-08-25 21:47:18 UTC (rev 3982)
@@ -5,14 +5,14 @@
 Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
 Build-Depends: cdbs, debhelper (>= 7), ruby-pkg-tools
 Standards-Version: 3.8.3
-Homepage: http://net-ssh.rubyforge.org/gateway/v1/api/index.html
+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: provides a way to connecting behind a firewall or NAT
+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,
@@ -24,7 +24,7 @@
 Package: libnet-ssh-gateway-ruby1.8
 Architecture: all
 Depends: libruby1.8, libnet-ssh2-ruby1.8, ${misc:Depends}
-Description: provides a way to connecting behind a firewall or NAT
+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,
@@ -34,7 +34,7 @@
 Package: libnet-ssh-gateway-ruby1.9
 Architecture: all
 Depends: libruby1.9, libnet-ssh2-ruby1.9, ${misc:Depends}
-Description: provides a way to connecting behind a firewall or NAT
+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,




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