blob: 6171813b6181c46a29522cd9733398cd73b189ad (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#!/usr/bin/make -f
%:
dh $@ --with python2,python3 --buildsystem=pybuild
#clean:
# rm -fr build
# dh $@
#override_dh_auto_install:
# dh_auto_install -- --no-version-script --standalone-lib --no-install-man
|