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..1c29eac --- /dev/null +++ b/debian/rules @@ -0,0 +1,8 @@ +#!/usr/bin/make -f + +# This file was automatically generated by stdeb 0.8.2 at +# Thu, 18 Aug 2016 12:48:06 +0000 +export PYBUILD_NAME=swiftstory +%: + dh $@ --with python3 --buildsystem=pybuild + |