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

leandronunes-guest at alioth.debian.org leandronunes-guest at alioth.debian.org
Thu Dec 13 12:07:17 UTC 2007


Author: leandronunes-guest
Date: 2007-12-13 12:07:17 +0000 (Thu, 13 Dec 2007)
New Revision: 2267

Modified:
   packages-wip/capistrano/trunk/debian/control
Log:
fixing dependency problems of ruby version and adding Vcs* references

Modified: packages-wip/capistrano/trunk/debian/control
===================================================================
--- packages-wip/capistrano/trunk/debian/control	2007-12-13 12:05:53 UTC (rev 2266)
+++ packages-wip/capistrano/trunk/debian/control	2007-12-13 12:07:17 UTC (rev 2267)
@@ -1,13 +1,16 @@
 Source: capistrano
 Section: admin
-Priority: optional
+Priority: extra
 Maintainer: Leandro Nunes dos Santos <leandronunes at colivre.coop.br>
-Build-Depends: debhelper (>= 5), cdbs, ruby, ruby-pkg-tools (>= 0.12)
+Build-Depends: debhelper (>= 5), cdbs, ruby1.8, ruby-pkg-tools (>= 0.12)
 Standards-Version: 3.7.2
+Homepage: http://www.capify.org
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-ruby-extras/packages/capistrano/
+Vcs-Svn: svn://svn.debian.org/pkg-ruby-extras/packages/capistrano
 
 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), libfastthread-ruby (>= 1.0.1-1)
+Depends: ruby1.8, 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