diff options
author | Roland Reichwein <mail@reichwein.it> | 2021-12-11 15:48:21 +0100 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2021-12-11 15:48:21 +0100 |
commit | 347723027c83faee91837b01599738fdf0e39e2d (patch) | |
tree | c2a209ef9f1d8f29551ec29c32f6b555fd2a12d2 /debian/control | |
parent | 6e686fee894a864aa8a4f6462dd36785dcaeef18 (diff) |
Update supported compilers and OSes
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
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 <mail@reichwein.it> -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/ |