[Debian-live-changes] r1201 - dists/trunk/live-helper/helpers

Daniel Baumann daniel at alioth.debian.org
Thu Apr 26 20:13:25 UTC 2007


Author: daniel
Date: 2007-04-26 20:13:24 +0000 (Thu, 26 Apr 2007)
New Revision: 1201

Modified:
   dists/trunk/live-helper/helpers/lh_binary_debian-installer
Log:


Modified: dists/trunk/live-helper/helpers/lh_binary_debian-installer
===================================================================
--- dists/trunk/live-helper/helpers/lh_binary_debian-installer	2007-04-26 19:45:27 UTC (rev 1200)
+++ dists/trunk/live-helper/helpers/lh_binary_debian-installer	2007-04-26 20:13:24 UTC (rev 1201)
@@ -193,17 +193,17 @@
 {
 	// MaxContentsChange
 	// ContentsAge
-	Directory		"dists/$(DIST)/$(SECTION)/binary-$(ARCH)/";
-	Packages		"dists/$(DIST)/$(SECTION)/binary-$(ARCH)/Packages";
-	InternalPrefix		"dists/$(DIST)/$(SECTION)/";
-	// Contents		"dists/$(DIST)/Contents-$(ARCH)";
+	Directory		"dists/\$(DIST)/\$(SECTION)/binary-\$(ARCH)/";
+	Packages		"dists/\$(DIST)/\$(SECTION)/binary-\$(ARCH)/Packages";
+	InternalPrefix		"dists/\$(DIST)/\$(SECTION)/";
+	Contents		"dists/\$(DIST)/Contents-\$(ARCH)";
 	// Contents::Header
-	// BinCacheDB		"cache.$(DIST).$(SECTION).$(ARCH)";
-	// FileList		"filelist.$(DIST).$(SECTION).$(ARCH)";
-	// BinOverride		"override.$(DIST).$(SECTION)";
+	// BinCacheDB		"cache.\$(DIST).\$(SECTION).\$(ARCH)";
+	// FileList		"filelist.\$(DIST).\$(SECTION).\$(ARCH)";
+	// BinOverride		"override.\$(DIST).\$(SECTION)";
 };
 
-tree "etch"
+tree "${LIVE_DISTRIBUTION}"
 {
 	Sections	"main";
 	Architectures	"${LIVE_ARCHITECTURE}";
@@ -211,14 +211,14 @@
 EOF
 
 cat > cache/indices_debian-installer/release << EOF
-APT::FTPArchive::Release::Origin        "Debian"; \
-APT::FTPArchive::Release::Label         "Debian"; \
-APT::FTPArchive::Release::Suite         "${LIVE_DISTRIBUTION}"; \
-APT::FTPArchive::Release::Version       "4.0"; \
-APT::FTPArchive::Release::Codename      "${LIVE_DISTRIBUTION}"; \
-APT::FTPArchive::Release::Date          "`date -R`"; \
-APT::FTPArchive::Release::Architectures "${LIVE_ARCHITECTURE}"; \
-APT::FTPArchive::Release::Components    "main";
+APT::FTPArchive::Release::Origin	"Debian";
+APT::FTPArchive::Release::Label		"Debian";
+APT::FTPArchive::Release::Suite		"${LIVE_DISTRIBUTION}";
+APT::FTPArchive::Release::Version	"4.0";
+APT::FTPArchive::Release::Codename	"${LIVE_DISTRIBUTION}";
+APT::FTPArchive::Release::Date		"`date -R`";
+APT::FTPArchive::Release::Architectures	"${LIVE_ARCHITECTURE}";
+APT::FTPArchive::Release::Components	"main";
 EOF
 
 apt-ftparchive generate cache/indices_debian-installer/archive




More information about the Debian-live-changes mailing list