diff options
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 |