* tools/make-firmware-image: Rather than use the firmware task which

gets out of date, look for firmware/microcode files directly in the
    Packages file. Check for things installing in /lib/firmware, and add
    those packages.
This commit is contained in:
Steve McIntyre 2011-06-10 13:27:54 +00:00
parent 1083496a49
commit 7e9ba6ec3e
1 changed files with 4 additions and 0 deletions

4
debian/changelog vendored
View File

@ -29,6 +29,10 @@ debian-cd (3.1.6) UNRELEASED; urgency=low
arches, allow a wildcard and then check for lack of Packages.gz files
* Move the "firmware" task into per-release task dirs like it should
have been to start with.
* tools/make-firmware-image: Rather than use the firmware task which
gets out of date, look for firmware/microcode files directly in the
Packages file. Check for things installing in /lib/firmware, and add
those packages.
[ Aurelien Jarno ]
* Add support for hurd-i386. Closes: #619211