[SCM] live-helper branch, debian, updated. debian/2.0_a6-1-14-ge0c86ca

Daniel Baumann daniel at debian.org
Wed Feb 17 11:35:36 UTC 2010


The following commit has been merged in the debian branch:
commit e0c86ca016663156b63e709a6c1d2081b2d255bd
Author: Daniel Baumann <daniel at debian.org>
Date:   Wed Feb 17 12:31:05 2010 +0100

    Releasing debian version 2.0~a7-1.

diff --git a/debian/changelog b/debian/changelog
index cbb2066..ab185a8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,35 @@
+live-helper (2.0~a7-1) unstable; urgency=low
+
+  [ Daniel Baumann ]
+  * Changing binary indices behaviour as suggested by Ben Armstrong
+    <synrg at debian.org>, means we're now including binary sources by
+    default (unless they are the same as chroot ones), and binary
+    indices now only controls if apt lists need to be included in the
+    resulting binary image.
+  * Updating mirror locations in image autobuild script.
+  * Adding support for gfxboot.
+
+  [ Tzafrir Cohen ]
+  * For lh_local, checking first for helpers in LH_BASE.
+
+  [ Daniel Baumann ]
+  * Dropping lh_ prefix from internal helpers, this is not user visible.
+  * Updating to standards version 3.8.4.
+  * Updating homepage field in control.
+  * Calling /usr/sbin/chroot with full path in Chroot(); should fix path
+    problems when using live-helper from a local source tree.
+  * Also using sources.list snipplets for local packages just as for the
+    other repositories (Closes: #569619).
+  * Removing remaining leftovers from etch-only options --genisoimage
+    and --union-filesystem removals (Closes: #568261).
+  * Don't append and re-append try-usb parameter to bootappend-install
+    options over and over again.
+  * Correcting gramatical typo in lh_config manpage, thanks to Tzafrir
+    Cohen <tzafrir.cohen at xorcom.com>.
+  * Removing whitespaces at the end of bootappend-install assignements.
+
+ -- Daniel Baumann <daniel at debian.org>  Wed, 17 Feb 2010 12:30:46 +0100
+
 live-helper (2.0~a6-1) unstable; urgency=low
 
   * Updating defaults for kernel packages to not include separate aufs-
diff --git a/functions/common.sh b/functions/common.sh
index 72fdf5b..b7a8417 100755
--- a/functions/common.sh
+++ b/functions/common.sh
@@ -9,7 +9,7 @@
 
 PROGRAM="$(basename ${0})"
 PACKAGE="live-helper"
-VERSION="2.0~a4-1"
+VERSION="2.0~a7-1"
 CONFIG_VERSION="$(echo ${VERSION} | awk -F- '{ print $1 }')"
 
 PATH="${PWD}/auto/helpers:${PATH}"

-- 
live-helper



More information about the debian-live-changes mailing list