make it build in a multiarch cross build environment
TODO: check if docs still build on regular builds
This commit is contained in:
parent
165f61ee20
commit
8eea8b10f0
2
debian/control
vendored
2
debian/control
vendored
@ -7,7 +7,7 @@ Homepage: https://guh.io
|
|||||||
Vcs-Git: https://github.com/guh/guh.git
|
Vcs-Git: https://github.com/guh/guh.git
|
||||||
Build-Depends: debhelper (>= 9.0.0),
|
Build-Depends: debhelper (>= 9.0.0),
|
||||||
dpkg-dev (>= 1.16.1~),
|
dpkg-dev (>= 1.16.1~),
|
||||||
python,
|
python:any,
|
||||||
rsync,
|
rsync,
|
||||||
qtchooser,
|
qtchooser,
|
||||||
qt5-default,
|
qt5-default,
|
||||||
|
|||||||
8
debian/rules
vendored
8
debian/rules
vendored
@ -22,13 +22,7 @@ $(PREPROCESS_FILES:.in=): %: %.in
|
|||||||
|
|
||||||
|
|
||||||
override_dh_auto_build:
|
override_dh_auto_build:
|
||||||
make
|
make -j$(DEB_PARALLEL_JOBS)
|
||||||
make doc
|
|
||||||
|
|
||||||
|
|
||||||
override_dh_auto_test:
|
|
||||||
make test
|
|
||||||
|
|
||||||
|
|
||||||
override_dh_install: $(PREPROCESS_FILES:.in=)
|
override_dh_install: $(PREPROCESS_FILES:.in=)
|
||||||
dh_install --fail-missing
|
dh_install --fail-missing
|
||||||
|
|||||||
Reference in New Issue
Block a user