]> git.proxmox.com Git - dab.git/commitdiff
ubuntu vivid/wily: exclude libmodule-build-perl
authorDietmar Maurer <dietmar@proxmox.com>
Sat, 31 Oct 2015 16:27:23 +0000 (17:27 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Sat, 31 Oct 2015 16:27:23 +0000 (17:27 +0100)
DAB.pm

diff --git a/DAB.pm b/DAB.pm
index dd72970226e3aa870e33762e0a69ce2c2c3a82a5..796c2ed55d1a810417c13e792a606cc4c511cbcd 100644 (file)
--- a/DAB.pm
+++ b/DAB.pm
@@ -442,6 +442,7 @@ sub new {
 
     if ($suite eq 'vivid' || $suite eq 'wily') {
        push @$incl, 'isc-dhcp-client';
+       push @$excl, qw(libmodule-build-perl);
     } elsif ($suite eq 'trusty') {
        push @$excl, qw(systemd systemd-services libpam-systemd libsystemd-daemon0 memtest86+);
    } elsif ($suite eq 'precise') {