diff --git a/debian/changelog b/debian/changelog index c114cb2..7560b3b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -18,6 +18,18 @@ + Build-Depends: Drop versioned constraint on ruby-omniauth-oauth. + ruby-omniauth-twitter: Drop versioned constraint on ruby-omniauth-oauth in Depends. + * Reading package lists... 0%Reading package lists... 100%Reading package + lists... Done Building dependency tree... 0%Building dependency tree... + 0%Building dependency tree... 50%Building dependency tree... 50%Building + dependency tree... Done Reading state information... 0% Reading state + information... 0%Reading state information... Done Connecting to + api.ftp-master.debian.org to check 1 package versions. Please wait... Got + info from api.ftp-master.debian.org for 1 packages. Changes applied to dpkg + configuration: - control source Standards-Version: '4.0.0' -> '4.5.1' # + applied fix for :Current standards version is '4.5.1'. Please read + https://www.debian.org/doc/debian-policy/upgrading-checklist.html for the + changes that may be needed on your package to upgrade it from standard + version '4.0.0' to '4.5.1'. -- Utkarsh Gupta Tue, 13 Aug 2019 06:18:04 +0530 diff --git a/debian/control b/debian/control index 0aa8a99..6fad4db 100644 --- a/debian/control +++ b/debian/control @@ -1,8 +1,9 @@ Source: ruby-omniauth-twitter -Section: ruby -Priority: optional Maintainer: Debian Ruby Team Uploaders: Pirate Praveen +Section: ruby +Testsuite: autopkgtest-pkg-ruby +Priority: optional Build-Depends: debhelper-compat (= 12), gem2deb, rake, @@ -11,16 +12,14 @@ ruby-rspec, ruby-simplecov, ruby-webmock -Standards-Version: 4.0.0 +Standards-Version: 4.5.1 +Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-omniauth-twitter Vcs-Git: https://salsa.debian.org/ruby-team/ruby-omniauth-twitter.git -Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-omniauth-twitter Homepage: https://github.com/arunagw/omniauth-twitter -Testsuite: autopkgtest-pkg-ruby XS-Ruby-Versions: all Package: ruby-omniauth-twitter Architecture: all -XB-Ruby-Versions: ${ruby:Versions} Depends: ruby | ruby-interpreter, ruby-rack, ruby-omniauth-oauth, @@ -33,3 +32,4 @@ Twitter uses OAuth 1.0a. Twitter's developer area contains ample documentation on how it implements this, so if you are really interested in the details, go check that out for more. +XB-Ruby-Versions: ${ruby:Versions}