diff options
author | Roland Reichwein <mail@reichwein.it> | 2023-01-03 14:31:49 +0100 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2023-01-03 14:31:49 +0100 |
commit | f30eba63cb3f5e3aa5d81d6b31d1ba2fdee1e5c4 (patch) | |
tree | eed743b51b4875310918c708b8e24b1ecdef8c1b /debian | |
parent | a93412feba23335174a9a55b320e74c769462072 (diff) |
Add test coverage info
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 8a0a9fd..a48c5df 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-13 | clang-11 | clang | g++-11 | g++, uglifyjs, python3-pkg-resources, htmlmin, cleancss, libreichwein-dev +Build-Depends: debhelper (>= 12), libssl-dev, libboost-all-dev | libboost1.71-all-dev, clang | g++, llvm | g++, lld | g++, uglifyjs, python3-pkg-resources, htmlmin, cleancss, libreichwein-dev, gcovr Standards-Version: 4.5.0 Homepage: http://www.reichwein.it/webserver/ |