Add DEBHELPER tags to debian/*inst 1.0.22
authorMichael Prokop <mika@grml.org>
Sun, 28 Oct 2007 16:19:40 +0000 (17:19 +0100)
committerMichael Prokop <mika@grml.org>
Sun, 28 Oct 2007 16:19:40 +0000 (17:19 +0100)
debian/changelog
debian/postinst
debian/preinst

index bb572e6..8d05797 100644 (file)
@@ -1,9 +1,12 @@
 grml-scripts (1.0.22) unstable; urgency=low
 
-  [Frank Terbeck]
+  [ Frank Terbeck ]
   * Adding arename.pl (and according manpage arename.pl.1).
 
- -- Michael Prokop <mika@grml.org>  Sun, 28 Oct 2007 17:01:58 +0100
+  [ Michael Prokop ]
+  * Make package lintian clean.
+
+ -- Michael Prokop <mika@grml.org>  Sun, 28 Oct 2007 17:19:25 +0100
 
 grml-scripts (1.0.21) unstable; urgency=low
 
index 15fdb44..78f3ae8 100755 (executable)
@@ -4,7 +4,7 @@
 # Authors:       grml-team (grml.org), (c) Michael Prokop <mika@grml.org>
 # Bug-Reports:   see http://grml.org/bugs/
 # License:       This file is licensed under the GPL v2.
-# Latest change: Mon Sep 18 16:12:57 CEST 2006 [mika]
+# Latest change: Son Okt 28 17:18:56 CET 2007 [mika]
 ################################################################################
 
 set -e
@@ -23,6 +23,6 @@ case "$1" in
      exit 0
 esac
 
-exit 0
+#DEBHELPER#
 
 ## END OF FILE #################################################################
index f8a7631..267d019 100755 (executable)
@@ -4,7 +4,7 @@
 # Authors:       grml-team (grml.org), (c) Michael Prokop <mika@grml.org>
 # Bug-Reports:   see http://grml.org/bugs/
 # License:       This file is licensed under the GPL v2.
-# Latest change: Mon Sep 18 16:13:18 CEST 2006 [mika]
+# Latest change: Son Okt 28 17:19:05 CET 2007 [mika]
 ################################################################################
 
 set -e
@@ -28,6 +28,6 @@ case "$1" in
      exit 0
 esac
 
-exit 0
+#DEBHELPER#
 
 ## END OF FILE #################################################################