sub new {
my ($class, $ho, $methname,$asset) = @_;
- my @extra_packages = qw(libavahi-client3 libgnutls28-dev);
+ my @extra_packages = qw(libavahi-client3);
my $nl_lib = "libnl-3-200";
+ my $libgnutls = "libgnutls30";
+
$nl_lib = "libnl1" if ($ho->{Suite} =~ m/wheezy/);
+ $libgnutls = "libgnutls-deb0-28" if ($ho->{Suite} =~ m/jessie/);
push(@extra_packages, $nl_lib);
+ push(@extra_packages, $libgnutls);
return bless { Name => "libvirt",
Host => $ho,
NewDaemons => [qw(libvirtd)],
libxml2-utils libxml2-dev
libdevmapper-dev w3c-dtd-xhtml libxml-xpath-perl
libelf-dev
- ccache nasm checkpolicy ebtables);
+ ccache nasm checkpolicy ebtables
+ libgnutls28-dev);
if ($ho->{Suite} !~ m/squeeze|wheezy/) {
push(@packages, qw(ocaml-nox ocaml-findlib));