From 347723027c83faee91837b01599738fdf0e39e2d Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Sat, 11 Dec 2021 15:48:21 +0100 Subject: Update supported compilers and OSes --- debian/changelog | 4 +++- debian/control | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 3733e17..60ec99b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,8 @@ -webserver (1.15~beta1) unstable; urgency=medium +webserver (1.15) unstable; urgency=medium * Improve MIME handling + * Support new compilers + * Support Debian 11 and Ubuntu 21.10 -- Roland Reichwein Sat, 09 Oct 2021 16:08:52 +0200 diff --git a/debian/control b/debian/control index 9738e34..ecfca81 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: webserver Section: httpd Priority: optional Maintainer: Roland Reichwein -Build-Depends: debhelper (>= 12), libssl-dev, libboost-all-dev | libboost1.71-all-dev, clang | g++-9, node-uglify, python3-pkg-resources, htmlmin, cleancss +Build-Depends: debhelper (>= 12), libssl-dev, libboost-all-dev | libboost1.71-all-dev, clang-13 | clang-11 | clang | g++-11 | g++, node-uglify, python3-pkg-resources, htmlmin, cleancss Standards-Version: 4.5.0 Homepage: http://www.reichwein.it/webserver/ -- cgit v1.2.3