[pve-devel] [PATCH access-control 10/13] d/control: correctly set Architecture field

Fabian Grünbichler f.gruenbichler at proxmox.com
Wed Nov 6 13:36:31 CET 2019


this packge only contains perl modules and scripts, shell completions
and documentation - no architecture-specific stuff whatsoever.

Signed-off-by: Fabian Grünbichler <f.gruenbichler at proxmox.com>
---
 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.20.1





More information about the pve-devel mailing list