summaryrefslogtreecommitdiffhomepage
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog7
-rw-r--r--debian/control4
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