blob: 3938ed4bd7c399be502bf092bf6d19b0efddb450 (
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 --buildsystem=pybuild
|