[DRE-commits] [berkshelf] 04/07: Fix debian/control

Hleb Valoshka tsfgnu-guest at moszumanska.debian.org
Tue Sep 27 15:10:17 UTC 2016


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

tsfgnu-guest pushed a commit to branch master
in repository berkshelf.

commit fdcc278b4a2fcf6f5dbbfe80a85ed55b81005fc0
Author: Hleb Valoshka <375gnu at gmail.com>
Date:   Tue Sep 27 18:05:38 2016 +0300

    Fix debian/control
---
 debian/control | 45 ++++++++++++++++++++++++++++-----------------
 1 file changed, 28 insertions(+), 17 deletions(-)

diff --git a/debian/control b/debian/control
index 4d26abf..f51c829 100644
--- a/debian/control
+++ b/debian/control
@@ -1,33 +1,40 @@
 Source: berkshelf
-Section: ruby
+Section: misc
 Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
 Uploaders: Hleb Valoshka <375gnu at gmail.com>
 Build-Depends: debhelper (>= 9~),
                gem2deb,
                rake,
-               ruby-addressable (>= 2.3),
+               berkshelf-api,
+               chef-zero (>= 4.0),
+               cucumber,
+               git,
+               graphviz,
                ruby-addressable (>= 2.3.4),
-               ruby-berkshelf-api-client (>= 2.0),
-               ruby-berkshelf-api-client (>= 2.0.2),
+               ruby-aruba,
+               ruby-berkshelf-api-client (>= 2.0.1),
                ruby-buff-config (>= 1.0),
                ruby-buff-extensions (>= 1.0),
                ruby-buff-shell-out (>= 0.1),
                ruby-celluloid (>= 0.16.0),
                ruby-celluloid-io (>= 0.16.1),
                ruby-cleanroom (>= 1.0),
+               ruby-dep-selector (>= 1.0),
                ruby-faraday (>= 0.9),
                ruby-httpclient (>= 2.7),
-               ruby-minitar (>= 0.5),
+               ruby-http (>= 0.9.8),
                ruby-minitar (>= 0.5.4),
                ruby-mixlib-archive (>= 0.1),
-               ruby-octokit (>= 4.0),
+               ruby-octokit (>= 3.8),
                ruby-retryable (>= 2.0),
-               ruby-ridley (>= 4.5),
+               ruby-ridley (>= 4.4),
                ruby-rspec,
                ruby-solve (>= 2.0),
-               ruby-thor (>= 0.19)
-Standards-Version: 3.9.7
+               ruby-thor (>= 0.19),
+               ruby-webmock (>= 1.11),
+               test-kitchen
+Standards-Version: 3.9.8
 Vcs-Git: https://anonscm.debian.org/git/pkg-ruby-extras/berkshelf.git
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/berkshelf.git
 Homepage: http://berkshelf.com
@@ -38,10 +45,8 @@ Package: berkshelf
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
 Depends: ruby | ruby-interpreter,
-         ruby-addressable (>= 2.3),
          ruby-addressable (>= 2.3.4),
-         ruby-berkshelf-api-client (>= 2.0),
-         ruby-berkshelf-api-client (>= 2.0.2),
+         ruby-berkshelf-api-client (>= 2.0.1),
          ruby-buff-config (>= 1.0),
          ruby-buff-extensions (>= 1.0),
          ruby-buff-shell-out (>= 0.1),
@@ -50,15 +55,21 @@ Depends: ruby | ruby-interpreter,
          ruby-cleanroom (>= 1.0),
          ruby-faraday (>= 0.9),
          ruby-httpclient (>= 2.7),
-         ruby-minitar (>= 0.5),
          ruby-minitar (>= 0.5.4),
          ruby-mixlib-archive (>= 0.1),
-         ruby-octokit (>= 4.0),
+         ruby-octokit (>= 3.8),
          ruby-retryable (>= 2.0),
-         ruby-ridley (>= 4.5),
+         ruby-ridley (>= 4.4),
          ruby-solve (>= 2.0),
          ruby-thor (>= 0.19),
          ${misc:Depends},
          ${shlibs:Depends}
-Description: Manages a Cookbook's, or an Application's, Cookbook dependencies
- Manages a Cookbook's, or an Application's, Cookbook dependencies
+Description: Addon for Chef to manage cookbooks and cookbook dependencies
+ Berkshelf is like bundler for rubygems, it manages cookbooks and their
+ dependencies.
+ .
+ It can be used to install and update cookbooks listed in Berksfile, upload
+ them to the Chef server, apply version locks to Chef's environment, vendore
+ and archive the dependencies of a Berksfile, visualize the dependency graph.
+ .
+ Berkshelf can transparently used with tools like Kitchen and Vagrant.

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



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