#!/usr/bin/make -f # -*- makefile -*- # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 %: dh $@ execute_after_dh_clean: rm -f index.cjs execute_after_dh_auto_build: sed 's/^export default /module.exports = /' index.js > index.cjs