[DRE-maint] Ubuntu capistrano 2.5.9-1ubuntu1

Ubuntu Merge-o-Matic mom at ubuntu.com
Thu Jan 5 01:26:12 UTC 2012


This e-mail has been sent due to an upload to Ubuntu that contains Ubuntu
changes.  It contains the difference between the new version and the
previous version of the same source package in Ubuntu.
-------------- next part --------------
Format: 1.8
Date: Wed, 04 Jan 2012 16:45:07 -0500
Source: capistrano
Binary: capistrano
Architecture: source
Version: 2.5.9-1ubuntu1
Distribution: precise
Urgency: low
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Scott Kitterman <scott at kitterman.com>
Description: 
 capistrano - Executes commands in parallel on multiples servers
Changes: 
 capistrano (2.5.9-1ubuntu1) precise; urgency=low
 .
   * Add rails to recommends
   * Update description to mention rails and the alternative of the
     railsless-deploy gem
Checksums-Sha1: 
 b24f064e80f634ba6b7232016096c567113103b5 1433 capistrano_2.5.9-1ubuntu1.dsc
 a7191fef56a45079d5d80eee04a36c87f987b10f 3935 capistrano_2.5.9-1ubuntu1.diff.gz
Checksums-Sha256: 
 1f79cb18a186e4d209285d166fac57e814a186a7b14e36c04174f4f8692e4c4e 1433 capistrano_2.5.9-1ubuntu1.dsc
 9d654a107afd4f72092660ec9a4dffc71a5083581499701929868db4af27cfe4 3935 capistrano_2.5.9-1ubuntu1.diff.gz
Files: 
 d97593ba28bf76c2060b75c36d1a36d9 1433 ruby optional capistrano_2.5.9-1ubuntu1.dsc
 28998eb8d13f222c33ff505c0b0ee1e9 3935 ruby optional capistrano_2.5.9-1ubuntu1.diff.gz
Original-Maintainer: Christopher Lunsford <binarymutant at gmail.com>
-------------- next part --------------
diff -pruN 2.5.9-1/debian/changelog 2.5.9-1ubuntu1/debian/changelog
--- 2.5.9-1/debian/changelog	2012-01-05 01:04:53.000000000 +0000
+++ 2.5.9-1ubuntu1/debian/changelog	2012-01-05 01:04:53.000000000 +0000
@@ -1,3 +1,11 @@
+capistrano (2.5.9-1ubuntu1) precise; urgency=low
+
+  * Add rails to recommends
+  * Update description to mention rails and the alternative of the
+    railsless-deploy gem
+
+ -- Scott Kitterman <scott at kitterman.com>  Wed, 04 Jan 2012 16:45:07 -0500
+
 capistrano (2.5.9-1) unstable; urgency=low
 
   * New upstream release
diff -pruN 2.5.9-1/debian/control 2.5.9-1ubuntu1/debian/control
--- 2.5.9-1/debian/control	2012-01-05 01:04:53.000000000 +0000
+++ 2.5.9-1ubuntu1/debian/control	2012-01-05 01:04:53.000000000 +0000
@@ -1,7 +1,8 @@
 Source: capistrano
 Section: ruby
 Priority: optional
-Maintainer: Christopher Lunsford <binarymutant at gmail.com>
+Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
+XSBC-Original-Maintainer: Christopher Lunsford <binarymutant at gmail.com>
 Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>, Deepak Tripathi <apenguinlinux at gmail.com>
 Build-Depends: debhelper (>= 7), cdbs, ruby1.8, ruby-pkg-tools
 Standards-Version: 3.8.4
@@ -12,13 +13,15 @@ Vcs-Svn: svn://svn.debian.org/svn/pkg-ru
 Package: capistrano
 Architecture: all
 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}
+Recommends: rails
 Description: Executes commands in parallel on multiples 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.
+ most things with Capistrano. It uses rails, but can be used without it using
+ the railsless-deploy gem.
  .
  Capistrano is easy to extend. It's written in the Ruby programming language,
  and may be extended easily by writing additional Ruby modules.


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