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

sharky at alioth.debian.org sharky at alioth.debian.org
Mon Jan 21 09:40:56 UTC 2008


Author: sharky
Date: 2008-01-21 09:40:56 +0000 (Mon, 21 Jan 2008)
New Revision: 2463

Modified:
   packages-wip/capistrano/trunk/debian/control
Log:
cleanup capistrano's 'control' file:
* change Standards-Version to 3.7.3
* add Debian Ruby Extras team to Uploaders
* don't depend on libfastthread-ruby (not available, not needed)
* remove un-needed versioned depends
* depend on libX-ruby, not libX-ruby1.8


Modified: packages-wip/capistrano/trunk/debian/control
===================================================================
--- packages-wip/capistrano/trunk/debian/control	2008-01-21 09:30:18 UTC (rev 2462)
+++ packages-wip/capistrano/trunk/debian/control	2008-01-21 09:40:56 UTC (rev 2463)
@@ -2,15 +2,16 @@
 Section: admin
 Priority: extra
 Maintainer: Leandro Nunes dos Santos <leandronunes at colivre.coop.br>
-Build-Depends: debhelper (>= 5), cdbs, ruby1.8, ruby-pkg-tools (>= 0.12)
-Standards-Version: 3.7.2
+Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
+Build-Depends: debhelper (>= 5), cdbs, ruby1.8, ruby-pkg-tools
+Standards-Version: 3.7.3
 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: 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)
+Architecture: all
+Depends: ruby1.8, libnet-ssh-ruby, libnet-sftp-ruby, libneedle-ruby, libhighline-ruby
 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