diff options
author | Roland Reichwein <mail@reichwein.it> | 2021-01-29 22:40:29 +0100 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2021-01-29 22:40:29 +0100 |
commit | ee9dfd30e8c02e9a7457385786218d2b4b935720 (patch) | |
tree | fb41528d34025bbca1dee55dad12e70a69832947 /debian/control | |
parent | 358bd026e30479904c4721d0c84bde19ea31a013 (diff) |
Debian package
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/debian/control b/debian/control index a875755..42b6c22 100644 --- a/debian/control +++ b/debian/control @@ -1,15 +1,18 @@ -Source: libunicode -Section: httpd +Source: unicode +Section: devel Priority: optional Maintainer: Roland Reichwein <mail@reichwein.it> -Build-Depends: debhelper (>= 12), libboost-all-dev | libboost1.71-all-dev, clang | g++-9 +Build-Depends: debhelper (>= 12), libboost-all-dev | libboost1.74-all-dev, libc++-dev | libc++-11-dev, libc++abi-dev | libc++abi-11-dev, lld | lld-11, clang | clang-11 Standards-Version: 4.5.0 -Homepage: http://www.reichwein.it/libunicode/ +Homepage: http://www.reichwein.it/unicode/ Package: libunicode-dev Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} -Homepage: http://www.reichwein.it/libunicode/ +Homepage: http://www.reichwein.it/unicode/ Description: Unicode conversion library libunicode is a locale independent library for conversion between Unicode encodings UTF-8, UTF-16 and UTF-32. + . + Features: + - Additional support for ISO-8859-1 encoding (Latin-1) as subset of Unicode |