1
0
mirror of https://github.com/fumiama/base16384.git synced 2026-06-07 11:10:29 +08:00

add lib package

This commit is contained in:
源文雨
2022-07-21 13:09:59 +08:00
parent a3ca29a80e
commit 918362a0d0
4 changed files with 9 additions and 2 deletions

View File

@@ -1,3 +1,2 @@
usr/bin/base16384
usr/lib/libbase16384.so.*
usr/share/man/man1/base16384.1

9
debian/control vendored
View File

@@ -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.

1
debian/libbase16384.install vendored Normal file
View File

@@ -0,0 +1 @@
usr/lib/libbase16384.so.*