#!/usr/bin/make -f #export DH_VERBOSE=1 %: dh $@ --with apache2 clean: npm --production run clean dh_clean $@ build: npm --production run build