diff --git a/debian/rules b/debian/rules
index dcb31c71657b4794abdddf0073505461b57b1ccd..e19f6af5cc1a8541915d8042600c6c9f54c9ba53 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,9 @@
 #!/usr/bin/make -f
 
+export DH_VERBOSE := 1
 export DH_GOLANG_EXCLUDES := vendor
 export GO111MODULE := off
+export GOCACHE := on
 
 %:
 	dh $@ --with=golang