diff --git a/debian/changelog b/debian/changelog index 624c0dc..c114cb2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -14,6 +14,10 @@ * Remove overrides for lintian tags that are no longer supported. * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository, Repository-Browse. + * 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. -- Utkarsh Gupta Tue, 13 Aug 2019 06:18:04 +0530 diff --git a/debian/control b/debian/control index 4a75a76..0aa8a99 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,7 @@ Build-Depends: debhelper-compat (= 12), gem2deb, rake, - ruby-omniauth-oauth (>= 1.1), + ruby-omniauth-oauth, ruby-rack-test, ruby-rspec, ruby-simplecov, @@ -23,7 +23,7 @@ XB-Ruby-Versions: ${ruby:Versions} Depends: ruby | ruby-interpreter, ruby-rack, - ruby-omniauth-oauth (>= 1.1), + ruby-omniauth-oauth, ${misc:Depends}, ${shlibs:Depends} Description: OmniAuth strategy for Twitter