#!/usr/bin/make -f # -*- makefile -*- # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 %: dh $@ override_dh_auto_build: test -e node_modules/lodash-es || ln -s /usr/share/nodejs/lodash-es node_modules/lodash-es test -e 'node_modules/@types/lodash-es' || ln -s /usr/share/nodejs/@types/lodash-es node_modules/@types/lodash-es dh_auto_build --buildsystem=nodejs #' webpack --mode production --progress #override_dh_auto_test: # echo 'Test while building are disabled...' execute_after_dh_fixperms: find `find debian -name khroma` -type f \( -name "index.ts" -o -name "package.json" \) | xargs chmod -x execute_after_dh_installdocs: dh_nodejs_autodocs