Make sure to build the autogenerated files first.

HEAD
Simon Quigley 6 years ago
parent eebae7cc2a
commit 9265fe635b

1
debian/control vendored

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

1
debian/rules vendored

@ -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:

Loading…
Cancel
Save