From 8eea8b10f0c0c63f514993b1cbdc46b104e94f25 Mon Sep 17 00:00:00 2001 From: Michael Zanetti Date: Thu, 22 Jun 2017 18:33:35 +0200 Subject: [PATCH] make it build in a multiarch cross build environment TODO: check if docs still build on regular builds --- debian/control | 2 +- debian/rules | 8 +------- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/debian/control b/debian/control index 517e6d3c..d131f14d 100644 --- a/debian/control +++ b/debian/control @@ -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, diff --git a/debian/rules b/debian/rules index 8916316a..4074094f 100755 --- a/debian/rules +++ b/debian/rules @@ -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