]> git.proxmox.com Git - pve-docs.git/commitdiff
mark pve-doc-generator an arch-independent package
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 18 May 2023 13:28:12 +0000 (15:28 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 18 May 2023 13:46:14 +0000 (15:46 +0200)
only contains a bit of perl code and some asciidoc files.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Makefile
debian/control

index dcf9c824ad3bc28ad013c06f8876e774ab909ef1..4e3f7512ac21f6636a027949ed1746987331e7a3 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -13,11 +13,9 @@ MEDIAWIKI_PACKAGE=pve-docs-mediawiki
 
 GITVERSION:=$(shell git rev-parse HEAD)
 
-ARCH:=$(shell dpkg-architecture -qDEB_BUILD_ARCH)
-
-GEN_DEB=$(GEN_PACKAGE)_$(DEB_VERSION_UPSTREAM_REVISION)_$(ARCH).deb
-DOC_DEB=$(DOC_PACKAGE)_$(DEB_VERSION_UPSTREAM_REVISION)_all.deb
-MEDIAWIKI_DEB=$(MEDIAWIKI_PACKAGE)_$(DEB_VERSION_UPSTREAM_REVISION)_all.deb
+GEN_DEB=$(GEN_PACKAGE)_$(DEB_VERSION)_all.deb
+DOC_DEB=$(DOC_PACKAGE)_$(DEB_VERSION)_all.deb
+MEDIAWIKI_DEB=$(MEDIAWIKI_PACKAGE)_$(DEB_VERSION)_all.deb
 
 export SOURCE_DATE_EPOCH ?= $(shell dpkg-parsechangelog -STimestamp)
 SOURCE_DATE_HUMAN := $(shell date -d "@$(SOURCE_DATE_EPOCH)")
index 1a799411e9b0d6ae78d2ab3ceaef2ef7ddc956c3..a81c6ba25c3b8dd2ad0ca2db66a20a9bf453c8d7 100644 (file)
@@ -18,7 +18,7 @@ Standards-Version: 4.6.2
 
 Package: pve-doc-generator
 Section: perl
-Architecture: any
+Architecture: all
 Depends: asciidoc-base,
          libpve-common-perl,
          source-highlight,