[SCM] live-helper branch, debian-next, updated. debian/2.0_a13-1-9-g75574aa
Daniel Baumann
daniel at debian.org
Sun May 30 07:49:51 UTC 2010
The following commit has been merged in the debian-next branch:
commit 00952ca545cf670d00c149ac9ac0ea72d277a853
Author: Daniel Baumann <daniel at debian.org>
Date: Fri May 21 07:27:44 2010 +0200
Renaming manifest files to packages on debian.
diff --git a/helpers/binary_manifest b/helpers/binary_manifest
index 4ec95eb..2777ada 100755
--- a/helpers/binary_manifest
+++ b/helpers/binary_manifest
@@ -45,17 +45,20 @@ Create_lockfile .lock
case "${LH_INITRAMFS}" in
casper)
INITFS="casper"
+ SUFFIX="manifest"
;;
live-initramfs)
INITFS="live"
+ SUFFIX="packages"
;;
esac
-# Add filesystem.manifest
-Chroot chroot "dpkg-query -W" > binary/"${INITFS}"/filesystem.manifest
-# Copy filesystem.manifest in image to binary.manifest as build output.
-cp binary/"${INITFS}"/filesystem.manifest binary.manifest
+# Add filesystem.packages
+Chroot chroot "dpkg-query -W" > binary/"${INITFS}"/filesystem.${SUFFIX}
+
+# Copy manifest as build output.
+cp binary/"${INITFS}"/filesystem.${SUFFIX} binary.${SUFFIX}
# Creating stage file
Create_stagefile .stage/binary_manifest
--
live-helper
More information about the debian-live-changes
mailing list