#!/usr/bin/make -f # -*- makefile -*- # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 %: dh $@ dh_auto_build: 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