From 33a94e58a8a3c06e42562ae450bf3b0f406f6434 Mon Sep 17 00:00:00 2001
From: Pirate Praveen <praveen@debian.org>
Date: Sun, 5 Jul 2020 21:42:12 +0530
Subject: [PATCH] Allow version from backports to satisfy dependency

---
 debian/control | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 43bc6cf..4b463fa 100644
--- a/debian/control
+++ b/debian/control
@@ -5,9 +5,9 @@ Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.al
 Uploaders: Utkarsh Gupta <utkarsh@debian.org>
 Build-Depends: debhelper-compat (= 12),
                gem2deb (>= 1),
-               rake (>= 13.0.1-4),
+               rake (>= 13.0.1-4~),
                ruby-ffi-compiler (<< 2.0),
-               ruby-ffi-compiler (>= 1.0.1-4),
+               ruby-ffi-compiler (>= 1.0.1-4~),
                ruby-rspec
 Standards-Version: 4.5.0
 Vcs-Git: https://salsa.debian.org/ruby-team/ruby-http-parser.git
-- 
GitLab