mirror of
https://github.com/fumiama/base16384.git
synced 2026-06-25 02:10:32 +08:00
add lib package
This commit is contained in:
1
debian/base16384.install
vendored
1
debian/base16384.install
vendored
@@ -1,3 +1,2 @@
|
|||||||
usr/bin/base16384
|
usr/bin/base16384
|
||||||
usr/lib/libbase16384.so.*
|
|
||||||
usr/share/man/man1/base16384.1
|
usr/share/man/man1/base16384.1
|
||||||
|
|||||||
9
debian/control
vendored
9
debian/control
vendored
@@ -19,7 +19,14 @@ Description: Encode binary files to printable utf16be
|
|||||||
an unicode Chinese character \u3Dxx will be appended to present it
|
an unicode Chinese character \u3Dxx will be appended to present it
|
||||||
with xx ranging from 01 to 06.
|
with xx ranging from 01 to 06.
|
||||||
|
|
||||||
Package: base16384-dev
|
Package: libbase16384
|
||||||
Architecture: any
|
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
|
Description: Header and static library of base16384
|
||||||
This package provides development files for base16384.
|
This package provides development files for base16384.
|
||||||
|
|||||||
1
debian/libbase16384.install
vendored
Normal file
1
debian/libbase16384.install
vendored
Normal file
@@ -0,0 +1 @@
|
|||||||
|
usr/lib/libbase16384.so.*
|
||||||
Reference in New Issue
Block a user