From 9265fe635b214d08a3edb07d291639707ee82935 Mon Sep 17 00:00:00 2001 From: Simon Quigley Date: Sat, 27 Jan 2018 23:15:59 -0600 Subject: [PATCH] Make sure to build the autogenerated files first. --- debian/control | 1 + debian/rules | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/control b/debian/control index affa947..00d1fad 100644 --- a/debian/control +++ b/debian/control @@ -6,6 +6,7 @@ Uploaders: Simon Quigley , Julien Lavergne Build-Depends: debhelper (>= 11), dh-python, + pyqt5-dev-tools, python3-all, python3-distutils, python3-distutils-extra, diff --git a/debian/rules b/debian/rules index 17f5ab8..ab86d87 100755 --- a/debian/rules +++ b/debian/rules @@ -5,6 +5,7 @@ export DH_VERBOSE = 1 export PYBUILD_NAME=lubuntu-about %: + (cd src && make clean && make) dh $@ --with python3 --buildsystem=pybuild override_dh_python3: