From: Martin Pitt Date: Sun, 26 Jul 2015 10:39:04 +0000 (+0200) Subject: Enable GNU EFI support and add gnu-efi build dep X-Git-Tag: debian/247.3-7+deb11u1~1528 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=378a828a0ac1bd25d65a8d7bfafee12ac07fdfd4;p=systemd.git Enable GNU EFI support and add gnu-efi build dep This enables/ships the systemd EFI boot loader. Closes: #787720 --- diff --git a/debian/changelog b/debian/changelog index 0d58ab5de..7cb36aef4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,10 +1,15 @@ systemd (222-3) UNRELEASED; urgency=medium + [ Michael Biebl ] * udev: Remove obsolete rm_conffile/mv_conffile functions from udev.preinst. The udev package is using dpkg-maintscripts-helper now to remove obsolete conffiles. * systemd: Remove obsolete conffile clean up from pre-wheezy. + [ Martin Pitt ] + * Enable GNU EFI support and add gnu-efi build dep. This enables/ships the + systemd EFI boot loader. (Closes: #787720) + -- Michael Biebl Tue, 21 Jul 2015 22:24:51 +0200 systemd (222-2) unstable; urgency=medium diff --git a/debian/control b/debian/control index f41bc378c..64e08091b 100644 --- a/debian/control +++ b/debian/control @@ -22,6 +22,7 @@ Build-Depends: debhelper (>= 9), autoconf (>= 2.63), intltool, gperf, + gnu-efi, libcap-dev (>= 1:2.24-9~), libpam0g-dev, libapparmor-dev (>= 2.9.0-3+exp2), diff --git a/debian/rules b/debian/rules index 97638bebf..a5de6e06c 100755 --- a/debian/rules +++ b/debian/rules @@ -50,6 +50,7 @@ CONFFLAGS_deb = \ --enable-compat-libs \ --enable-hwdb \ --enable-efi \ + --enable-gnuefi \ PYTHON=python3 CONFFLAGS_udeb = \ @@ -82,6 +83,7 @@ CONFFLAGS_udeb = \ --disable-hwdb \ --disable-manpages \ --disable-efi \ + --disable-gnuefi \ --disable-seccomp \ --without-python