Package: live-build
Version: 2.0~a23-1
Severity: minor
File: /usr/share/live/build/functions/defaults.sh
In defaults.sh:
# Setting keyring packages
case "${LH_MODE}" in
debian|debian-release)
LH_KEYRING_PACKAGES="${LH_KEYRING_PACKAGES:-debi
Dear Colleagues,
I took Holgers patch and added it to the latest sid packages of live-boot.
Please find attached the needed debdiff.
(thx Mikap for reminding me ;))
Regards,
\sh
diff -u live-boot-2.0.0/debian/changelog live-boot-2.0.0/debian/changelog
--- live-boot-2.0.0/debian/changelog
+++
Package: live-helper
Version: 2.0~a23-1
Severity: normal
When setting LH_LINUX_PACKAGES=linux-image-2.6.35-um and
LH_LINUX_FLAVOURS=amd64+ the kernel live-helper attempts to install is
linux-image-2.6.35-um-amd64
This makes building with git kernel impossible.
Workaround is to pass --apt apt
Trent W. Buck wrote:
> emdebian)
>
> LH_KEYRING_PACKAGES="${LH_kEYRING_PACKAGES:-debian-archive-keyring}"
Worse, the "k" there is lowercase, so attempting to fix this user-side
fails! Here is a patch.
diff --git a/functions/defaults.sh b/functions/defaults.sh