diff options
author | Roland Reichwein <mail@reichwein.it> | 2021-12-19 19:51:38 +0100 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2021-12-19 19:51:38 +0100 |
commit | 9dc97269201603dd479e15a736a64479a5095556 (patch) | |
tree | b5f215bf9cfbbf2bee092505f4fdfbf3e4501b7b /debian | |
parent | e24a0d5d371d0916dbfb375d3ea404f7e6237c74 (diff) |
Simplify utf_iterator for input, build on Debian 10+11, Ubuntu 2004-2204
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control index 933d5f8..0c236a3 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: unicode Section: devel Priority: optional Maintainer: Roland Reichwein <mail@reichwein.it> -Build-Depends: debhelper (>= 12), libboost-all-dev | libboost1.74-all-dev, libc++-dev | libc++-13-dev | libc++-11-dev, libc++abi-dev | libc++abi-13-dev | libc++abi-11-dev, lld | lld-13 | lld-11, clang | clang-13 | clang-11 +Build-Depends: debhelper (>= 12), libboost1.74-all-dev | libboost-all-dev, libc++-13-dev | libc++-12-dev | libc++-11-dev | libc++-dev, libc++abi-13-dev | libc++abi-12-dev | libc++abi-11-dev | libc++abi-dev, lld-13 | lld-12 | lld-11 | lld, clang-13 | clang-12 | clang-11 | clang, libunwind-13-dev | libunwind-12-dev | libunwind-dev, llvm-13-linker-tools | llvm-12-linker-tools | llvm-11-linker-tools | clang Standards-Version: 4.5.0 Homepage: http://www.reichwein.it/unicode/ @@ -17,7 +17,7 @@ Description: Unicode conversion library Features: - Additional support for ISO-8859-1 encoding (Latin-1) as subset of Unicode - Additional support for ISO-8859-15 - - Tested on Debian 11, Debian 10, Ubuntu 2004, Ubuntu 2010 + - Tested on Debian 10+11, Ubuntu 2004 to 2110 - C++17 and C++20 compatible Package: unicode-tools |