diff options
author | Roland Reichwein <mail@reichwein.it> | 2020-04-26 15:35:31 +0200 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2020-04-26 15:35:31 +0200 |
commit | c73f913844f6aed9e740780f8a6732477fa3d680 (patch) | |
tree | 06b52646c6100983bf5783862281560833d2959a /debian | |
parent | 856c181b7fd9451ce9a6d8181e1cbd0410e4bad4 (diff) |
Support current Debian 10 and Ubuntu 1910
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index d6456d3..eacca64 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ webserver (1.3) unstable; urgency=medium * Updated weblog * Added statistics * Removed upload limit (now 1GB) + * Support Ubuntu 1910 -- Roland Reichwein <rr@antcom.de> Sat, 25 Apr 2020 12:35:44 +0200 diff --git a/debian/control b/debian/control index 5b4833a..930d347 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: webserver Section: httpd Priority: extra Maintainer: Roland Reichwein <mail@reichwein.it> -Build-Depends: debhelper (>= 9), libssl-dev, libboost-all-dev | libboost1.71-all-dev, clang, node-uglify, htmlmin | tidy, cleancss +Build-Depends: debhelper (>= 12), libssl-dev, libboost-all-dev | libboost1.71-all-dev, clang | g++-9, node-uglify, htmlmin | tidy, cleancss Standards-Version: 4.1.3 Homepage: http://www.reichwein.it/webserver/ |