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

Christopher Lunsford binarymutant-guest at alioth.debian.org
Wed Aug 26 07:44:43 UTC 2009


Author: binarymutant-guest
Date: 2009-08-26 07:44:43 +0000 (Wed, 26 Aug 2009)
New Revision: 3989

Modified:
   trunk/capistrano/debian/control
Log:
Fixed depenency error


Modified: trunk/capistrano/debian/control
===================================================================
--- trunk/capistrano/debian/control	2009-08-26 07:33:37 UTC (rev 3988)
+++ trunk/capistrano/debian/control	2009-08-26 07:44:43 UTC (rev 3989)
@@ -11,7 +11,7 @@
 
 Package: capistrano
 Architecture: all
-Depends: ruby1.8, libnet-ssh2-ruby, libnet-ssh-gateway-ruby, libnet-sftp2-ruby, libnet-scp-ruby, libhighline-ruby (>= 1.4.0), ${misc:Depends}
+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
  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