diff options
author | Roland Reichwein <mail@reichwein.it> | 2022-12-03 13:25:19 +0100 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2022-12-03 13:25:19 +0100 |
commit | bdf314288794e5ca898db9d07b1553182ea4d7ea (patch) | |
tree | 6e760567eb6b7ac521d625d6b26f14b031472e12 /debian | |
parent | e0d4fb11157f6f6cc79f6750e7a5247e0c955582 (diff) |
Reactivate uglifyjs by using the correct Debian package
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 62b6e4c..0729cbb 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, node-uglify, python3-pkg-resources, htmlmin, cleancss, libfcgi-dev +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 Standards-Version: 4.5.0 Homepage: http://www.reichwein.it/whiteboard/ |