diff options
author | Daniil Baturin <daniil@baturin.org> | 2016-04-01 19:33:55 +0700 |
---|---|---|
committer | Daniil Baturin <daniil@baturin.org> | 2016-04-01 19:33:55 +0700 |
commit | 7499b8e543223306d9fd1a9a925f515ca3f579a8 (patch) | |
tree | 7840425d2c7db6336cd42100864dc0908d35bdf8 | |
parent | ad7cbcd195198e78c2a6e67d5be3db6ffeb2a479 (diff) | |
parent | fc146a945b053745904816c69ab894d35ca62c03 (diff) | |
download | hvinfo-7499b8e543223306d9fd1a9a925f515ca3f579a8.tar.gz hvinfo-7499b8e543223306d9fd1a9a925f515ca3f579a8.zip |
Merge pull request #3 from Artox/master2
add armhf as a build-architecture for the binary package
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index e80771d..7950098 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,7 @@ Build-Depends: debhelper (>= 7), gnat (>=4.0), gprbuild Package: hvinfo Depends: libgnat-4.4 | libgnat-4.6 | libgnat-4.9 -Architecture: i386 amd64 +Architecture: i386 amd64 armhf Description: x86 hypervisor detection tool An x86 hypervisor detection with support for detecting KVM, Xen PV or HVM, VMware, and others. |