Fix build errors
This commit is contained in:
parent
bb77c5f1fc
commit
5831c3a425
1
debian/control
vendored
1
debian/control
vendored
@ -5,6 +5,7 @@ Maintainer: Joshua Boniface <joshua@boniface.me>
|
||||
Standards-Version: 3.9.8
|
||||
Homepage: https://www.boniface.me
|
||||
X-Python3-Version: >= 3.7
|
||||
Build-Depends: pybuild-plugin-pyproject, dh-python
|
||||
|
||||
Package: pvc-daemon-node
|
||||
Architecture: all
|
||||
|
2
debian/rules
vendored
2
debian/rules
vendored
@ -14,7 +14,7 @@ override_dh_python3:
|
||||
|
||||
override_dh_auto_clean:
|
||||
find $(CURDIR) -name "__pycache__" -o -name ".pybuild" -exec rm -fr {} + || true
|
||||
rm -r $(CURDIR)/client-cli/build
|
||||
rm -r $(CURDIR)/client-cli/build || true
|
||||
|
||||
# If you need to rebuild the Sphinx documentation
|
||||
# Add spinxdoc to the dh --with line
|
||||
|
Loading…
x
Reference in New Issue
Block a user