From d6f820f6d0da490565cfbfd7534e534926175759 Mon Sep 17 00:00:00 2001 From: Dinko Korunic Date: Sat, 23 Apr 2011 21:56:39 +0200 Subject: [PATCH] - another stab at lintian fixes... --- debian/lintian-overrrides | 1 + debian/postinst | 5 ----- debian/postrm | 5 ----- 3 files changed, 1 insertion(+), 10 deletions(-) create mode 100644 debian/lintian-overrrides diff --git a/debian/lintian-overrrides b/debian/lintian-overrrides new file mode 100644 index 0000000..68edb06 --- /dev/null +++ b/debian/lintian-overrrides @@ -0,0 +1 @@ +amavisd-cn binary: diversion-for-unknown-file diff --git a/debian/postinst b/debian/postinst index d18dd13..32c46bb 100755 --- a/debian/postinst +++ b/debian/postinst @@ -217,9 +217,4 @@ fi cp_mail $PKG $VERSION -# dh_installdeb will replace this with shell code automatically -# generated by other debhelper scripts. - -#DEBHELPER# - exit 0 diff --git a/debian/postrm b/debian/postrm index 91e920c..21d308e 100755 --- a/debian/postrm +++ b/debian/postrm @@ -32,9 +32,4 @@ if [ "$1" = purge ]; then update-rc.d amavisd-cn remove >/dev/null || true fi -# dh_installdeb will replace this with shell code automatically -# generated by other debhelper scripts. - -#DEBHELPER# - exit 0 -- 1.7.10.4