diff options
author | Roland Reichwein <mail@reichwein.it> | 2023-01-01 21:16:19 +0100 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2023-01-01 21:16:19 +0100 |
commit | a72cd70af957a06ae870d93314b4ed0f3625f6ee (patch) | |
tree | 9da93fc597d26ac3cec93a4518649871453a7f94 /debian | |
parent | 6c339d8aab380a191fe3fce7ca7dc7c09e252ebd (diff) |
Adjust to Debian 11 build
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 ed6ee77..a958cca 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: whiteboard Section: web Priority: optional Maintainer: Roland Reichwein <mail@reichwein.it> -Build-Depends: debhelper (>= 12), libboost-all-dev | libboost1.71-all-dev, clang | g++-9, uglifyjs, python3-pkg-resources, htmlmin, cleancss, libfcgi-dev, libqrcodegencpp-dev, libmagick++-dev, pkg-config, libfmt-dev, libsqlitecpp-dev, googletest, gcovr +Build-Depends: debhelper (>= 12), libboost-all-dev | libboost1.71-all-dev, clang | g++-9, llvm | g++-9, lld | g++-9, uglifyjs, python3-pkg-resources, htmlmin, cleancss, libfcgi-dev, libqrcodegencpp-dev, libmagick++-dev, pkg-config, libfmt-dev, libsqlitecpp-dev, googletest, gcovr Standards-Version: 4.5.0 Homepage: http://www.reichwein.it/whiteboard/ |