diff options
author | Roland Reichwein <mail@reichwein.it> | 2023-01-28 17:20:56 +0100 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2023-01-28 17:20:56 +0100 |
commit | dd358ac5cdfc2b449dcbe94a33a06a7540d8f966 (patch) | |
tree | 082090362ccab2717a951b33acb94f1526cde2af /debian | |
parent | 4247b81e7756ce1ff01e097e634a9dcbc0912787 (diff) |
Update build environment
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 2c990d1..efe5447 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -whiteboard (1.5) UNRELEASED; urgency=medium +whiteboard (1.5~pre1) UNRELEASED; urgency=medium * Move from FCGI to websocket interface * Position changes w/o file transmit diff --git a/debian/control b/debian/control index 0dce8fc..e6499aa 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, llvm | g++-9, lld | g++-9, uglifyjs, python3-pkg-resources, htmlmin, cleancss, libqrcodegencpp-dev, libgraphicsmagick++-dev, pkg-config, libfmt-dev, libsqlitecpp-dev, googletest, gcovr, webserver, libreichwein-dev +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, libqrcodegencpp-dev, libgraphicsmagick++-dev, pkg-config, libfmt-dev, libsqlitecpp-dev, googletest, gcovr, libreichwein-dev, emscripten Standards-Version: 4.5.0 Homepage: http://www.reichwein.it/whiteboard/ |