mark pmg-doc-generator an arch-independent package

Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Stoiko Ivanov 2023-05-30 13:14:48 +02:00 committed by Thomas Lamprecht
parent 4a6dd634ae
commit 163affa4fe
2 changed files with 2 additions and 4 deletions

View File

@ -14,9 +14,7 @@ PKGREL=1
GITVERSION:=$(shell git rev-parse HEAD) GITVERSION:=$(shell git rev-parse HEAD)
ARCH:=$(shell dpkg-architecture -qDEB_BUILD_ARCH) GEN_DEB=$(GEN_PACKAGE)_$(DEB_VERSION_UPSTREAM_REVISION)_all.deb
GEN_DEB=$(GEN_PACKAGE)_$(DEB_VERSION_UPSTREAM_REVISION)_$(ARCH).deb
DOC_DEB=$(DOC_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) export SOURCE_DATE_EPOCH ?= $(shell dpkg-parsechangelog -STimestamp)

2
debian/control vendored
View File

@ -16,7 +16,7 @@ Standards-Version: 4.5.1
Package: pmg-doc-generator Package: pmg-doc-generator
Section: perl Section: perl
Architecture: any Architecture: all
Depends: asciidoc-base, libpve-common-perl, xmlto, ${misc:Depends}, ${perl:Depends} Depends: asciidoc-base, libpve-common-perl, xmlto, ${misc:Depends}, ${perl:Depends}
Description: Proxmox Mail Gateway Documentation helpers Description: Proxmox Mail Gateway Documentation helpers
Tool to auto-generate various Proxmox Mail gateway Documentation files and Tool to auto-generate various Proxmox Mail gateway Documentation files and