Exclude the lilo-installer and elilo-installer udebs for all arches

These should have been blocked already for all arches, but that only
happened for amd64. Fix that now.
This commit is contained in:
Steve McIntyre 2020-04-01 20:38:41 +01:00
parent 3aa5bbe31c
commit ab3039daaa
5 changed files with 8 additions and 6 deletions

View File

@ -138,3 +138,6 @@ nbd-client-udeb
pwgen-udeb
# Eh?
gnumach-udeb
# We only support grub these days, drop lilo and elilo
lilo-installer
elilo-installer

View File

@ -40,6 +40,3 @@ partconf-mkfstab
# Not needed on arches that use partman
mdcfg
lvmcfg
# We only support grub these days, drop lile and elilo
lilo-installer
elilo-installer

View File

@ -138,3 +138,6 @@ nbd-client-udeb
pwgen-udeb
# Eh?
gnumach-udeb
# We only support grub these days, drop lilo and elilo
lilo-installer
elilo-installer

View File

@ -40,6 +40,3 @@ partconf-mkfstab
# Not needed on arches that use partman
mdcfg
lvmcfg
# We only support grub these days, drop lile and elilo
lilo-installer
elilo-installer

2
debian/changelog vendored
View File

@ -10,6 +10,8 @@ debian-cd (3.1.29) UNRELEASED; urgency=medium
[ Steve McIntyre ]
* Add easier support for extra archive signing keys - list
fingerprints in ARCHIVE_EXTRA_KEYS
* Exclude lilo-installer (and elilo-installer) for all arches, not
just amd64. This was an oversight before.
-- Raphaël Hertzog <raphael@offensive-security.com> Thu, 13 Feb 2020 15:07:42 +0100