[DRE-commits] r2240 - packages-wip/capistrano/trunk/debian

leandronunes-guest at alioth.debian.org leandronunes-guest at alioth.debian.org
Mon Dec 10 16:11:54 UTC 2007


Author: leandronunes-guest
Date: 2007-12-10 16:11:54 +0000 (Mon, 10 Dec 2007)
New Revision: 2240

Modified:
   packages-wip/capistrano/trunk/debian/control
Log:
Adding dependency of libfastthread-ruby

Modified: packages-wip/capistrano/trunk/debian/control
===================================================================
--- packages-wip/capistrano/trunk/debian/control	2007-12-10 16:01:36 UTC (rev 2239)
+++ packages-wip/capistrano/trunk/debian/control	2007-12-10 16:11:54 UTC (rev 2240)
@@ -7,7 +7,7 @@
 
 Package: capistrano
 Architecture: any
-Depends: ruby, libnet-ssh-ruby1.8 (>= 1.1.1-1 ), libnet-sftp-ruby1.8 (>= 1.1.0-1), libneedle-ruby1.8 (>= 1.3.0-1),  libhighline-ruby1.8 (>= 1.4.0-1)
+Depends: ruby, libnet-ssh-ruby1.8 (>= 1.1.1-1 ), libnet-sftp-ruby1.8 (>= 1.1.0-1), libneedle-ruby1.8 (>= 1.3.0-1), libhighline-ruby1.8 (>= 1.4.0-1), libfastthread-ruby (>= 1.0.1-1)
 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,




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