blob: 57ca10bf31ea4c5529d9a375c1dfba057581eff1 (
plain)
1
2
3
4
5
6
7
8
9
10
|
#!/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
export PYBUILD_AFTER_INSTALL=rm -r {destdir}/usr/share/swiftstory/www/javascript
%:
dh $@ --with python3,sysuser --buildsystem=pybuild
|