Remove constraints unnecessary since stretch
* Build-Depends: Drop versioned constraint on ruby-omniauth-oauth2.
* ruby-omniauth-facebook: Drop versioned constraint on ruby-omniauth-oauth2 in Depends.
Changes-By: deb-scrub-obsolete
Jenkins
1 year, 8 months ago
12 | 12 |
Repository-Browse.
|
13 | 13 |
* Update Vcs-* headers from URL redirect.
|
14 | 14 |
* Use canonical URL in Vcs-Git.
|
|
15 |
* Remove constraints unnecessary since stretch:
|
|
16 |
+ Build-Depends: Drop versioned constraint on ruby-omniauth-oauth2.
|
|
17 |
+ ruby-omniauth-facebook: Drop versioned constraint on ruby-omniauth-oauth2
|
|
18 |
in Depends.
|
15 | 19 |
|
16 | 20 |
-- Utkarsh Gupta <guptautkarsh2102@gmail.com> Tue, 13 Aug 2019 06:15:37 +0530
|
17 | 21 |
|
7 | 7 |
gem2deb,
|
8 | 8 |
ruby-minitest,
|
9 | 9 |
ruby-mocha,
|
10 | |
ruby-omniauth-oauth2 (>= 1.2~)
|
|
10 |
ruby-omniauth-oauth2
|
11 | 11 |
Standards-Version: 3.9.8
|
12 | 12 |
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-omniauth-facebook.git
|
13 | 13 |
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-omniauth-facebook
|
|
18 | 18 |
Architecture: all
|
19 | 19 |
XB-Ruby-Versions: ${ruby:Versions}
|
20 | 20 |
Depends: ruby | ruby-interpreter,
|
21 | |
ruby-omniauth-oauth2 (>= 1.2~),
|
|
21 |
ruby-omniauth-oauth2,
|
22 | 22 |
${misc:Depends},
|
23 | 23 |
${shlibs:Depends}
|
24 | 24 |
Description: Oauth2 facebook strategy for OmniAuth
|