[SCM] live-build branch, debian-next, updated. debian/3.0_a20-1-1-g48e2af1

Daniel Baumann daniel at debian.org
Sat Jun 11 17:17:54 UTC 2011


The following commit has been merged in the debian-next branch:
commit 48e2af1ab9aebb974b718568f6c3060cfeb72cee
Author: Daniel Baumann <daniel at debian.org>
Date:   Sat Jun 11 19:18:15 2011 +0200

    Obtaining the live passes package selection information at the latest point to catch all other modifications in the package selection.

diff --git a/scripts/build/lb_chroot b/scripts/build/lb_chroot
index eb4781d..aeb3629 100755
--- a/scripts/build/lb_chroot
+++ b/scripts/build/lb_chroot
@@ -64,7 +64,10 @@ do
 	lb chroot_install-packages ${_PASS} ${*}
 	lb chroot_local-tasklists ${_PASS} ${*}
 
-	Chroot chroot "dpkg-query -W" > binary.packages.${_PASS}
+	if [ "${_PASS}" = install ]
+	then
+		Chroot chroot "dpkg-query -W" > binary.packages.install
+	fi
 done
 
 lb chroot_local-includes ${*}
@@ -73,6 +76,8 @@ lb chroot_local-hooks ${*}
 lb chroot_hacks ${*}
 lb chroot_interactive ${*}
 
+Chroot chroot "dpkg-query -W" > binary.packages.live
+
 # Deconfiguring chroot
 lb chroot_sources remove ${*}
 lb chroot_apt remove ${*}

-- 
live-build



More information about the debian-live-changes mailing list