blob: 6f7eaf3b2729c93f7fc30f0d7cf21e843f9c4dfd (
plain)
1
2
3
4
5
6
7
8
9
|
#!/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
export PYBUILD_TEST_PYTEST=1
%:
dh $@ --with python3,sysuser --buildsystem=pybuild
|