Add make step in debian/rules
Fix the creation of the debian package to perform the extra step.
This commit is contained in:
parent
c47823616a
commit
c3edd0190a
1
debian/rules
vendored
1
debian/rules
vendored
@ -2,6 +2,7 @@
|
||||
SHELL=sh -e
|
||||
|
||||
%:
|
||||
make
|
||||
./driver.py
|
||||
dh $@ --with python3
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user