From 6a6651c0af4430a773659bc31b4004e12bd2eb40 Mon Sep 17 00:00:00 2001 From: Sruthi Chandran Date: Fri, 15 Mar 2019 21:22:22 +0530 Subject: [PATCH] Remove jwt and omniauth-google-oauth2 from control as they are embedded --- debian/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 83c51df16f..18209ab836 100644 --- a/debian/control +++ b/debian/control @@ -58,7 +58,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, ruby-omniauth-facebook (>= 4.0~), ruby-omniauth-github (>= 1.3~), ruby-omniauth-gitlab (>= 1.0.2~), - ruby-omniauth-google-oauth2 (>= 0.6~), +# ruby-omniauth-google-oauth2 (>= 0.6~), ruby-omniauth-kerberos (>= 0.3.0-3~), ruby-omniauth-oauth2-generic (>= 0.2.2~), ruby-omniauth-saml (>= 1.10~), @@ -67,7 +67,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, ruby-omniauth-crowd (>= 2.2~), ruby-omniauth-authentiq (>= 0.3.3~), ruby-rack-oauth2 (>= 1.2.1~), - ruby-jwt (>= 2.1~), +# ruby-jwt (>= 2.1~), # Spam and anti-bot protection ruby-recaptcha (>= 4.11~), ruby-akismet (>= 2.0~),