Add missing bracket to grml2hd configuration; Add myself to list of uploaders. v0.2
authorMichael Prokop <mika@grml.org>
Mon, 15 Feb 2010 21:50:31 +0000 (22:50 +0100)
committerMichael Prokop <mika@grml.org>
Mon, 15 Feb 2010 21:50:37 +0000 (22:50 +0100)
debian/changelog
debian/control
quickconfig/040-grml2hd.sh

index 975ad71..fa23bfb 100644 (file)
@@ -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 <mika@grml.org>  Mon, 15 Feb 2010 22:49:54 +0100
+
 grml-quickconfig (0.1) unstable; urgency=low
 
   * Initial release.
index 6d042e3..bf8be46 100644 (file)
@@ -2,6 +2,7 @@ Source: grml-quickconfig
 Section: utils
 Priority: optional
 Maintainer: Ulrich Dangel <mru@grml.org>
+Uploaders: Michael Prokop <mika@grml.org>
 Build-Depends: debhelper (>= 7)
 Standards-Version: 3.8.4
 Homepage: http://git.grml.org/?p=grml-quickconfig.git
index 745663e..84d5e9c 100644 (file)
@@ -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"