From 3adc1f4ed0d377bdf20a38f1b12bda415c54e7d5 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Mon, 15 Feb 2010 22:50:31 +0100 Subject: [PATCH] Add missing bracket to grml2hd configuration; Add myself to list of uploaders. --- debian/changelog | 7 +++++++ debian/control | 1 + quickconfig/040-grml2hd.sh | 2 +- 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 975ad71..fa23bfb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +grml-quickconfig (0.2) unstable; urgency=low + + * Add missing bracket to grml2hd configuration. + * Add myself to list of uploaders. + + -- Michael Prokop Mon, 15 Feb 2010 22:49:54 +0100 + grml-quickconfig (0.1) unstable; urgency=low * Initial release. diff --git a/debian/control b/debian/control index 6d042e3..bf8be46 100644 --- a/debian/control +++ b/debian/control @@ -2,6 +2,7 @@ Source: grml-quickconfig Section: utils Priority: optional Maintainer: Ulrich Dangel +Uploaders: Michael Prokop Build-Depends: debhelper (>= 7) Standards-Version: 3.8.4 Homepage: http://git.grml.org/?p=grml-quickconfig.git diff --git a/quickconfig/040-grml2hd.sh b/quickconfig/040-grml2hd.sh index 745663e..84d5e9c 100644 --- a/quickconfig/040-grml2hd.sh +++ b/quickconfig/040-grml2hd.sh @@ -1,4 +1,4 @@ -LINE='print_line "Install grml to ${HIGHLIGHT}h${NORMAL}ard disk (${HIGHLIGHT_NAME}grml2hd${NORMAL}"' +LINE='print_line "Install grml to ${HIGHLIGHT}h${NORMAL}ard disk (${HIGHLIGHT_NAME}grml2hd${NORMAL})"' KEY=(m) HD_APP=grml2hd FUNCTION="run $HD_APP" -- 2.1.4