diff options
author | Roland Reichwein <mail@reichwein.it> | 2021-01-24 18:48:42 +0100 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2021-01-24 18:48:42 +0100 |
commit | 5f7ae62649c79683597e33af673ae1dcf5267917 (patch) | |
tree | fd84b19959ec3880a171ad512910eab522060058 /debian/control |
Initial commit: Non working initial code
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. |