5
0
mirror of git://git.proxmox.com/git/pve-docs.git synced 2025-01-08 21:17:52 +03:00

mark pve-doc-generator an arch-independent package

only contains a bit of perl code and some asciidoc files.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2023-05-18 15:28:12 +02:00
parent fc356f9e6e
commit c7ce74f4d0
2 changed files with 4 additions and 6 deletions

View File

@ -13,11 +13,9 @@ MEDIAWIKI_PACKAGE=pve-docs-mediawiki
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)_all.deb
DOC_DEB=$(DOC_PACKAGE)_$(DEB_VERSION)_all.deb
GEN_DEB=$(GEN_PACKAGE)_$(DEB_VERSION_UPSTREAM_REVISION)_$(ARCH).deb MEDIAWIKI_DEB=$(MEDIAWIKI_PACKAGE)_$(DEB_VERSION)_all.deb
DOC_DEB=$(DOC_PACKAGE)_$(DEB_VERSION_UPSTREAM_REVISION)_all.deb
MEDIAWIKI_DEB=$(MEDIAWIKI_PACKAGE)_$(DEB_VERSION_UPSTREAM_REVISION)_all.deb
export SOURCE_DATE_EPOCH ?= $(shell dpkg-parsechangelog -STimestamp) export SOURCE_DATE_EPOCH ?= $(shell dpkg-parsechangelog -STimestamp)
SOURCE_DATE_HUMAN := $(shell date -d "@$(SOURCE_DATE_EPOCH)") SOURCE_DATE_HUMAN := $(shell date -d "@$(SOURCE_DATE_EPOCH)")

2
debian/control vendored
View File

@ -18,7 +18,7 @@ Standards-Version: 4.6.2
Package: pve-doc-generator Package: pve-doc-generator
Section: perl Section: perl
Architecture: any Architecture: all
Depends: asciidoc-base, Depends: asciidoc-base,
libpve-common-perl, libpve-common-perl,
source-highlight, source-highlight,