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
|
||||
Build-Depends: debhelper (>= 9.0.0),
|
||||
dpkg-dev (>= 1.16.1~),
|
||||
python,
|
||||
python:any,
|
||||
rsync,
|
||||
qtchooser,
|
||||
qt5-default,
|
||||
|
||||
8
debian/rules
vendored
8
debian/rules
vendored
@ -22,13 +22,7 @@ $(PREPROCESS_FILES:.in=): %: %.in
|
||||
|
||||
|
||||
override_dh_auto_build:
|
||||
make
|
||||
make doc
|
||||
|
||||
|
||||
override_dh_auto_test:
|
||||
make test
|
||||
|
||||
make -j$(DEB_PARALLEL_JOBS)
|
||||
|
||||
override_dh_install: $(PREPROCESS_FILES:.in=)
|
||||
dh_install --fail-missing
|
||||
|
||||
Reference in New Issue
Block a user