From: Michael Prokop Date: Tue, 5 Jun 2007 11:51:36 +0000 (+0200) Subject: Update version number and mention Thorsten in changelog X-Git-Tag: 0.10~6 X-Git-Url: https://git.grml.org/?p=grml-debootstrap.git;a=commitdiff_plain;h=666902fa1edae45c1018433d24e9af026c831372;ds=sidebyside Update version number and mention Thorsten in changelog --- diff --git a/debian/changelog b/debian/changelog index cf20c81..fbbbc6b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,7 +3,9 @@ grml-debootstrap (0.10) unstable; urgency=low * Add console-common to /etc/debootstrap/packages. Thanks for the feature request, Thorsten Strusch! * Support option -i/--iso: now it's possible to install packages - from a normal Debian ISO. + from a normal Debian ISO. Thanks for the idea and the basic + instructions to Thorsten Strusch! + http://www.thorstenstrusch.de/software/debian-linux/ -- Michael Prokop Mon, 04 Jun 2007 10:13:32 +0200 diff --git a/grml-debootstrap b/grml-debootstrap index 27955fb..68d8824 100755 --- a/grml-debootstrap +++ b/grml-debootstrap @@ -4,13 +4,13 @@ # Authors: grml-team (grml.org), (c) Michael Prokop # Bug-Reports: see http://grml.org/bugs/ # License: This file is licensed under the GPL v2. -# Latest change: Mon Apr 16 20:39:13 CEST 2007 [mika] +# Latest change: Die Jun 05 13:51:21 CEST 2007 [mika] ################################################################################ # http://www.debian.org/releases/stable/i386/index.html.en set -e # exit on any error -VERSION='0.9' +VERSION='0.10' # source core functions {{{ . /etc/grml/lsb-functions