1
0
mirror of https://github.com/fumiama/base16384.git synced 2026-06-08 12:10:26 +08:00

fix wrong-section-according-to-package-name

This commit is contained in:
源文雨
2022-10-15 23:23:45 +08:00
parent ed1605b1b5
commit a492626708

2
debian/control vendored
View File

@@ -21,6 +21,7 @@ Description: Encode binary files to printable utf16be
Package: libbase16384-2
Architecture: any
Section: libs
Depends: ${misc:Depends}
Description: Dynamic library of base16384
This package provides library files for base16384 algorithm,
@@ -32,6 +33,7 @@ Description: Dynamic library of base16384
Package: libbase16384-2-dev
Architecture: any
Section: libdevel
Depends: ${misc:Depends}, libbase16384-2 (= ${binary:Version})
Description: Header and archive of base16384
This package provides header and archive for base16384,