Skip to content
Snippets Groups Projects
Verified Commit 298cc0e9 authored by Daniel Leidert's avatar Daniel Leidert :point_right:
Browse files

Update packaging files and fix FTBFS

  * d/compat: Remove obsolete file.
  * d/control: Add Rules-Requires-Root field.
    (Build-Depends): Use debhelper-compat version 12 and depend on ruby-rspec
    to fix the FTBFS (closes: #952018).
    (Standards-Version): Bump to 4.5.0.
    (Depends): Remove interpreter.
  * d/ruby-tests.rake: Minor update.
  * d/upstream/metadata: Add metadata.
parent 54cd8919
No related branches found
No related tags found
No related merge requests found
Pipeline #112304 passed
ruby-http-accept-language (2.1.1-3) UNRELEASED; urgency=medium
[ Utkarsh Gupta ]
* Add salsa-ci.yml
[ Daniel Leidert ]
* d/compat: Remove obsolete file.
* d/control: Add Rules-Requires-Root field.
(Build-Depends): Use debhelper-compat version 12 and depend on ruby-rspec
to fix the FTBFS (closes: #952018).
(Standards-Version): Bump to 4.5.0.
(Depends): Remove interpreter.
* d/ruby-tests.rake: Minor update.
* d/upstream/metadata: Add metadata.
-- Utkarsh Gupta <guptautkarsh2102@gmail.com> Tue, 13 Aug 2019 05:39:41 +0530
ruby-http-accept-language (2.1.1-2) unstable; urgency=medium
......
11
Source: ruby-http-accept-language
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Anish A <aneesh.nl@gmail.com>
Build-Depends: debhelper (>= 11~),
Section: ruby
Testsuite: autopkgtest-pkg-ruby
Priority: optional
Build-Depends: debhelper-compat (= 12),
gem2deb,
ruby-activesupport,
ruby-i18n,
ruby-rack-test,
ruby-rspec-core
Standards-Version: 4.2.1
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-http-accept-language.git
ruby-rspec
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-http-accept-language
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-http-accept-language.git
Homepage: https://github.com/iain/http_accept_language
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all
Rules-Requires-Root: no
Package: ruby-http-accept-language
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
ruby-activesupport,
Depends: ruby-activesupport,
${misc:Depends},
${shlibs:Depends}
Suggests: ruby-railties
......@@ -37,3 +36,4 @@ Description: Ruby library that finds out which locale the user prefers
* Sorted by priority given, as much as possible.
* Gives you the most important language
* Gives compatible languages
XB-Ruby-Versions: ${ruby:Versions}
require 'rspec/core/rake_task'
require 'gem2deb/rake/spectask'
RSpec::Core::RakeTask.new(:spec) do |spec|
spec.pattern = './spec/**/*_spec.rb'
end
Gem2Deb::Rake::RSpecTask.new(:spec) do |spec|
spec.pattern = FileList['./spec/**/*_spec.rb']
end
task :default => :spec
task :default => :spec
---
Archive: GitHub
Bug-Database: https://github.com/iain/http_accept_language/issues
Bug-Submit: https://github.com/iain/http_accept_language/issues
Changelog: https://github.com/iain/http_accept_language/tags
Contact: https://github.com/iain/http_accept_language/issues
Name: http_accept_language
Repository: https://github.com/iain/http_accept_language.git
Repository-Browse: https://github.com/iain/http_accept_language
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment