Remove constraints unnecessary since stretch
* Build-Depends: Drop versioned constraint on ruby-omniauth-oauth.
* ruby-omniauth-twitter: Drop versioned constraint on ruby-omniauth-oauth in Depends.
Changes-By: deb-scrub-obsolete
Debian Janitor
2 years ago
13 | 13 |
* Remove overrides for lintian tags that are no longer supported.
|
14 | 14 |
* Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
|
15 | 15 |
Repository-Browse.
|
|
16 |
* Remove constraints unnecessary since stretch:
|
|
17 |
+ Build-Depends: Drop versioned constraint on ruby-omniauth-oauth.
|
|
18 |
+ ruby-omniauth-twitter: Drop versioned constraint on ruby-omniauth-oauth in
|
|
19 |
Depends.
|
16 | 20 |
|
17 | 21 |
-- Utkarsh Gupta <guptautkarsh2102@gmail.com> Tue, 13 Aug 2019 06:18:04 +0530
|
18 | 22 |
|
5 | 5 |
Build-Depends: debhelper-compat (= 12),
|
6 | 6 |
gem2deb,
|
7 | 7 |
rake,
|
8 | |
ruby-omniauth-oauth (>= 1.1),
|
|
8 |
ruby-omniauth-oauth,
|
9 | 9 |
ruby-rack-test,
|
10 | 10 |
ruby-rspec,
|
11 | 11 |
ruby-simplecov,
|
|
22 | 22 |
XB-Ruby-Versions: ${ruby:Versions}
|
23 | 23 |
Depends: ruby | ruby-interpreter,
|
24 | 24 |
ruby-rack,
|
25 | |
ruby-omniauth-oauth (>= 1.1),
|
|
25 |
ruby-omniauth-oauth,
|
26 | 26 |
${misc:Depends},
|
27 | 27 |
${shlibs:Depends}
|
28 | 28 |
Description: OmniAuth strategy for Twitter
|