From d8573b5da7ed607fe1849082c6630b0904b0983e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20L=C3=A4ssig?= Date: Tue, 28 Mar 2023 15:47:10 +0200 Subject: [PATCH] debian: set Architecture to all There should be no architecture dependencies in this script, so it should be enough to build one package for all architectures. --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index ae0e287..5f86ae7 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,7 @@ Vcs-Git: https://github.com/pengutronix/monitoring-check-systemd-service.git Rules-Requires-Root: no Package: monitoring-plugin-systemd-service -Architecture: any +Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends}, python3-nagiosplugin, python3-gi Description: systemd monitoring script using dbus This script is intended for icinga/nagios/icinga2 to check the state