[SCM] live-build branch, debian-old-2.0, updated. debian/2.0_a1-1-378-gac454c1

Daniel Baumann daniel at debian.org
Sun Sep 26 21:19:44 UTC 2010


The following commit has been merged in the debian-old-2.0 branch:
commit 9fe124b4dce7ade20111d9a72d593b95514ac4ad
Author: Daniel Baumann <daniel at debian.org>
Date:   Sun Sep 26 23:19:10 2010 +0200

    Also correcting version number in debian-installer release file.

diff --git a/scripts/build/lb_binary_debian-installer b/scripts/build/lb_binary_debian-installer
index b097f94..d59050b 100755
--- a/scripts/build/lb_binary_debian-installer
+++ b/scripts/build/lb_binary_debian-installer
@@ -596,12 +596,14 @@ then
 	# Generating release file
 	mv binary chroot/root
 
+	eval _VERSION="$`echo RELEASE_${LB_DISTRIBUTION}`"
+
 cat > chroot/binary.sh << EOF
 cd /root/binary && apt-ftparchive \
 	-o APT::FTPArchive::Release::Origin="Debian" \
 	-o APT::FTPArchive::Release::Label="Debian" \
 	-o APT::FTPArchive::Release::Suite="${LB_DISTRIBUTION/sid/unstable}" \
-	-o APT::FTPArchive::Release::Version="4.0" \
+	-o APT::FTPArchive::Release::Version="${_VERSION}" \
 	-o APT::FTPArchive::Release::Codename="${LB_DISTRIBUTION}" \
 	-o APT::FTPArchive::Release::Date="$(date -R)" \
 	-o APT::FTPArchive::Release::Architectures="${LB_ARCHITECTURE}" \

-- 
live-build



More information about the debian-live-changes mailing list