Fix: build python3 not python2
IƱaki Malerba
3 years ago
8 | 8 |
export DEB_BUILD_MAINT_OPTIONS=hardening=+all
|
9 | 9 |
|
10 | 10 |
%:
|
11 | |
dh $@ --with python2,sphinxdoc --buildsystem=pybuild
|
|
11 |
dh $@ --with python3,sphinxdoc --buildsystem=pybuild
|
12 | 12 |
|
13 | 13 |
override_dh_auto_clean:
|
14 | 14 |
dh_auto_clean
|