From: Michael Prokop Date: Sat, 25 Oct 2008 11:50:50 +0000 (+0200) Subject: Add espeakup to GRML_FULL X-Git-Tag: v0.9.6~16 X-Git-Url: http://git.grml.org/?p=grml-live.git;a=commitdiff_plain;h=b92391f5cc663eff81a622cb2b7ec19e2c46291a Add espeakup to GRML_FULL --- diff --git a/debian/changelog b/debian/changelog index 896e54d..d2ddd64 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +grml-live (0.9.6) unstable; urgency=low + + * Add espeakup to GRML_FULL. + + -- Michael Prokop Sat, 25 Oct 2008 13:49:43 +0200 + grml-live (0.9.5) unstable; urgency=low * Drop "root (cd)" from grub/menu.lst. Thanks, Tong Sun. [Closes: issue552] diff --git a/etc/grml/fai/config/package_config/GRML_FULL b/etc/grml/fai/config/package_config/GRML_FULL index 16ded2c..2a69667 100644 --- a/etc/grml/fai/config/package_config/GRML_FULL +++ b/etc/grml/fai/config/package_config/GRML_FULL @@ -620,6 +620,7 @@ es esound-common espeak espeak-data +espeakup etckeeper eterm etherwake diff --git a/grml-live b/grml-live index 47ee4ff..50872ac 100755 --- a/grml-live +++ b/grml-live @@ -14,7 +14,7 @@ export LC_ALL=C # exit on any error: set -e -GRML_LIVE_VERSION='0.9.5' +GRML_LIVE_VERSION='0.9.6' PN="$(basename $0)" CMDLINE="$0 $@" ISO_DATE="$(date +%Y-%m-%d)"