Make sure to build the autogenerated files first.

This commit is contained in:
Simon Quigley 2018-01-27 23:15:59 -06:00
parent eebae7cc2a
commit 9265fe635b
2 changed files with 2 additions and 0 deletions

1
debian/control vendored
View File

@ -6,6 +6,7 @@ Uploaders: Simon Quigley <tsimonq2@ubuntu.com>,
Julien Lavergne <gilir@ubuntu.com> Julien Lavergne <gilir@ubuntu.com>
Build-Depends: debhelper (>= 11), Build-Depends: debhelper (>= 11),
dh-python, dh-python,
pyqt5-dev-tools,
python3-all, python3-all,
python3-distutils, python3-distutils,
python3-distutils-extra, python3-distutils-extra,

1
debian/rules vendored
View File

@ -5,6 +5,7 @@ export DH_VERBOSE = 1
export PYBUILD_NAME=lubuntu-about export PYBUILD_NAME=lubuntu-about
%: %:
(cd src && make clean && make)
dh $@ --with python3 --buildsystem=pybuild dh $@ --with python3 --buildsystem=pybuild
override_dh_python3: override_dh_python3: