#!/usr/bin/make -f # You must remove unused comment lines for the released package. #export DH_VERBOSE = 1 %: dh $@ override_dh_auto_configure: rm -vfr pkg/ cp -r src/ pkg/ bash build-pkg.sh pkg/ override_dh_dwz: override_dh_strip: override_dh_clean: rm -vfr pkg/ && dh_clean