From e72712e4379a27c4993d608d4bbcd9c8d34e0d28 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Sun, 28 Oct 2007 17:19:40 +0100 Subject: [PATCH] Add DEBHELPER tags to debian/*inst --- debian/changelog | 7 +++++-- debian/postinst | 4 ++-- debian/preinst | 4 ++-- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/debian/changelog b/debian/changelog index bb572e6..8d05797 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Sun, 28 Oct 2007 17:01:58 +0100 + [ Michael Prokop ] + * Make package lintian clean. + + -- Michael Prokop Sun, 28 Oct 2007 17:19:25 +0100 grml-scripts (1.0.21) unstable; urgency=low diff --git a/debian/postinst b/debian/postinst index 15fdb44..78f3ae8 100755 --- a/debian/postinst +++ b/debian/postinst @@ -4,7 +4,7 @@ # 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 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 ################################################################# diff --git a/debian/preinst b/debian/preinst index f8a7631..267d019 100755 --- a/debian/preinst +++ b/debian/preinst @@ -4,7 +4,7 @@ # 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 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 ################################################################# -- 2.1.4