From 0a63ec863a928f1df0d368918b9694568df0a422 Mon Sep 17 00:00:00 2001 From: lagertonne Date: Sat, 1 Jan 2022 11:30:27 +0100 Subject: [PATCH] debian: Do not run any tests --- debian/rules | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/rules b/debian/rules index 3af708a..45a271d 100755 --- a/debian/rules +++ b/debian/rules @@ -22,6 +22,8 @@ override_dh_auto_build: LIBBSD_CFLAGS="-isystem /usr/include/bsd -DLIBBSD_OVERLAY -lbsd " \ LIBBSD_LIBS="-isystem /usr/include/bsd -DLIBBSD_OVERLAY -lbsd " +override_dh_auto_test: + # dh_make generated override targets # This is example for Cmake (See https://bugs.debian.org/641051 ) #override_dh_auto_configure: