[SCM] Debian Live build scripts branch, master, updated. 1.0.2-2-10-gf00fd7c
Daniel Baumann
daniel at debian.org
Sat Jan 10 20:33:23 UTC 2009
The following commit has been merged in the master branch:
commit f00fd7cd379a21c7010b545d77f50bb6c7f2c753
Author: Daniel Baumann <daniel at debian.org>
Date: Sat Jan 10 21:26:04 2009 +0100
Releasing version 1.0.2-3.
diff --git a/debian/changelog b/debian/changelog
index 7649f2f..da6d4bf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,27 @@
+live-helper (1.0.2-3) unstable; urgency=medium
+
+ [ Chris Lamb ]
+ * Add 'dump' as a getopt longoption so as not to prevent rejection of --dump
+ argument to lh_config.
+ * Only print versions of live-helper in --dump output, not every package
+ installed.
+ * Test for dpkg-query instead of dpkg if we are only going to run dpkg-query
+ within that scope.
+ * Don't assume that if dpkg is installed, we'll actually get a live-helper
+ version number from it.
+ * Re-order arguments to find(1) to silence warning about sub-optimal ordering.
+ * Set default value of _COLOR to "false" from "disabled".
+
+ [ Daniel Baumann ]
+ * Also handling custom apt.conf in config/chroot_apt/apt.conf to allow further
+ apt configuration (Closes: #511247).
+ * Adding sample hook to add custom /etc/modules entries.
+ * Truncating resolv.conf created during bootstrap stage, otherwise we'll end
+ up with a local resolv.conf in the final image. Thanks to Ben Armstrong
+ <synrg at debian.org>.
+
+ -- Daniel Baumann <daniel at debian.org> Sat, 10 Jan 2009 21:19:41 +0100
+
live-helper (1.0.2-2) unstable; urgency=medium
* Marking fragrouter in rescue list as etch only.
diff --git a/functions/common.sh b/functions/common.sh
index 174187c..01ebbee 100755
--- a/functions/common.sh
+++ b/functions/common.sh
@@ -9,6 +9,6 @@
PROGRAM="$(basename ${0})"
PACKAGE="live-helper"
-VERSION="1.0.2-2"
+VERSION="1.0.2-3"
PATH="${PWD}/scripts:${PATH}"
--
Debian Live build scripts
More information about the debian-live-changes
mailing list