Source: harfbuzz
Version: 0.9.26-1
Severity: wishlist
Tags: patch

Hi,

due to the double build in two build directories (build-main and
build-udeb), dh_auto_test does nothing.

It can be easily solved by manually invoking dh_auto_test for the two
build directories, as done with other build steps.
Patch attached for it.

Thanks,
-- 
Pino
--- a/debian/rules
+++ b/debian/rules
@@ -18,6 +18,10 @@
 	dh_auto_build --builddir build-main
 	dh_auto_build --builddir build-udeb
 
+override_dh_auto_test:
+	dh_auto_test --builddir build-main
+	dh_auto_test --builddir build-udeb
+
 override_dh_auto_install:
 	dh_auto_install --builddir build-main
 

Reply via email to