summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniil Baturin <daniil@baturin.org>2019-01-20 17:55:15 +0000
committerDaniil Baturin <daniil@baturin.org>2019-01-20 17:55:15 +0000
commitb0da0f66d5ab2e6770b0c72fb4c6c2bcc5c85d02 (patch)
treeb2cca1dae5976746962f0861cb393cef4d55c6eb
parent2f09010ac0f5c38ebc4ef351695fbcbd3599d14d (diff)
downloadhvinfo-b0da0f66d5ab2e6770b0c72fb4c6c2bcc5c85d02.tar.gz
hvinfo-b0da0f66d5ab2e6770b0c72fb4c6c2bcc5c85d02.zip
Enable Debian package build on ARM64 and Debian Stretch.
-rw-r--r--debian/control4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index 7950098..cdb47bc 100644
--- a/debian/control
+++ b/debian/control
@@ -6,8 +6,8 @@ Standards-Version: 3.9.1
Build-Depends: debhelper (>= 7), gnat (>=4.0), gprbuild
Package: hvinfo
-Depends: libgnat-4.4 | libgnat-4.6 | libgnat-4.9
-Architecture: i386 amd64 armhf
+Depends: libgnat-4.4 | libgnat-4.6 | libgnat-4.9 | libgnat-6
+Architecture: i386 amd64 armhf arm64
Description: x86 hypervisor detection tool
An x86 hypervisor detection with support for detecting
KVM, Xen PV or HVM, VMware, and others.