diff options
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..ffefe86 --- /dev/null +++ b/debian/rules @@ -0,0 +1,7 @@ +#!/usr/bin/make -f +#export PYBUILD_NAME=skaldpress +#export DEB_BUILD_OPTIONS=nocheck +#export PYBUILD_SYSTEM=setuptools + +%: + dh $@ --with python3 --buildsystem=pybuild |