d/rules: Disable override_dh_python3
This commit is contained in:
parent
dbfda08dc3
commit
f9a67f808f
1 changed files with 3 additions and 3 deletions
6
debian/rules
vendored
6
debian/rules
vendored
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue