summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorGard Spreemann <gspreemann@gmail.com>2017-05-04 09:44:32 +0200
committerGard Spreemann <gspreemann@gmail.com>2017-05-04 09:44:32 +0200
commit6fe06f084c3c6d44b96a3358af7a1382dc5a134a (patch)
tree6fc9d9824efe3a27663869d9fe813380ad2fcc99 /debian/rules
parent3551a43277ff1cbc0c8607da827d1d658f29aae4 (diff)
Revert away from rules for building the arch-indep binaries only. It does not play well with upstream's build system.
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules5
1 files changed, 2 insertions, 3 deletions
diff --git a/debian/rules b/debian/rules
index a436c274..0def2c1d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,10 +15,9 @@ override_dh_auto_clean:
rm -rf doc/html
dh_auto_clean --builddirectory=build
-override_dh_auto_build-indep:
+override_dh_auto_build:
make -C build doxygen
-
-override_dh_auto_test-indep:
+ dh_auto_build --builddirectory=build
override_dh_auto_test:
dh_auto_test --no-parallel --builddirectory=build