diff options
author | Roland Reichwein <mail@reichwein.it> | 2021-12-06 17:32:23 +0100 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2021-12-06 17:32:23 +0100 |
commit | 506553dc5b0dd8973ae4d378a1ea6b0a65b6a72b (patch) | |
tree | 197437aa17cba7946dceddcd5329796d388941c4 /debian | |
parent | 955b3b84dd2dadd539dbc707c26c33ad3e63b374 (diff) |
Update on Debian 11v1.7
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | debian/control | 4 |
2 files changed, 9 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index ba3c9b7..96ce768 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +unicode (1.7) unstable; urgency=medium + + * Fixes for latest msvc 19.28, gcc 11, clang 13 + * Fix support for C++17, C++20 + + -- Roland Reichwein <mail@reichwein.it> Mon, 06 Dec 2021 16:32:11 +0100 + unicode (1.6) unstable; urgency=medium * Fixed recode diff --git a/debian/control b/debian/control index 9d31022..933d5f8 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++-11-dev, libc++abi-dev | libc++abi-11-dev, lld | lld-11, clang | clang-11 +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 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 10, Ubuntu 2004, Ubuntu 2010 + - Tested on Debian 11, Debian 10, Ubuntu 2004, Ubuntu 2010 - C++17 and C++20 compatible Package: unicode-tools |