[SCM] debian-live/live-helper branch, master, updated. 1.0_a44-1-24-gd236758

Daniel Baumann daniel at debian.org
Mon Apr 21 09:22:21 UTC 2008


The following commit has been merged in the master branch:
commit d236758c6b218077586566cc2409f545fe29f26e
Author: Daniel Baumann <daniel at debian.org>
Date:   Mon Apr 21 11:18:57 2008 +0200

    Releasing live-helper 1.0~a45-1.

diff --git a/debian/changelog b/debian/changelog
index 03b2cf3..e97696f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,37 @@
+live-helper (1.0~a45-1) unstable; urgency=medium
+
+  [ Tiago Bortoletto Vaz ]
+  * lh_chroot_local-preseed: fix minor typo
+
+  [ Chris Lamb ]
+  * Install most chroot packages in one  call (Closes: #475739)
+  * Install local packages using a local APT repo instead of using "dpkg -i"
+  * hooks/minimal: Use "find -print0 | xargs -0" idiom over "find | xargs"
+  * Allow fallback to chroot_package-lists inside binary lists
+  * Remove temporary binary package list files
+  * Tidy calls to new Expand_packagelist
+  * Rewrite Expand_packagelist to not be recursive
+
+  [ Daniel Baumann ]
+  * Updating snapshot build script.
+  * When building snapshot images, also storing source.list away.
+  * Building snapshot images with --apt-recommends disabled.
+  * Adding example script to build a row of images.
+  * Some formating and style cleanups.
+  * Using one single packages cache directory for all chroot packages.
+  * Using hardlinks to copy local packages into chroot.
+  * Moving lh_chroot_packages call in lh_chroot to old place.
+  * Updating snapshots url.
+  * Adding live-magic to snapshots.
+  * Adding debian-unofficial-archive-keyring to snapshots.
+  * Updating live-snapshots example sources.
+  * Removing non anymore existing live-backports example sources.
+  * Renaming image build script.
+  * Adjusting Save_cache(); to skip already cached .deb files and only
+    copying new packages to it.
+
+ -- Daniel Baumann <daniel at debian.org>  Mon, 21 Apr 2008 00:00:00 +0200
+
 live-helper (1.0~a44-1) unstable; urgency=medium
 
   [ Chris Lamb ]
diff --git a/functions/common.sh b/functions/common.sh
index 9794142..1217d1d 100755
--- a/functions/common.sh
+++ b/functions/common.sh
@@ -10,4 +10,4 @@
 set -e
 
 PROGRAM="$(basename ${0})"
-VERSION="1.0~a44"
+VERSION="1.0~a45"

-- 
debian-live/live-helper



More information about the debian-live-changes mailing list