#!/usr/bin/make -f # -*- makefile -*- # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 export LOMIRI_PUSH_TEST_RESOURCES_ROOT := $(CURDIR) export GODEBUG := cgocheck=0 %: dh $@ --builddirectory=_build override_dh_auto_build: dh_auto_build # The autopkgtest fails if this command is run in dh_auto_configure instead cp -rp exec-tool/ _build/ dh_auto_build --buildsystem=makefile --builddirectory=_build/exec-tool override_dh_auto_test: dh_auto_test dh_auto_test --buildsystem=makefile --builddirectory=_build/exec-tool override_dh_auto_install: dh_auto_install dh_auto_install --buildsystem=makefile --builddirectory=_build/exec-tool get-orig-source: uscan --noconf --force-download --rename --download-current-version --destdir=..