From 04ad58ea32e978408c45d707f51ed4fe15922428 Mon Sep 17 00:00:00 2001 From: Ivan Rako Date: Wed, 21 Mar 2012 15:32:12 +0100 Subject: [PATCH] jos izmjena za lintian --- debian/control | 2 +- debian/postinst | 2 ++ debian/preinst | 2 ++ 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 1f47b61..f47b864 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,7 @@ Standards-Version: 3.9.1 Package: clamav-cn Architecture: all -Depends: carnet-tools-cn (>= 2.3), rsync, curl, clamav-unofficial-sigs +Depends: carnet-tools-cn (>= 2.3), rsync, curl, clamav-unofficial-sigs, ${misc:Depends} Pre-Depends: clamav-daemon (>= 0.97.3), clamav-freshclam (>= 0.97.3), clamav (>= 0.97.3) Conflicts: amavisd-cn (<< 2:20030616p5-0), libclamav1, libclamav2, libclamav3, libclamav4, libclamav5 Description: antivirus scanner for Unix diff --git a/debian/postinst b/debian/postinst index 3cfb024..40eb973 100755 --- a/debian/postinst +++ b/debian/postinst @@ -72,3 +72,5 @@ if [ -x /usr/sbin/invoke-rc.d ]; then else [ -x /etc/init.d/clamav-freshclam ] && /etc/init.d/clamav-freshclam restart fi + +#DEBHELPER# diff --git a/debian/preinst b/debian/preinst index e098f0d..619f781 100755 --- a/debian/preinst +++ b/debian/preinst @@ -28,3 +28,5 @@ install|upgrade) rm_conffile clamav-cn "/etc/cron.hourly/clamav-sanesecurity" fi esac + +#DEBHELPER# -- 1.7.10.4