[SCM] live-build branch, debian-next, updated. debian/3.0_a61-1-8-g803266d

Daniel Baumann daniel at debian.org
Mon Oct 1 01:42:22 UTC 2012


The following commit has been merged in the debian-next branch:
commit 803266d886df4228a1f7a585f5faf2c4baeff241
Author: Daniel Baumann <daniel at debian.org>
Date:   Mon Oct 1 03:42:20 2012 +0200

    Also use .contents suffix for file list of sources images like for binary images, rather than the old .list suffix.

diff --git a/scripts/build/source_checksums b/scripts/build/source_checksums
index cf9cce0..e034064 100755
--- a/scripts/build/source_checksums
+++ b/scripts/build/source_checksums
@@ -83,7 +83,7 @@ EOF
 
 	# File list
 	cd ${DIRECTORY}
-	find . | sed -e 's|^.||g' | grep "^/" | sort > ../../$(echo ${DIRECTORY} | sed -e 's|/|.|').list
+	find . | sed -e 's|^.||g' | grep "^/" | sort > ../../$(echo ${DIRECTORY} | sed -e 's|/|.|').contents
 	cd "${OLDPWD}"
 done
 

-- 
live-build



More information about the debian-live-changes mailing list