#929335 nagios-plugins-contrib FTCBFS: multiple reasons

#929335#5
Date:
2019-05-21 20:04:39 UTC
From:
To:
nagios-plugins-contrib fails to build from source. The first failure is
installing Build-Depends as python and python-debian are not cross
satisfiable. Since these are only used for scripts, we can annotate them
with :native. Then, check_varnish is configured without --host. The
attached patch uses dh_auto_configure to fix that. Finally,
check_memcached hard codes the build architecture pkg-config. The
attached patch makes nagios-plugins-contrib cross buildable. Please
consider applying it.

Helmut

#929335#10
Date:
2019-06-06 08:22:26 UTC
From:
To:
Hi Helmut,

Am 21.05.19 um 22:04 schrieb Helmut Grohne:

thanks for providing those fixes. Can you please tell me the reason for
raising debhelper version? (Anyhow, shouldn't here also adjusted
debian/compat?)

Many thanks, Jan.

#929335#15
Date:
2019-06-06 14:10:10 UTC
From:
To:
Hi Jan,

debhelper/9.20160114 changelog says:
| dh_update_autotools_config: New helper to update config.sub
| and config.guess.

My patch uses this helper. The compatibility level adjusts the behaviour
of existing helpers.

Helmut

#929335#20
Date:
2020-11-25 16:24:20 UTC
From:
To:
Hi Helmut,

Am 21.05.19 um 22:04 schrieb Helmut Grohne:

I commited the changes into VCS beside the changes about varnish, as
this plugin was removed in the VCS.

Cheers, Jan.