[DRE-commits] [ruby-delayed-job] 02/02: Fix runtime dep

Balasankar C balasankarc-guest at moszumanska.debian.org
Fri May 29 06:26:59 UTC 2015


This is an automated email from the git hooks/post-receive script.

balasankarc-guest pushed a commit to branch master
in repository ruby-delayed-job.

commit 9ce33c87bf0ddac844d4d629898faf838bd40f03
Author: Balasankar C <balasankarc at autistici.org>
Date:   Fri May 29 11:56:17 2015 +0530

    Fix runtime dep
---
 debian/control | 13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)

diff --git a/debian/control b/debian/control
index 87cd75f..2e76f4c 100644
--- a/debian/control
+++ b/debian/control
@@ -8,6 +8,7 @@ Build-Depends: debhelper (>= 7.0.50~),
                rake,
                ruby-actionmailer,
                ruby-activerecord,
+               ruby-activesupport,
                ruby-rspec,
                ruby-sqlite3
 Standards-Version: 3.9.6
@@ -20,8 +21,12 @@ XS-Ruby-Versions: all
 Package: ruby-delayed-job
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ruby | ruby-interpreter, ${misc:Depends}, ${shlibs:Depends}, ruby-activerecord
-Description: Database-backed asynchronous priority queue system
- Delayed_job (or DJ) encapsulates the common pattern of asynchronously 
- executing longer tasks in the background. It is a direct extraction from 
+Depends: ruby | ruby-interpreter,
+         ruby-activerecord,
+         ruby-activesupport,
+         ${misc:Depends},
+         ${shlibs:Depends}
+Description: database-backed asynchronous priority queue system
+ Delayed_job (or DJ) encapsulates the common pattern of asynchronously
+ executing longer tasks in the background. It is a direct extraction from
  Shopify where the job table is responsible for a multitude of core tasks.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-delayed-job.git



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