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

Michael Tautschnig mt at debian.org
Sun Nov 30 01:02:00 UTC 2008


The following commit has been merged in the debian/unstable branch:
commit d04b0aff1c35379f58c109af93321d447cb20e3e
Author: Michael Tautschnig <mt at debian.org>
Date:   Sat Nov 29 16:59:15 2008 -0800

    When using debhelper ${misc:Depends} is in order
    
    - Thanks, lintian
    
    Signed-off-by: Michael Tautschnig <mt at debian.org>

diff --git a/debian/control b/debian/control
index 77667c5..4e87fe2 100644
--- a/debian/control
+++ b/debian/control
@@ -25,7 +25,7 @@ Description: anti-virus utility for Unix - base package
 
 Package: clamav-docs
 Architecture: all
-Depends: sharutils
+Depends: sharutils, ${misc:Depends}
 Section: doc
 Description: anti-virus utility for Unix - documentation
  Clam AntiVirus is an anti-virus toolkit for Unix. The main purpose of
@@ -40,7 +40,7 @@ Description: anti-virus utility for Unix - documentation
 
 Package: clamav-dbg
 Architecture: any
-Depends: libclamav5, clamav, ${shlibs:Depends}
+Depends: libclamav5, clamav, ${shlibs:Depends}, ${misc:Depends}
 Priority: extra
 Description: debug symbols for ClamAV
  Clam AntiVirus is an anti-virus toolkit for Unix. The main purpose of
@@ -55,7 +55,7 @@ Description: debug symbols for ClamAV
 
 Package: clamav
 Architecture: any
-Depends: ${shlibs:Depends}, clamav-freshclam | clamav-data
+Depends: ${shlibs:Depends}, clamav-freshclam | clamav-data, ${misc:Depends}
 Recommends: clamav-base
 Suggests: unrar (>=3.0-1), lha, clamav-docs
 Description: anti-virus utility for Unix - command-line interface
@@ -88,7 +88,7 @@ Description: anti-virus utility for Unix - command-line interface
 Package: libclamav-dev
 Section: libdevel
 Architecture: any
-Depends: libclamav5 (= ${binary:Version}), libssl-dev, libidn11-dev, libc6-dev | libc-dev, zlib1g-dev (>=1:1.1.4), libbz2-dev, libgmp3-dev
+Depends: libclamav5 (= ${binary:Version}), libssl-dev, libidn11-dev, libc6-dev | libc-dev, zlib1g-dev (>=1:1.1.4), libbz2-dev, libgmp3-dev, ${misc:Depends}
 Description: anti-virus utility for Unix - development files
  Clam AntiVirus is an anti-virus toolkit for Unix. The main purpose of
  this software is the integration with mail servers (attachment
@@ -106,7 +106,7 @@ Description: anti-virus utility for Unix - development files
 Package: libclamav5
 Section: libs
 Architecture: any
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: anti-virus utility for Unix - library
  Clam AntiVirus is an anti-virus toolkit for Unix. The main purpose of
  this software is the integration with mail servers (attachment
@@ -123,7 +123,7 @@ Description: anti-virus utility for Unix - library
 
 Package: clamav-daemon
 Architecture: any
-Depends: ${shlibs:Depends}, clamav-base (= ${source:Version}), clamav-freshclam | clamav-data, lsb-base (>= 3.2-13), ucf
+Depends: ${shlibs:Depends}, clamav-base (= ${source:Version}), clamav-freshclam | clamav-data, lsb-base (>= 3.2-13), ucf, ${misc:Depends}
 Suggests: daemon, clamav-docs
 Description: anti-virus utility for Unix - scanner daemon
  Clam AntiVirus is an anti-virus toolkit for Unix. The main purpose of
@@ -144,6 +144,7 @@ Description: anti-virus utility for Unix - scanner daemon
 
 Package: clamav-testfiles
 Architecture: all
+Depends: ${misc:Depends}
 Description: anti-virus utility for Unix - test files
  Clam AntiVirus is an anti-virus toolkit for Unix. The main purpose of
  this software is the integration with mail servers (attachment
@@ -181,7 +182,7 @@ Architecture: any
 Suggests: daemon, clamav-docs
 Priority: extra
 Recommends: clamav-daemon
-Depends: ${shlibs:Depends}, clamav-base (>= ${source:Version}), clamav-freshclam | clamav-data, lsb-base (>= 3.2-13)
+Depends: ${shlibs:Depends}, clamav-base (>= ${source:Version}), clamav-freshclam | clamav-data, lsb-base (>= 3.2-13), ${misc:Depends}
 Description: anti-virus utility for Unix - sendmail integration
  Clam AntiVirus is an anti-virus toolkit for Unix. The main purpose of
  this software is the integration with mail servers (attachment

-- 
Debian repository for ClamAV



More information about the Pkg-clamav-commits mailing list