diff options
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..a875755 --- /dev/null +++ b/debian/control @@ -0,0 +1,15 @@ +Source: libunicode +Section: httpd +Priority: optional +Maintainer: Roland Reichwein <mail@reichwein.it> +Build-Depends: debhelper (>= 12), libboost-all-dev | libboost1.71-all-dev, clang | g++-9 +Standards-Version: 4.5.0 +Homepage: http://www.reichwein.it/libunicode/ + +Package: libunicode-dev +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Homepage: http://www.reichwein.it/libunicode/ +Description: Unicode conversion library + libunicode is a locale independent library for conversion between Unicode encodings + UTF-8, UTF-16 and UTF-32. |