Add make step in debian/rules

Fix the creation of the debian package to perform the
extra step.
This commit is contained in:
Salvo 'LtWorf' Tomaselli 2015-09-11 12:40:17 +02:00
parent c47823616a
commit c3edd0190a

1
debian/rules vendored
View File

@ -2,6 +2,7 @@
SHELL=sh -e SHELL=sh -e
%: %:
make
./driver.py ./driver.py
dh $@ --with python3 dh $@ --with python3