[DRE-commits] [ruby-omniauth-twitter] 01/01: titghten dependencies
Praveen Arimbrathodiyil
praveen at moszumanska.debian.org
Wed Aug 5 16:55:30 UTC 2015
This is an automated email from the git hooks/post-receive script.
praveen pushed a commit to branch master
in repository ruby-omniauth-twitter.
commit 7572d124940c27ca247c8348916980ae9e5083af
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date: Wed Aug 5 19:27:00 2015 +0530
titghten dependencies
---
debian/changelog | 6 ++++++
debian/control | 20 +++++++++++++++++---
2 files changed, 23 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 443d0d1..448de54 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+ruby-omniauth-twitter (1.2.0-2) UNRELEASED; urgency=medium
+
+ * Tighten dependencies
+
+ -- Pirate Praveen <praveen at debian.org> Wed, 05 Aug 2015 19:26:46 +0530
+
ruby-omniauth-twitter (1.2.0-1) unstable; urgency=medium
* New upstream release
diff --git a/debian/control b/debian/control
index 7b8b905..47ef019 100644
--- a/debian/control
+++ b/debian/control
@@ -3,8 +3,18 @@ Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen at debian.org>
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.7.5~), rake, ruby-rspec, ruby-multi-json,
- ruby-omniauth-oauth, ruby-webmock, ruby-rack-test, ruby-safe-yaml
+Build-Depends: debhelper (>= 7.0.50~),
+ gem2deb (>= 0.7.5~),
+ rake,
+ ruby-rspec,
+ ruby-multi-json,
+ ruby-omniauth-oauth (>= 1.1),
+ ruby-omniauth-oauth (<< 2.0),
+ ruby-webmock,
+ ruby-rack-test,
+ ruby-safe-yaml (>= 1.0.4),
+ ruby-json (>= 1.3),
+ ruby-json (<< 2.0)
Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-omniauth-twitter.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-omniauth-twitter.git;a=summary
@@ -14,7 +24,11 @@ XS-Ruby-Versions: all
Package: ruby-omniauth-twitter
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
+Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter,
+ ruby-omniauth-oauth (>= 1.1),
+ ruby-omniauth-oauth (<< 2.0),
+ ruby-json (>= 1.3),
+ ruby-json (<< 2.0)
Description: OmniAuth strategy for Twitter
Twitter offers a few different methods of integration. This strategy implements
the browser variant of the "Sign in with Twitter" flow.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-omniauth-twitter.git
More information about the Pkg-ruby-extras-commits
mailing list