[DRE-commits] [ruby-http] 04/06: d/control: Add new depdencencys
Sebastien Badia
sbadia-guest at moszumanska.debian.org
Sun Dec 20 22:42:16 UTC 2015
This is an automated email from the git hooks/post-receive script.
sbadia-guest pushed a commit to branch master
in repository ruby-http.
commit 2d05a28b06e2651f9feb785abc75dd23c93d416f
Author: Sebastien Badia <seb at sebian.fr>
Date: Sun Dec 20 23:37:00 2015 +0100
d/control: Add new depdencencys
---
debian/control | 20 ++++++++++++++++----
1 file changed, 16 insertions(+), 4 deletions(-)
diff --git a/debian/control b/debian/control
index ed49a9c..47c7add 100644
--- a/debian/control
+++ b/debian/control
@@ -3,8 +3,15 @@ Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen at debian.org>
-Build-Depends: debhelper (>= 9~), gem2deb (>= 0.10~),
- ruby-http-parser.rb, ruby-rspec, ruby-coveralls
+Build-Depends: debhelper (>= 9~),
+ gem2deb (>= 0.10~),
+ ruby-addressable,
+ ruby-coveralls,
+ ruby-http-cookie,
+ ruby-http-form-data,
+ ruby-http-parser.rb,
+ ruby-rspec,
+ ruby-rspec-its
Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-http.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-http.git;a=summary
@@ -14,8 +21,13 @@ XS-Ruby-Versions: all
Package: ruby-http
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter,
- ruby-http-parser.rb
+Depends: ruby | ruby-interpreter,
+ ruby-addressable,
+ ruby-http-cookie,
+ ruby-http-form-data,
+ ruby-http-parser.rb,
+ ${misc:Depends},
+ ${shlibs:Depends}
Description: easy-to-use client library for making http requests from Ruby
It uses a simple method chaining system for building requests, similar
to Python's Requests
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-http.git
More information about the Pkg-ruby-extras-commits
mailing list