summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReinhard Tartler <siretart@tauware.de>2019-01-09 17:33:55 -0500
committerReinhard Tartler <siretart@tauware.de>2019-01-14 17:57:25 -0500
commitb9ce745481430fe124e9b6bc074b49a26b6a4497 (patch)
tree1ec8124e1bbf4f6d1bfdf48f20ccf8328e11a2a7
parent5938d38592309c55550056b0a6f1a1687bbc7398 (diff)
fix ftbfs
-rwxr-xr-xdebian/rules3
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules
index 8cce5e0..0d07cb5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,7 @@
#!/usr/bin/make -f
+# tests have a bogous import that confuses the debhelper
+export DH_GOLANG_EXCLUDES=github.com/pquerna/ffjson/tests
+
%:
dh $@ --buildsystem=golang --with=golang