capistrano 2.12.0-1 source package in Ubuntu

Changelog

capistrano (2.12.0-1) unstable; urgency=low


  * New upstream release.
  * Fix typo in the short description (Closes: #655389)
  * Bump build dependency on gem2deb to 0.3.0~
  * debian/patches/0001-Remove-unecessary-explicit-rubygems-access.patch:
    removed, applied upstream
  * debian/patches/0002-Remove-bundler-rubygems-stuff-from-test-code.patch:
    refreshed.
  * Bump standards version to 3.9.3; no changes needed

 -- Antonio Terceiro <email address hidden>  Sat, 30 Jun 2012 09:48:35 -0300

Upload details

Uploaded by:
Debian Ruby Extras Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Ruby Extras Maintainers
Architectures:
all
Section:
ruby
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe ruby

Builds

Raring: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
capistrano_2.12.0-1.dsc 1.5 KiB bc5832bce5c23cd1e7893954ed4be320370bcf3bd7e9cdc1b475a8ec65fa79bb
capistrano_2.12.0.orig.tar.gz 118.3 KiB 19af5fdde23061297ff4cef9576f4046fb96c13b02fd059529fb52b112cdd11b
capistrano_2.12.0-1.debian.tar.gz 5.0 KiB fc7c2982985505482cccabd49e6e8e2516a078428bc6eb94e777674faf54501c

No changes file available.

Binary packages built by this source

capistrano: Executes commands in parallel on multiple 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.