1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94
|
Source: imvirt
Section: admin
Priority: optional
Maintainer: Patrick Matthäi <pmatthaei@debian.org>
Build-Depends: debhelper (>= 9),
libfile-which-perl,
libfile-slurp-perl,
libmodule-find-perl
Standards-Version: 3.9.8
Homepage: http://micky.ibh.net/~liske/imvirt.html
Package: imvirt
Architecture: all
Depends: ${misc:Depends},
${perl:Depends},
libimvirt-perl (= ${source:Version})
Description: detects several virtualizations
This Perl script tries to detect if it is run in a virtualization container.
.
In this version it is able to detect the following virtualization
technologies:
ARAnyM
KVM
lguest
LXC
OpenVZ/Virtuozzo
QEMU
UML
VMware GSX, ESX, Workstation
Virtual PC/Virtual Server
VirtualBox
Xen (para and non-para virtualized)
.
And much more.
Package: libimvirt-perl
Architecture: all
Section: perl
Depends: ${misc:Depends},
${perl:Depends},
imvirt-helper (>= ${source:Version}),
libmodule-find-perl,
libfile-slurp-perl,
libfile-which-perl,
pciutils
Suggests: dmidecode
Description: Perl module for detecting several virtualizations
This Perl module ImVirt is able to determine, on which virtualization it is
running.
.
In this version it is able to detect the following virtualization
technologies:
ARAnyM
KVM
lguest
LXC
OpenVZ/Virtuozzo
QEMU
UML
VMware GSX, ESX, Workstation
Virtual PC/Virtual Server
VirtualBox
Xen (para and non-para virtualized)
.
And much more.
Package: imvirt-helper
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends},
libmime-lite-perl
Recommends: libimvirt-perl
Suggests: imvirt
Breaks: imvirt (<< 0.9.3-3)
Replaces: imvirt (<< 0.9.3-3)
Description: helper programs to detect several virtualizations
This package includes several helper programs from imvirt to test for
several virtualizations.
.
In this version it is able to detect the following virtualization
technologies:
ARAnyM
KVM
lguest
LXC
OpenVZ/Virtuozzo
QEMU
UML
VMware GSX, ESX, Workstation
Virtual PC/Virtual Server
VirtualBox
Xen (para and non-para virtualized)
.
And much more.
|