[SCM] live-build branch, debian-next, updated. debian/3.0_a11-1-22-gd79b22f

Daniel Baumann daniel at debian.org
Mon Feb 14 15:04:19 UTC 2011


The following commit has been merged in the debian-next branch:
commit d79b22ffbcd9b4a855e7b50e8c357a8e784d009c
Author: Daniel Baumann <daniel at debian.org>
Date:   Mon Feb 14 16:00:34 2011 +0100

    Correcting quoting of apt-options in derivatives upgrade hack.

diff --git a/scripts/build/lb_chroot_sources b/scripts/build/lb_chroot_sources
index 76e843f..de7c2df 100755
--- a/scripts/build/lb_chroot_sources
+++ b/scripts/build/lb_chroot_sources
@@ -474,8 +474,8 @@ EOF
 			fi
 
 			Apt chroot update
-			Apt chroot upgrade ${_APT}
-			Apt chroot dist-upgrade ${_APT}
+			Apt chroot "upgrade ${_APT}"
+			Apt chroot "dist-upgrade ${_APT}"
 
 			# Installing keyring packages
 			if [ -n "${LB_KEYRING_PACKAGES}" ]

-- 
live-build



More information about the debian-live-changes mailing list