mirror of
git://git.proxmox.com/git/pve-docs.git
synced 2025-01-07 17:17:48 +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:
parent
fc356f9e6e
commit
c7ce74f4d0
8
Makefile
8
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)")
|
||||
|
2
debian/control
vendored
2
debian/control
vendored
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user