From 5262f64486409c3510ecd5603f9320065b81bac4 Mon Sep 17 00:00:00 2001 From: Ananthu C V <weepingclown@disroot.org> Date: Thu, 28 Dec 2023 22:40:28 +0530 Subject: [PATCH] Fix build deps and remove {XS,XB}-Ruby-Versions fields --- debian/control | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/debian/control b/debian/control index d1410ff..476174f 100644 --- a/debian/control +++ b/debian/control @@ -5,21 +5,17 @@ Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.or Uploaders: Utkarsh Gupta <utkarsh@debian.org> Build-Depends: debhelper-compat (= 13), gem2deb (>= 1), - rake (>= 13.0.1-4~), - ruby-ffi-compiler (<< 2.0), - ruby-ffi-compiler (>= 1.0.1-4~), - ruby-rspec + ruby-ffi-compiler (>= 1.0), + ruby-rspec <!nocheck> Standards-Version: 4.6.2 Vcs-Git: https://salsa.debian.org/ruby-team/ruby-http-parser.git Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-http-parser Homepage: https://github.com/cotag/http-parser Testsuite: autopkgtest-pkg-ruby -XS-Ruby-Versions: all Rules-Requires-Root: no Package: ruby-http-parser Architecture: any -XB-Ruby-Versions: ${ruby:Versions} Depends: ${misc:Depends}, ${ruby:Depends}, ${shlibs:Depends} -- GitLab