[DRE-commits] [ruby-twitter-stream] 02/03: wrap-sort

Jonas Genannt jonas at brachium-system.net
Sun Feb 16 09:41:09 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-twitter-stream.

commit 4a191b4a498a3b634d915f686b2bb1a2c88251c2
Author: Jonas Genannt <jonas at brachium-system.net>
Date:   Sun Feb 16 10:31:17 2014 +0100

    wrap-sort
---
 debian/control | 14 ++++++++++++--
 1 file changed, 12 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index d1fd942..4211a82 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,12 @@ Section: ruby
 Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
 Uploaders: Jonas Genannt <jonas.genannt at capi2name.de>
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.6.1~), ruby-rspec, ruby-eventmachine, ruby-simple-oauth, ruby-http-parser.rb
+Build-Depends: debhelper (>= 7.0.50~),
+               gem2deb (>= 0.6.1~),
+               ruby-eventmachine,
+               ruby-http-parser.rb,
+               ruby-rspec,
+               ruby-simple-oauth
 Standards-Version: 3.9.5
 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-twitter-stream.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-twitter-stream.git;a=summary
@@ -13,7 +18,12 @@ XS-Ruby-Versions: all
 Package: ruby-twitter-stream
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-eventmachine, ruby-simple-oauth, ruby-http-parser.rb
+Depends: ruby | ruby-interpreter,
+         ruby-eventmachine,
+         ruby-http-parser.rb,
+         ruby-simple-oauth,
+         ${misc:Depends},
+         ${shlibs:Depends}
 Description: Twitter realtime API client for Ruby
  Simple Ruby client library for twitter streaming API.
  Uses EventMachine for connection handling. Adheres to twitter's reconnection

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



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