[DRE-commits] r5194 - trunk/capistrano/debian

Deepak Tripathi deepak-guest at alioth.debian.org
Mon May 3 10:11:38 UTC 2010


Author: deepak-guest
Date: 2010-05-03 10:11:33 +0000 (Mon, 03 May 2010)
New Revision: 5194

Modified:
   trunk/capistrano/debian/control
Log:
port for 1.8 and 1.9.1


Modified: trunk/capistrano/debian/control
===================================================================
--- trunk/capistrano/debian/control	2010-05-03 10:10:22 UTC (rev 5193)
+++ trunk/capistrano/debian/control	2010-05-03 10:11:33 UTC (rev 5194)
@@ -3,13 +3,13 @@
 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 (>= 7), cdbs, ruby1.8, ruby-pkg-tools
-Standards-Version: 3.8.3
+Build-Depends: debhelper (>= 7), cdbs, ruby1.8, ruby1.9, ruby-pkg-tools
+Standards-Version: 3.8.4
 Homepage: http://www.capify.org/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-ruby-extras/trunk/capistrano/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-ruby-extras/trunk/capistrano/
 
-Package: capistrano
+Package: capistrano1.8
 Architecture: all
 Depends: ruby1.8, libnet-ssh2-ruby1.8, libnet-ssh-gateway-ruby1.8, libnet-sftp2-ruby1.8, libnet-scp-ruby1.8, libhighline-ruby1.8, ${misc:Depends}
 Description: execute commands in parallel on multiples servers
@@ -22,3 +22,40 @@
  .
  Capistrano is easy to extend. It's written in the Ruby programming language,
  and may be extended easily by writing additional Ruby modules.
+ .
+ This is for ruby 1.8.
+
+
+Package: capistrano1.9.1
+Architecture: all
+Depends: ruby1.9.1, libnet-ssh2-ruby1.9.1, libnet-ssh-gateway-ruby1.9.1, libnet-sftp2-ruby1.9.1, libnet-scp-ruby1.9.1, libhighline-ruby1.9.1, ${misc:Depends}
+Description: execute commands in parallel on multiples servers
+ Capistrano is great for automating tasks via SSH on remote servers, like
+ software installation, application deployment, configuration management,
+ ad hoc server monitoring, and more. Ideal for system administrators, whether
+ professional or incidental. Easy to customize. Its configuration files use
+ the Ruby programming language syntax, but you don't need to know Ruby to do
+ most things with Capistrano.
+ .
+ Capistrano is easy to extend. It's written in the Ruby programming language,
+ and may be extended easily by writing additional Ruby modules.
+ .
+ This is for ruby 1.9.1.
+
+Package: capistrano
+Architecture: all
+Depends: capistrano1.8, ${misc:Depends}
+Description: execute commands in parallel on multiples servers
+ Capistrano is great for automating tasks via SSH on remote servers, like
+ software installation, application deployment, configuration management,
+ ad hoc server monitoring, and more. Ideal for system administrators, whether
+ professional or incidental. Easy to customize. Its configuration files use
+ the Ruby programming language syntax, but you don't need to know Ruby to do
+ most things with Capistrano.
+ .
+ Capistrano is easy to extend. It's written in the Ruby programming language,
+ and may be extended easily by writing additional Ruby modules.
+ .
+ This is for dummy package.
+
+




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