diff options
author | Roland Reichwein <mail@reichwein.it> | 2023-01-07 12:52:00 +0100 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2023-01-07 12:52:00 +0100 |
commit | 7feaf1a9d7fb09985b9b17cd48fd1aa8eb15d8b3 (patch) | |
tree | 53ff4f70720965472ed6de5cebf3aedf12312bb2 /debian | |
parent | a4dbc9de17f303b9d1ced4f743746f32aabca92a (diff) |
Fixed dependencies
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 e0de083..92d025c 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++, llvm | g++, lld | g++, uglifyjs, python3-pkg-resources, htmlmin, cleancss, libreichwein-dev, gcovr, libfmt-dev +Build-Depends: debhelper (>= 12), libssl-dev, libboost-all-dev | libboost1.71-all-dev, clang | g++, llvm | g++, lld | g++, libc++-dev | g++, libc++abi-dev | g++, uglifyjs, python3-pkg-resources, htmlmin, cleancss, libreichwein-dev, gcovr, libfmt-dev Standards-Version: 4.5.0 Homepage: http://www.reichwein.it/webserver/ |