From c3edd0190a7d219cf683f520a99ab1f1d5cdd7e8 Mon Sep 17 00:00:00 2001 From: Salvo 'LtWorf' Tomaselli Date: Fri, 11 Sep 2015 12:40:17 +0200 Subject: [PATCH] Add make step in debian/rules Fix the creation of the debian package to perform the extra step. --- debian/rules | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/rules b/debian/rules index d9abc27..180ff6f 100755 --- a/debian/rules +++ b/debian/rules @@ -2,6 +2,7 @@ SHELL=sh -e %: + make ./driver.py dh $@ --with python3