summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2017-11-02 14:35:17 +0000
committerColin Watson <cjwatson@debian.org>2017-11-02 14:35:17 +0000
commitf67cdf1c1e5cf5578a2ee79e2a34943b23d842e7 (patch)
tree8280feba22d85ebb00edac47c825723a803195bc /debian/rules
parentefdccf6c55014d3f7be27d9d718ea70e8e60f869 (diff)
parent1c453126cefd68073c089b7b334b8c793b38c152 (diff)
Initial release (closes: #866779).
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules7
1 files changed, 7 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..d01c6c6
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,7 @@
+#! /usr/bin/make -f
+
+export PYBUILD_NAME := macaroonbakery
+export PYBUILD_TEST_NOSE := 1
+
+%:
+ dh $@ --with python3 --buildsystem=pybuild