d/rules: Disable override_dh_python3

This commit is contained in:
Jan Wagner 2024-03-08 13:34:22 +01:00
parent dbfda08dc3
commit f9a67f808f

6
debian/rules vendored
View file

@ -91,9 +91,9 @@ override_dh_auto_install: $(PLUGINS:%=dh_auto_install-%)
override_dh_auto_test: override_dh_auto_test:
# nothign to do right now. # nothign to do right now.
override_dh_python3: #override_dh_python3:
dh_python3 # dh_python3
dh_python3 usr/lib/nagios/plugins usr/lib/nagios/cronjobs # dh_python3 usr/lib/nagios/plugins usr/lib/nagios/cronjobs
CONTROL_FILES := $(shell for p in $(PLUGINS); do echo $$p/control; done) CONTROL_FILES := $(shell for p in $(PLUGINS); do echo $$p/control; done)
COPYRIGHT_FILES := $(shell for p in $(PLUGINS); do echo $$p/copyright; done) COPYRIGHT_FILES := $(shell for p in $(PLUGINS); do echo $$p/copyright; done)