From f9a67f808fa4ff9fd4d29e3365cd51e144ce8b31 Mon Sep 17 00:00:00 2001 From: Jan Wagner Date: Fri, 8 Mar 2024 13:34:22 +0100 Subject: [PATCH] d/rules: Disable override_dh_python3 --- debian/rules | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/rules b/debian/rules index 5452e18..ea9ffbc 100755 --- a/debian/rules +++ b/debian/rules @@ -91,9 +91,9 @@ override_dh_auto_install: $(PLUGINS:%=dh_auto_install-%) override_dh_auto_test: # nothign to do right now. -override_dh_python3: - dh_python3 - dh_python3 usr/lib/nagios/plugins usr/lib/nagios/cronjobs +#override_dh_python3: +# dh_python3 +# dh_python3 usr/lib/nagios/plugins usr/lib/nagios/cronjobs CONTROL_FILES := $(shell for p in $(PLUGINS); do echo $$p/control; done) COPYRIGHT_FILES := $(shell for p in $(PLUGINS); do echo $$p/copyright; done)