[Pkg-clamav-commits] [SCM] Debian repository for ClamAV branch, debian/unstable, updated. debian/0.94.dfsg.2-1-430-g3785762

Michael Tautschnig mt at debian.org
Wed Mar 18 19:33:55 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 3785762608fc65e88b0e7dcda029c9cd67f609b0
Author: Michael Tautschnig <mt at debian.org>
Date:   Wed Mar 18 20:32:57 2009 +0100

    It's better to call dh_lintian for the proper package
    
    - No need to install non-existent overrides for clamav-dbg, better do it for
      libclamav6 ...
    
    Signed-off-by: Michael Tautschnig <mt at debian.org>

diff --git a/debian/rules b/debian/rules
index 0c1b834..a71b3d4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -179,7 +179,6 @@ clamav-dbg:
 	dh_testroot
 	dh_installdocs -p$@
 	dh_installchangelogs -p$@ ChangeLog
-	dh_lintian -p$@
 	dh_compress -p$@
 	dh_md5sums -p$@
 	dh_shlibdeps -l debian/libclamav6/usr/lib -p$@
@@ -286,6 +285,7 @@ libclamav6: install
 	dh_installdocs -p$@
 	dh_install -X.svn -p$@
 	dh_installchangelogs -p$@ ChangeLog 
+	dh_lintian -p$@
 	${STRIP_OPTS}
 	dh_compress -p$@
 	dh_makeshlibs -V -p$@

-- 
Debian repository for ClamAV



More information about the Pkg-clamav-commits mailing list