]> git.proxmox.com Git - pve-access-control.git/commitdiff
d/control: correctly set Architecture field
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Wed, 6 Nov 2019 12:36:31 +0000 (13:36 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 8 Nov 2019 11:19:23 +0000 (12:19 +0100)
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@proxmox.com>
Makefile
debian/control

index df6f271a0d8f6c5e7485da18c5cc95e47ebedeb3..ef8b026e7d8096a1ff99ef38d439ee87aea7f39e 100644 (file)
--- 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
index 349a10522236c8ee92d8e43d8ee33b517b199f34..0f0e29407178d81a36d95b8da45222817c7281ac 100644 (file)
@@ -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,