From 163affa4fec35f17e82195d03df54a70031a6cc1 Mon Sep 17 00:00:00 2001 From: Stoiko Ivanov Date: Tue, 30 May 2023 13:14:48 +0200 Subject: [PATCH] mark pmg-doc-generator an arch-independent package Signed-off-by: Stoiko Ivanov Signed-off-by: Thomas Lamprecht --- Makefile | 4 +--- debian/control | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 8d15254..40b614b 100644 --- a/Makefile +++ b/Makefile @@ -14,9 +14,7 @@ PKGREL=1 GITVERSION:=$(shell git rev-parse HEAD) -ARCH:=$(shell dpkg-architecture -qDEB_BUILD_ARCH) - -GEN_DEB=$(GEN_PACKAGE)_$(DEB_VERSION_UPSTREAM_REVISION)_$(ARCH).deb +GEN_DEB=$(GEN_PACKAGE)_$(DEB_VERSION_UPSTREAM_REVISION)_all.deb DOC_DEB=$(DOC_PACKAGE)_$(DEB_VERSION_UPSTREAM_REVISION)_all.deb export SOURCE_DATE_EPOCH ?= $(shell dpkg-parsechangelog -STimestamp) diff --git a/debian/control b/debian/control index 280add3..3e4b3b9 100644 --- a/debian/control +++ b/debian/control @@ -16,7 +16,7 @@ Standards-Version: 4.5.1 Package: pmg-doc-generator Section: perl -Architecture: any +Architecture: all Depends: asciidoc-base, libpve-common-perl, xmlto, ${misc:Depends}, ${perl:Depends} Description: Proxmox Mail Gateway Documentation helpers Tool to auto-generate various Proxmox Mail gateway Documentation files and