[DRE-commits] [ruby-em-http-request] 04/05: d/control: wrap-sort
Jonas Genannt
jonas at brachium-system.net
Fri Feb 21 18:28:25 UTC 2014
This is an automated email from the git hooks/post-receive script.
hggh-guest pushed a commit to branch master
in repository ruby-em-http-request.
commit 8b2768e30d9beec969be0693ead895c47a308f25
Author: Jonas Genannt <jonas at brachium-system.net>
Date: Fri Feb 21 19:03:09 2014 +0100
d/control: wrap-sort
---
debian/control | 21 ++++++++++++++++-----
1 file changed, 16 insertions(+), 5 deletions(-)
diff --git a/debian/control b/debian/control
index dc19921..1b966e2 100644
--- a/debian/control
+++ b/debian/control
@@ -3,9 +3,16 @@ Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
Uploaders: Tollef Fog Heen <tfheen at debian.org>
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.13~), ruby-rspec, ruby-eventmachine,
- ruby-escape-utils, ruby-addressable, ruby-rack, ruby-em-socksify, ruby-http-parser,
- ruby-cookiejar
+Build-Depends: debhelper (>= 7.0.50~),
+ gem2deb (>= 0.2.13~),
+ ruby-addressable,
+ ruby-cookiejar,
+ ruby-em-socksify,
+ ruby-escape-utils,
+ ruby-eventmachine,
+ ruby-http-parser,
+ ruby-rack,
+ ruby-rspec
Standards-Version: 3.9.5
Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-em-http-request.git
Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-em-http-request.git;a=summary
@@ -15,8 +22,12 @@ XS-Ruby-Versions: ruby1.9.1
Package: ruby-em-http-request
Architecture: any
XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-eventmachine (>= 0.12.9),
- ruby-addressable (>= 2.0.0), ruby-escape-utils
+Depends: ruby | ruby-interpreter,
+ ruby-addressable (>= 2.0.0),
+ ruby-escape-utils,
+ ruby-eventmachine (>= 0.12.9),
+ ${misc:Depends},
+ ${shlibs:Depends}
Description: EventMachine based, async HTTP Request client
em-http-client is an asynchronous HTTP client based on EventMachine
with support for:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-em-http-request.git
More information about the Pkg-ruby-extras-commits
mailing list