[DRE-commits] [ruby-parallel] 11/13: add missing dependencies

Cédric Boutillier boutil at moszumanska.debian.org
Sun Dec 25 23:23:26 UTC 2016


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

boutil pushed a commit to branch master
in repository ruby-parallel.

commit 779a0255a9f7e9127eccfd194c8e68cc2f3e27da
Author: Cédric Boutillier <boutil at debian.org>
Date:   Sun Nov 20 13:24:34 2016 +0100

    add missing dependencies
---
 debian/control        | 9 +++++++--
 debian/patches/series | 1 +
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index e141ff2..54e478a 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,11 @@ Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.al
 Uploaders: Cédric Boutillier <boutil at debian.org>
 Build-Depends: debhelper (>= 9~),
                gem2deb,
-               ruby-rspec
+               procps,
+               ruby-activerecord,
+               ruby-progressbar,
+               ruby-rspec,
+               ruby-sqlite3
 Standards-Version: 3.9.8
 Vcs-Git: https://anonscm.debian.org/git/pkg-ruby-extras/ruby-parallel.git
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-parallel.git
@@ -18,7 +22,8 @@ Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
 Depends: ruby | ruby-interpreter,
          ${misc:Depends},
-         ${shlibs:Depends}
+         ${shlibs:Depends},
+         ruby-progressbar,
 Description: library to run any kind of code in parallel processes
  This package provides a Ruby library to run any code in parallel Processes (in
  order to use all CPUs) or Threads (to speedup blocking operations).
diff --git a/debian/patches/series b/debian/patches/series
index a640a91..ba62c3f 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 0001-disable-bundler-in-tests.patch
 0002-disable-failing-test-counting-open-pipes.patch
+0003-toto.patch

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



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