From a6a95bd6322e289fa420d0dcb282bcab3d64ea08 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 21 Apr 2008 11:18:57 +0200 Subject: Releasing live-helper 1.0~a45-1. --- debian/changelog | 34 ++++++++++++++++++++++++++++++++++ functions/common.sh | 2 +- 2 files changed, 35 insertions(+), 1 deletion(-) 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 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" -- cgit v1.0