From ee9dfd30e8c02e9a7457385786218d2b4b935720 Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Fri, 29 Jan 2021 22:40:29 +0100 Subject: Debian package --- debian/control | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'debian/control') 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 -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 -- cgit v1.2.3