diff --git a/debian/base16384-dev.install b/debian/base16384-dev.install new file mode 100644 index 0000000..c4760ce --- /dev/null +++ b/debian/base16384-dev.install @@ -0,0 +1,3 @@ +usr/lib/libbase16384.a +usr/lib/libbase16384.so +usr/include/base16384.h diff --git a/debian/base16384.install b/debian/base16384.install new file mode 100644 index 0000000..f1cc20a --- /dev/null +++ b/debian/base16384.install @@ -0,0 +1,3 @@ +usr/bin/base16384 +usr/lib/libbase16384.so.* +usr/share/man/man1/base16384.1 diff --git a/debian/control b/debian/control index a1adace..6a69a68 100644 --- a/debian/control +++ b/debian/control @@ -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.