From 92f2c0333bb39b19011b2c4ab700f02750a264ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BA=90=E6=96=87=E9=9B=A8?= <41315874+fumiama@users.noreply.github.com> Date: Thu, 21 Jul 2022 13:39:51 +0800 Subject: [PATCH] fix: weak-library-dev-dependency --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index cbbdc2d..1db9d63 100644 --- a/debian/control +++ b/debian/control @@ -27,6 +27,6 @@ Description: Dynamic library of base16384 Package: libbase16384-dev Architecture: any -Depends: ${misc:Depends}, libbase16384 (>= 2) +Depends: ${misc:Depends}, libbase16384 (= ${binary:Version}) Description: Header and static library of base16384 This package provides development files for base16384.