Trim trailing whitespace.
Changes-By: lintian-brush Fixes: lintian: trailing-whitespace See-also: https://lintian.debian.org/tags/trailing-whitespace.html
This commit is contained in:
parent
179f643a9c
commit
8e5d8ec82c
2
debian/control
vendored
2
debian/control
vendored
|
@ -21,7 +21,7 @@ Recommends: libdata-dump-perl, libweb-scraper-perl, libmonitoring-plugin-perl |
|
||||||
${perl:Depends},
|
${perl:Depends},
|
||||||
${python:Depends},
|
${python:Depends},
|
||||||
${shlibs:Depends}
|
${shlibs:Depends}
|
||||||
Suggests:
|
Suggests:
|
||||||
Enhances: nagios-plugins, nagios-plugins-basic, nagios-plugins-standard
|
Enhances: nagios-plugins, nagios-plugins-basic, nagios-plugins-standard
|
||||||
Description: Plugins for nagios compatible monitoring systems
|
Description: Plugins for nagios compatible monitoring systems
|
||||||
This package provides various plugins for Nagios compatible monitoring
|
This package provides various plugins for Nagios compatible monitoring
|
||||||
|
|
2
debian/rules
vendored
2
debian/rules
vendored
|
@ -88,7 +88,7 @@ override_dh_auto_install: $(PLUGINS:%=dh_auto_install-%)
|
||||||
$(PACKAGING_HELPER) --generate-readme
|
$(PACKAGING_HELPER) --generate-readme
|
||||||
|
|
||||||
#override_dh_auto_test: $(PLUGINS:%=dh_auto_test-%)
|
#override_dh_auto_test: $(PLUGINS:%=dh_auto_test-%)
|
||||||
override_dh_auto_test:
|
override_dh_auto_test:
|
||||||
# nothign to do right now.
|
# nothign to do right now.
|
||||||
|
|
||||||
override_dh_python3:
|
override_dh_python3:
|
||||||
|
|
Loading…
Reference in a new issue