From 31969620230aca814b61f9d1158355efdc3452b6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fabian=20Gr=C3=BCnbichler?= Date: Wed, 6 Nov 2019 13:36:31 +0100 Subject: [PATCH] d/control: correctly set Architecture field MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit this packge only contains perl modules and scripts, shell completions and documentation - no architecture-specific stuff whatsoever. Signed-off-by: Fabian Grünbichler --- Makefile | 2 +- debian/control | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index df6f271..ef8b026 100644 --- a/Makefile +++ b/Makefile @@ -20,7 +20,7 @@ export PERLDIR=${PREFIX}/share/perl5 GITVERSION:=$(shell cat .git/refs/heads/master) -DEB=${PACKAGE}_${DEB_VERSION_UPSTREAM_REVISION}_${DEB_BUILD_ARCH}.deb +DEB=${PACKAGE}_${DEB_VERSION_UPSTREAM_REVISION}_all.deb DSC=${PACKAGE}_${DEB_VERSION_UPSTREAM_REVISION}.dsc # this requires package pve-doc-generator diff --git a/debian/control b/debian/control index 349a105..0f0e294 100644 --- a/debian/control +++ b/debian/control @@ -14,7 +14,7 @@ Standards-Version: 3.9.8 Homepage: http://www.proxmox.com Package: libpve-access-control -Architecture: any +Architecture: all Depends: libauthen-pam-perl, libcrypt-openssl-random-perl, libcrypt-openssl-rsa-perl, -- 2.39.2