mirror of
https://git.proxmox.com/git/pmg-docs
synced 2025-07-27 13:03:42 +00:00
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:
parent
4a6dd634ae
commit
163affa4fe
4
Makefile
4
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)
|
||||
|
2
debian/control
vendored
2
debian/control
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user