1
0
mirror of https://github.com/fumiama/base16384.git synced 2026-06-11 06:00:25 +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

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.