debian: Do not run any tests
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
lagertonne 2022-01-01 11:30:27 +01:00
parent de12939f58
commit 0a63ec863a

2
debian/rules vendored
View file

@ -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: