From 0dc13418bc3bd92d75c76e637f99213dbd94dc31 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: Sun, 16 Oct 2022 12:30:32 +0800 Subject: [PATCH] fix undeclared-elf-prerequisites --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index f733265..00fc708 100644 --- a/debian/control +++ b/debian/control @@ -22,7 +22,7 @@ Description: Encode binary files to printable utf16be Package: libbase16384-2 Architecture: any Section: libs -Depends: ${misc:Depends} +Depends: ${shlibs:Depends}, ${misc:Depends} Description: Dynamic library of base16384 This package provides library files for base16384 algorithm, which has 16384 Chinese characters (from \u4E00 to \u8DFF)