Codebase list ruby-omniauth-auth0 / abb1c3d
Remove constraints unnecessary since stretch * Build-Depends: Drop versioned constraint on ruby-omniauth-oauth2. * ruby-omniauth-auth0: Drop versioned constraint on ruby-omniauth-oauth2 in Depends. Changes-By: deb-scrub-obsolete Debian Janitor 2 years ago
2 changed file(s) with 6 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
1010 * Set debhelper-compat version in Build-Depends.
1111 * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
1212 Repository-Browse.
13 * Remove constraints unnecessary since stretch:
14 + Build-Depends: Drop versioned constraint on ruby-omniauth-oauth2.
15 + ruby-omniauth-auth0: Drop versioned constraint on ruby-omniauth-oauth2 in
16 Depends.
1317
1418 -- Utkarsh Gupta <guptautkarsh2102@gmail.com> Tue, 13 Aug 2019 06:14:56 +0530
1519
55 Build-Depends: debhelper-compat (= 12),
66 gem2deb,
77 rake,
8 ruby-omniauth-oauth2 (>= 1.4~),
8 ruby-omniauth-oauth2,
99 ruby-rspec,
1010 ruby-simplecov,
1111 ruby-rack-test,
2222 Architecture: all
2323 XB-Ruby-Versions: ${ruby:Versions}
2424 Depends: ruby | ruby-interpreter,
25 ruby-omniauth-oauth2 (>= 1.4~),
25 ruby-omniauth-oauth2,
2626 ${misc:Depends},
2727 ${shlibs:Depends}
2828 Description: Omniauth OAuth2 strategy for the Auth0 platform