diff -Nru ruby-twitter-stream-0.1.16/debian/changelog ruby-twitter-stream-0.1.16/debian/changelog --- ruby-twitter-stream-0.1.16/debian/changelog 2015-12-07 18:20:39.000000000 +0000 +++ ruby-twitter-stream-0.1.16/debian/changelog 2016-07-21 06:07:38.000000000 +0000 @@ -1,3 +1,10 @@ +ruby-twitter-stream (0.1.16-3) unstable; urgency=medium + + * Tighten dependencies (for gitlab) + * Add myself to uploaders + + -- Pirate Praveen Thu, 21 Jul 2016 11:37:11 +0530 + ruby-twitter-stream (0.1.16-2) unstable; urgency=medium [ Pirate Praveen ] diff -Nru ruby-twitter-stream-0.1.16/debian/control ruby-twitter-stream-0.1.16/debian/control --- ruby-twitter-stream-0.1.16/debian/control 2015-12-07 18:20:19.000000000 +0000 +++ ruby-twitter-stream-0.1.16/debian/control 2016-07-21 06:07:38.000000000 +0000 @@ -2,16 +2,17 @@ Section: ruby Priority: optional Maintainer: Debian Ruby Extras Maintainers -Uploaders: Jonas Genannt +Uploaders: Jonas Genannt , + Pirate Praveen Build-Depends: debhelper (>= 9~), - gem2deb (>= 0.6.1~), - ruby-eventmachine, - ruby-http-parser.rb, + gem2deb, + ruby-eventmachine (>= 1.0.7-3~), + ruby-http-parser.rb (>= 0.6.0-3~), ruby-rspec, - ruby-simple-oauth -Standards-Version: 3.9.6 -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 + ruby-simple-oauth (>= 0.3.1~) +Standards-Version: 3.9.8 +Vcs-Git: https://anonscm.debian.org/git/pkg-ruby-extras/ruby-twitter-stream.git +Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-twitter-stream.git Homepage: http://github.com/voloko/twitter-stream XS-Ruby-Versions: all @@ -19,9 +20,9 @@ Architecture: all XB-Ruby-Versions: ${ruby:Versions} Depends: ruby | ruby-interpreter, - ruby-eventmachine, - ruby-http-parser.rb, - ruby-simple-oauth, + ruby-eventmachine (>= 1.0.7-3~), + ruby-http-parser.rb (>= 0.6.0-3~), + ruby-simple-oauth (>= 0.3.1~), ${misc:Depends}, ${shlibs:Depends} Description: Twitter realtime API client for Ruby