[SCM] live-build branch, debian-next, updated. debian/3.0_a51-1-20-g344f3d5
Daniel Baumann
daniel at debian.org
Wed Jul 18 19:40:16 UTC 2012
The following commit has been merged in the debian-next branch:
commit 344f3d5062fd59e58ea896790dbfea5789e1771f
Author: Daniel Baumann <daniel at debian.org>
Date: Wed Jul 18 21:40:52 2012 +0200
Correcting live-build and live-boot versions for splash.svg post-processing.
diff --git a/scripts/build/lb_binary_syslinux b/scripts/build/lb_binary_syslinux
index 20fd9df..4a8f841 100755
--- a/scripts/build/lb_binary_syslinux
+++ b/scripts/build/lb_binary_syslinux
@@ -293,8 +293,8 @@ then
_MINUTE="$(date +%M)"
_SECOND="$(date +%S)"
_LINUX_VERSIONS="$(for _LINUX in chroot/boot/vmlinuz-* ; do chroot chroot apt-cache policy $(basename ${_LINUX} | sed -e 's|vmlinuz-|linux-image-|') | awk '/Installed: / { print $2 }' ; done | sort -u)"
- _LIVE_BUILD_VERSIONS="$(chroot chroot apt-cache policy live-build | awk '/Installed: / { print $2 }')"
- _LIVE_BOOT_VERSIONS="$(chroot chroot apt-cache policy live-boot | awk '/Installed: / { print $2 }')"
+ _LIVE_BUILD_VERSION="$(lb --version)"
+ _LIVE_BOOT_VERSION="$(chroot chroot apt-cache policy live-boot | awk '/Installed: / { print $2 }')"
_LIVE_CONFIG_VERSION="$(chroot chroot apt-cache policy live-config | awk '/Installed: / { print $2 }')"
_LIVE_TOOLS_VERSION="$(chroot chroot apt-cache policy live-tools | awk '/Installed: / { print $2 }')"
--
live-build
More information about the debian-live-changes
mailing list