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