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 | |
parent | e0d4fb11157f6f6cc79f6750e7a5247e0c955582 (diff) |
Reactivate uglifyjs by using the correct Debian package
-rwxr-xr-x | Makefile | 2 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -71,7 +71,7 @@ install: mkdir -p $(DESTDIR)/usr/lib/whiteboard/html cp -r html/* $(DESTDIR)/usr/lib/whiteboard/html/ - #uglifyjs html/whiteboard.js -m -c > $(DESTDIR)/usr/lib/whiteboard/html/whiteboard.js + uglifyjs html/whiteboard.js -m -c > $(DESTDIR)/usr/lib/whiteboard/html/whiteboard.js htmlmin html/index.html $(DESTDIR)/usr/lib/whiteboard/html/index.html cleancss -o $(DESTDIR)/usr/lib/whiteboard/html/whiteboard.css html/whiteboard.css 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/ |