From: Dinko Korunic Date: Sat, 23 Apr 2011 19:56:39 +0000 (+0200) Subject: - another stab at lintian fixes... X-Git-Tag: v2.6.5~7 X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?p=amavisd-cn.git;a=commitdiff_plain;h=d6f820f6d0da490565cfbfd7534e534926175759 - another stab at lintian fixes... --- 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