diff options
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..0e9abe1 --- /dev/null +++ b/debian/rules @@ -0,0 +1,8 @@ +#!/usr/bin/make -f +#DH_VERBOSE = 1 + +export PYBUILD_NAME=alabaster + +# main packaging script based on dh7 syntax +%: + dh $@ --with python3 --buildsystem=pybuild |