diff options
author | Daniil Baturin <daniil@baturin.org> | 2015-04-08 23:51:41 +0200 |
---|---|---|
committer | Daniil Baturin <daniil@baturin.org> | 2015-04-08 23:51:41 +0200 |
commit | f1b19530cbcca30156a4facc9f23438c17841cf8 (patch) | |
tree | 652c2f36a1fd26d4831c518e9a48430eeabdf5f4 | |
parent | d57df2d967ef8a01a3991f0bc877c24664e34dcc (diff) | |
download | hvinfo-f1b19530cbcca30156a4facc9f23438c17841cf8.tar.gz hvinfo-f1b19530cbcca30156a4facc9f23438c17841cf8.zip |
Workaround for lack of libgnat virtual package in debian.
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index f383eb7..e80771d 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,7 @@ Standards-Version: 3.9.1 Build-Depends: debhelper (>= 7), gnat (>=4.0), gprbuild Package: hvinfo -Depends: libgnat (>= 4.0) +Depends: libgnat-4.4 | libgnat-4.6 | libgnat-4.9 Architecture: i386 amd64 Description: x86 hypervisor detection tool An x86 hypervisor detection with support for detecting |