Add make step in debian/rules

Fix the creation of the debian package to perform the
extra step.
master
Salvo 'LtWorf' Tomaselli 2015-09-11 12:40:17 +07:00
parent c47823616a
commit c3edd0190a
1 changed files with 1 additions and 0 deletions

1
debian/rules vendored

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