From b855cb359c5c33185aaaad214d9def002c7626f9 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, 5 Jun 2022 11:18:40 +0800 Subject: [PATCH] add dev package --- debian/base16384-dev.install | 3 +++ debian/base16384.install | 3 +++ debian/control | 6 ++++++ 3 files changed, 12 insertions(+) create mode 100644 debian/base16384-dev.install create mode 100644 debian/base16384.install diff --git a/debian/base16384-dev.install b/debian/base16384-dev.install new file mode 100644 index 0000000..c4760ce --- /dev/null +++ b/debian/base16384-dev.install @@ -0,0 +1,3 @@ +usr/lib/libbase16384.a +usr/lib/libbase16384.so +usr/include/base16384.h diff --git a/debian/base16384.install b/debian/base16384.install new file mode 100644 index 0000000..f1cc20a --- /dev/null +++ b/debian/base16384.install @@ -0,0 +1,3 @@ +usr/bin/base16384 +usr/lib/libbase16384.so.* +usr/share/man/man1/base16384.1 diff --git a/debian/control b/debian/control index a1adace..6a69a68 100644 --- a/debian/control +++ b/debian/control @@ -18,3 +18,9 @@ Description: Encode binary files to printable utf16be If length of the data has a remainder after mod 7, an unicode Chinese character \u3Dxx will be appended to present it with xx ranging from 01 to 06. + +Package: base16384-dev +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: Header and static library of base16384 + This package provides development files for base16384.