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:
3
debian/base16384-dev.install
vendored
Normal file
3
debian/base16384-dev.install
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
usr/lib/libbase16384.a
|
||||
usr/lib/libbase16384.so
|
||||
usr/include/base16384.h
|
||||
3
debian/base16384.install
vendored
Normal file
3
debian/base16384.install
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
usr/bin/base16384
|
||||
usr/lib/libbase16384.so.*
|
||||
usr/share/man/man1/base16384.1
|
||||
6
debian/control
vendored
6
debian/control
vendored
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user