[DRE-commits] [ruby-httpclient] 12/18: Update Build-Depends and Depends, depend on ruby-http-cookie
Hleb Valoshka
tsfgnu-guest at moszumanska.debian.org
Thu Aug 27 10:37:13 UTC 2015
This is an automated email from the git hooks/post-receive script.
tsfgnu-guest pushed a commit to branch master
in repository ruby-httpclient.
commit 5e1adf896de7c1c8ae52b0b7d1d02db3f35727ad
Author: Hleb Valoshka <375gnu at gmail.com>
Date: Mon Aug 17 16:08:17 2015 +0300
Update Build-Depends and Depends, depend on ruby-http-cookie
---
debian/control | 11 +++++++++--
1 file changed, 9 insertions(+), 2 deletions(-)
diff --git a/debian/control b/debian/control
index 807e1bf..f36fa67 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,11 @@ Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
Uploaders: Antonio Terceiro <terceiro at debian.org>, Ryan Niebur <ryanryan52 at gmail.com>, Gunnar Wolf <gwolf at debian.org>
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.7~)
+Build-Depends: debhelper (>= 7.0.50~),
+ gem2deb,
+ ruby-test-unit,
+ ruby-rack,
+ ruby-http-cookie (>= 1.0)
Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-httpclient.git
Vcs-Browser: http://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-httpclient.git/
@@ -14,7 +18,10 @@ XS-Ruby-Versions: all
Package: ruby-httpclient
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
+Depends: ${shlibs:Depends},
+ ${misc:Depends},
+ ruby | ruby-interpreter,
+ ruby-http-cookie (>= 1.0)
Description: HTTP client library for ruby (ruby 1.8 version)
httpclient gives something like the functionality of
libwww-perl (LWP) in Ruby.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-httpclient.git
More information about the Pkg-ruby-extras-commits
mailing list