Enable GNU EFI support and add gnu-efi build dep

This enables/ships the systemd EFI boot loader.

Closes: #787720
This commit is contained in:
Martin Pitt 2015-07-26 12:39:04 +02:00
parent 951742fddf
commit 378a828a0a
3 changed files with 8 additions and 0 deletions

5
debian/changelog vendored
View File

@ -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 <biebl@debian.org> Tue, 21 Jul 2015 22:24:51 +0200
systemd (222-2) unstable; urgency=medium

1
debian/control vendored
View File

@ -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),

2
debian/rules vendored
View File

@ -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