From 0606432e9bc7bd9c95230e830c358feb8ececa12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Gr=C3=BCnbichler?= Date: Mon, 16 May 2022 15:51:47 +0200 Subject: [PATCH] d/control: use regular versioned build-dependency MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit although the full variant is provided by the current librust-log-dev package, it won't be once it gets bumped to the next upstream version. Signed-off-by: Fabian Grünbichler --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 47d0f672..c0cda274 100644 --- a/debian/control +++ b/debian/control @@ -30,7 +30,7 @@ Build-Depends: debhelper (>= 12), librust-hyper-0.14+full-dev (>= 0.14.5-~~), librust-lazy-static-1+default-dev (>= 1.4-~~), librust-libc-0.2+default-dev, - librust-log-0.4.17+default-dev, + librust-log-0.4+default-dev (>= 0.4.17-~~) , librust-nix-0.19+default-dev (>= 0.19.1-~~), librust-nom-5+default-dev (>= 5.1-~~), librust-num-traits-0.2+default-dev,