1
0
mirror of https://github.com/fumiama/base16384.git synced 2026-06-06 18:50:31 +08:00

add dev package

This commit is contained in:
源文雨
2022-06-05 11:18:40 +08:00
parent 5f6d3073a8
commit b855cb359c
3 changed files with 12 additions and 0 deletions

3
debian/base16384-dev.install vendored Normal file
View File

@@ -0,0 +1,3 @@
usr/lib/libbase16384.a
usr/lib/libbase16384.so
usr/include/base16384.h

3
debian/base16384.install vendored Normal file
View File

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

6
debian/control vendored
View File

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