blob: 1dc7bd97f36fff7e0959d2effe662b59ee9d6227 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
#!/usr/bin/make -f
export PYBUILD_NAME=gallery-dl
export PYBUILD_DISABLE_python3=test
%:
dh $@ --with python3 --buildsystem=pybuild
override_dh_clean:
rm -rf gallery_dl.egg-info
dh_clean
|