diff -Nru ruby-twitter-oauth-0.4.94/debian/changelog ruby-twitter-oauth-0.4.94/debian/changelog --- ruby-twitter-oauth-0.4.94/debian/changelog 2014-07-31 11:57:22.000000000 +0000 +++ ruby-twitter-oauth-0.4.94/debian/changelog 2017-08-30 06:33:17.000000000 +0000 @@ -1,3 +1,23 @@ +ruby-twitter-oauth (0.4.94-3) unstable; urgency=medium + + [ Cédric Boutillier ] + * Remove version in the gem2deb build-dependency + * Use https:// in Vcs-* fields + * Use https:// in Vcs-* fields + * Run wrap-and-sort on packaging files + + [ Youhei SASAKI ] + * Bump debhelper >= 10 + * Bump Standard Version: 4.0.0 + + -- Youhei SASAKI Wed, 30 Aug 2017 15:33:17 +0900 + +ruby-twitter-oauth (0.4.94-2) unstable; urgency=medium + + * Bump Standard Version: 3.9.5 + + -- Youhei SASAKI Thu, 31 Jul 2014 21:08:29 +0900 + ruby-twitter-oauth (0.4.94-1) unstable; urgency=low * Imported Upstream version 0.4.94 diff -Nru ruby-twitter-oauth-0.4.94/debian/control ruby-twitter-oauth-0.4.94/debian/control --- ruby-twitter-oauth-0.4.94/debian/control 2014-07-31 11:57:22.000000000 +0000 +++ ruby-twitter-oauth-0.4.94/debian/control 2017-08-30 06:32:58.000000000 +0000 @@ -3,17 +3,22 @@ Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Youhei SASAKI -Build-Depends: debhelper (>= 9~), gem2deb (>= 0.3.0~) -Standards-Version: 3.9.4 -Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-twitter-oauth.git -Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-twitter-oauth.git;a=summary +Build-Depends: debhelper (>= 10~), + gem2deb +Standards-Version: 4.0.0 +Vcs-Git: https://anonscm.debian.org/git/pkg-ruby-extras/ruby-twitter-oauth.git +Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-twitter-oauth.git Homepage: http://github.com/moomerman/twitter_oauth XS-Ruby-Versions: all Package: ruby-twitter-oauth Architecture: all XB-Ruby-Versions: ${ruby:Versions} -Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, - ruby-oauth, ruby-json, ruby-mime-types +Depends: ruby | ruby-interpreter, + ruby-json, + ruby-mime-types, + ruby-oauth, + ${misc:Depends}, + ${shlibs:Depends} Description: Twitter OAuth REST API client library for Ruby The twitter_oauth is REST API client library for Ruby.