#!/usr/bin/make -f # -*- makefile -*- export GOCACHE=$(CURDIR)/debian/cache %: dh $@ override_dh_auto_install: # Avoid calling make install-all, install files with the dh_install # rule override_dh_install: dh_install [ -d debian/kxc/usr/share/doc/kxc ] || \ mkdir -p debian/kxc/usr/share/doc/kxc cp cryptsetup/README debian/kxc/usr/share/doc/kxc/cryptsetup.README # Don't run dh_dwz, which does not work on Go binaries (for now). override_dh_dwz: