From 918362a0d0039c87df95337c7483ecf963d67ab8 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:09:59 +0800 Subject: [PATCH] add lib package --- debian/base16384.install | 1 - debian/control | 9 ++++++++- .../{base16384-dev.install => libbase16384-dev.install} | 0 debian/libbase16384.install | 1 + 4 files changed, 9 insertions(+), 2 deletions(-) rename debian/{base16384-dev.install => libbase16384-dev.install} (100%) create mode 100644 debian/libbase16384.install diff --git a/debian/base16384.install b/debian/base16384.install index f1cc20a..c25b646 100644 --- a/debian/base16384.install +++ b/debian/base16384.install @@ -1,3 +1,2 @@ usr/bin/base16384 -usr/lib/libbase16384.so.* usr/share/man/man1/base16384.1 diff --git a/debian/control b/debian/control index 644edd1..85dfd09 100644 --- a/debian/control +++ b/debian/control @@ -19,7 +19,14 @@ Description: Encode binary files to printable utf16be an unicode Chinese character \u3Dxx will be appended to present it with xx ranging from 01 to 06. -Package: base16384-dev +Package: libbase16384 Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: Dynamic library of base16384 + This package provides .so file for base16384. + +Package: libbase16384-dev +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, libbase16384 (>= 2) Description: Header and static library of base16384 This package provides development files for base16384. diff --git a/debian/base16384-dev.install b/debian/libbase16384-dev.install similarity index 100% rename from debian/base16384-dev.install rename to debian/libbase16384-dev.install diff --git a/debian/libbase16384.install b/debian/libbase16384.install new file mode 100644 index 0000000..37628e4 --- /dev/null +++ b/debian/libbase16384.install @@ -0,0 +1 @@ +usr/lib/libbase16384.so.*