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

Michael Tautschnig mt at debian.org
Fri Mar 13 10:45:26 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit cad680bc2da185aa928a9ab129108e5e5c8eee32
Author: Michael Tautschnig <mt at debian.org>
Date:   Fri Mar 13 11:44:48 2009 +0100

    SONAME bump: libclamav5 -> libclamav6
    
    - Updated all references to clamav5

diff --git a/debian/changelog b/debian/changelog
index d68115e..b439f1e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,8 +9,9 @@ clamav (0.95rc1+dfsg-1) unstable; urgency=low
     instead of the bundled one.
   * Updated *Depends (dropped essential packages and removed versions where
     etch already satisfies the dependencies).
+  * SONAME bump: libclamav5 -> libclamav6
 
- -- Michael Tautschnig <mt at debian.org>  Fri, 13 Mar 2009 10:52:59 +0100
+ -- Michael Tautschnig <mt at debian.org>  Fri, 13 Mar 2009 11:44:41 +0100
 
 clamav (0.94.dfsg.2-1) unstable; urgency=low
 
diff --git a/debian/clamav-config.1 b/debian/clamav-config.1
index ffef268..e38b29e 100644
--- a/debian/clamav-config.1
+++ b/debian/clamav-config.1
@@ -19,7 +19,7 @@
 .\"
 .TH CLAMAV-CONFIG 1 "June 2004" "Debian Project" "Debian GNU/Linux"
 .SH NAME
-clamav-config \- script to get information about libclamav5
+clamav-config \- script to get information about libclamav6
 .SH SYNOPSIS
 .B clamav\-config 
 .BI [\-\-prefix[= DIR ]]
@@ -30,27 +30,27 @@ clamav-config \- script to get information about libclamav5
 .B clamav\-config
 is a tool that is used to configure to determine the compiler and
 linker flags that should be used to compile and link programs that use
-.BR libclamav5 .
+.BR libclamav6 .
 .SH OPTIONS
 .TP
 .B \-\-version
 Print the currently installed version of 
-.B libclamav5
+.B libclamav6
 on the standard output.
 .TP
 .B \-\-libs
 Print the linker flags that are necessary to link a program with
-.BR libclamav5 .
+.BR libclamav6 .
 .TP
 .B \-\-cflags
 Print the compiler flags that are necessary to compile a program with 
-.BR libclamav5 .
+.BR libclamav6 .
 .TP
 .BI  \-\-prefix= PREFIX
 If specified, use 
 .I PREFIX
 instead of the installation prefix that 
-.B libclamav5
+.B libclamav6
 was built with when computing the output for the 
 .B \-\-cflags
 and
diff --git a/debian/clamav.links b/debian/clamav.links
index c595dfb..a5602c2 100644
--- a/debian/clamav.links
+++ b/debian/clamav.links
@@ -1,6 +1,6 @@
-/usr/share/doc/libclamav5/AUTHORS /usr/share/doc/clamav/AUTHORS
-/usr/share/doc/libclamav5/BUGS /usr/share/doc/clamav/BUGS
-/usr/share/doc/libclamav5/FAQ /usr/share/doc/clamav/FAQ
-/usr/share/doc/libclamav5/README.gz /usr/share/doc/clamav/README.gz
-/usr/share/doc/libclamav5/README.Debian.gz /usr/share/doc/clamav/README.Debian.gz
-/usr/share/doc/libclamav5/NEWS.Debian.gz /usr/share/doc/clamav/NEWS.Debian.gz
+/usr/share/doc/libclamav6/AUTHORS /usr/share/doc/clamav/AUTHORS
+/usr/share/doc/libclamav6/BUGS /usr/share/doc/clamav/BUGS
+/usr/share/doc/libclamav6/FAQ /usr/share/doc/clamav/FAQ
+/usr/share/doc/libclamav6/README.gz /usr/share/doc/clamav/README.gz
+/usr/share/doc/libclamav6/README.Debian.gz /usr/share/doc/clamav/README.Debian.gz
+/usr/share/doc/libclamav6/NEWS.Debian.gz /usr/share/doc/clamav/NEWS.Debian.gz
diff --git a/debian/control b/debian/control
index 3dd4349..b3a1026 100644
--- a/debian/control
+++ b/debian/control
@@ -17,7 +17,7 @@ Description: anti-virus utility for Unix - base package
  multi-threaded daemon in the clamav-daemon package, a command-line
  scanner in the clamav package, and a tool for automatic updating via
  the Internet in the clamav-freshclam package. The programs are based
- on libclamav5, which can be used by other software.
+ on libclamav6, which can be used by other software.
  .
  This package mainly manages the clamav system account. It is not really
  useful without the clamav package. It also handles the configuration
@@ -34,13 +34,13 @@ Description: anti-virus utility for Unix - documentation
  multi-threaded daemon in the clamav-daemon package, a command-line
  scanner in the clamav package, and a tool for automatic updating via
  the Internet in the clamav-freshclam package. The programs are based
- on libclamav5, which can be used by other software.
+ on libclamav6, which can be used by other software.
  .
  This package contains the documentation for the ClamAV suite.
 
 Package: clamav-dbg
 Architecture: any
-Depends: libclamav5, clamav, ${shlibs:Depends}, ${misc:Depends}
+Depends: libclamav6, 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
@@ -49,7 +49,7 @@ Description: debug symbols for ClamAV
  multi-threaded daemon in the clamav-daemon package, a command-line
  scanner in the clamav package, and a tool for automatic updating via
  the Internet in the clamav-freshclam package. The programs are based
- on libclamav5, which can be used by other software.
+ on libclamav6, which can be used by other software.
  .
  This package contains the stripped debugging symbols for the ClamAV suite.
 
@@ -65,7 +65,7 @@ Description: anti-virus utility for Unix - command-line interface
  multi-threaded daemon in the clamav-daemon package, a command-line
  scanner in the clamav package, and a tool for automatic updating via
  the Internet in the clamav-freshclam package. The programs are based
- on libclamav5, which can be used by other software.
+ on libclamav6, which can be used by other software.
  .
  This package contains the command line interface. Features:
   - built-in support for various archive formats, including Zip, Tar,
@@ -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, libbz2-dev, libtommath-dev, ${misc:Depends}
+Depends: libclamav6 (= ${binary:Version}), libssl-dev, libidn11-dev, libc6-dev | libc-dev, zlib1g-dev, libbz2-dev, libtommath-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
@@ -96,14 +96,14 @@ Description: anti-virus utility for Unix - development files
  multi-threaded daemon in the clamav-daemon package, a command-line
  scanner in the clamav package, and a tool for automatic updating via
  the Internet in the clamav-freshclam package. The programs are based
- on libclamav5, which can be used by other software.
+ on libclamav6, which can be used by other software.
  .
  The package contains the needed headers and libraries for
  developing software using the libclamav interface.
  .
  This library can be used to develop virus scanner applications.
 
-Package: libclamav5
+Package: libclamav6
 Section: libs
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
@@ -114,7 +114,7 @@ Description: anti-virus utility for Unix - library
  multi-threaded daemon in the clamav-daemon package, a command-line
  scanner in the clamav package, and a tool for automatic updating via
  the Internet in the clamav-freshclam package. The programs are based
- on libclamav5, which can be used by other software.
+ on libclamav6, which can be used by other software.
  .
  For programs written using the libclamav library. Libclamav may be used to add
  virus protection into software. The library is thread-safe, and automatically
@@ -132,7 +132,7 @@ Description: anti-virus utility for Unix - scanner daemon
  multi-threaded daemon in the clamav-daemon package, a command-line
  scanner in the clamav package, and a tool for automatic updating via
  the Internet in the clamav-freshclam package. The programs are based
- on libclamav5, which can be used by other software.
+ on libclamav6, which can be used by other software.
  .
  This package contains the daemon and its command line interface,
  featuring:
@@ -152,7 +152,7 @@ Description: anti-virus utility for Unix - test files
  multi-threaded daemon in the clamav-daemon package, a command-line
  scanner in the clamav package, and a tool for automatic updating via
  the Internet in the clamav-freshclam package. The programs are based
- on libclamav5, which can be used by other software.
+ on libclamav6, which can be used by other software.
  .
  This package contains files 'infected' with a test signature. The test
  signature (ClamAV-Test-Signature) should be detectable by all
@@ -171,7 +171,7 @@ Description: anti-virus utility for Unix - virus database update utility
  multi-threaded daemon in the clamav-daemon package, a command-line
  scanner in the clamav package, and a tool for automatic updating via
  the Internet in the clamav-freshclam package. The programs are based
- on libclamav5, which can be used by other software.
+ on libclamav6, which can be used by other software.
  .
  This package contains the freshclam program and scripts to automate virus
  database updating. It relies on an Internet connection, but can be
@@ -190,7 +190,7 @@ Description: anti-virus utility for Unix - sendmail integration
  multi-threaded daemon in the clamav-daemon package, a command-line
  scanner in the clamav package, and a tool for automatic updating via
  the Internet in the clamav-freshclam package. The programs are based
- on libclamav5, which can be used by other software.
+ on libclamav6, which can be used by other software.
  .
  This package contains the ClamAV milter for use with sendmail. It can
  be configured to be run either standalone, or using clamav-daemon.
diff --git a/debian/libclamav-dev.links b/debian/libclamav-dev.links
index 9f7c826..2db283b 100644
--- a/debian/libclamav-dev.links
+++ b/debian/libclamav-dev.links
@@ -1,6 +1,6 @@
-/usr/share/doc/libclamav5/AUTHORS.gz /usr/share/doc/libclamav-dev/AUTHORS.gz
-/usr/share/doc/libclamav5/BUGS /usr/share/doc/libclamav-dev/BUGS
-/usr/share/doc/libclamav5/FAQ /usr/share/doc/libclamav-dev/FAQ
-/usr/share/doc/libclamav5/README.gz /usr/share/doc/libclamav-dev/README.gz
-/usr/share/doc/libclamav5/README.Debian.gz /usr/share/doc/libclamav-dev/README.Debian.gz
-/usr/share/doc/libclamav5/NEWS.Debian.gz /usr/share/doc/libclamav-dev/NEWS.Debian.gz
+/usr/share/doc/libclamav6/AUTHORS.gz /usr/share/doc/libclamav-dev/AUTHORS.gz
+/usr/share/doc/libclamav6/BUGS /usr/share/doc/libclamav-dev/BUGS
+/usr/share/doc/libclamav6/FAQ /usr/share/doc/libclamav-dev/FAQ
+/usr/share/doc/libclamav6/README.gz /usr/share/doc/libclamav-dev/README.gz
+/usr/share/doc/libclamav6/README.Debian.gz /usr/share/doc/libclamav-dev/README.Debian.gz
+/usr/share/doc/libclamav6/NEWS.Debian.gz /usr/share/doc/libclamav-dev/NEWS.Debian.gz
diff --git a/debian/libclamav5.install b/debian/libclamav5.install
deleted file mode 100644
index 191f36b..0000000
--- a/debian/libclamav5.install
+++ /dev/null
@@ -1,2 +0,0 @@
-debian/tmp/usr/lib/libclamav.so.5.0.*
-debian/tmp/usr/lib/libclamav.so.5
diff --git a/debian/libclamav5.docs b/debian/libclamav6.docs
similarity index 100%
rename from debian/libclamav5.docs
rename to debian/libclamav6.docs
diff --git a/debian/libclamav6.install b/debian/libclamav6.install
new file mode 100644
index 0000000..2614831
--- /dev/null
+++ b/debian/libclamav6.install
@@ -0,0 +1,2 @@
+debian/tmp/usr/lib/libclamav.so.6.0.*
+debian/tmp/usr/lib/libclamav.so.6
diff --git a/debian/rules b/debian/rules
index b83fb2b..9285e74 100755
--- a/debian/rules
+++ b/debian/rules
@@ -164,7 +164,7 @@ clamav-dbg:
 	dh_installchangelogs -p$@ ChangeLog
 	dh_compress -p$@
 	dh_md5sums -p$@
-	dh_shlibdeps -l debian/libclamav5/usr/lib -p$@
+	dh_shlibdeps -l debian/libclamav6/usr/lib -p$@
 	dh_installdeb -p$@
 	dh_gencontrol -p$@
 	dh_builddeb -p$@
@@ -184,7 +184,7 @@ clamav: install
 	dh_compress -p$@
 	dh_md5sums -p$@
 	dh_installdeb -p$@
-	dh_shlibdeps -l debian/libclamav5/usr/lib -p$@
+	dh_shlibdeps -l debian/libclamav6/usr/lib -p$@
 	dh_gencontrol -p$@
 	dh_fixperms -p$@
 	dh_builddeb -p$@
@@ -208,7 +208,7 @@ clamav-freshclam: install
 	dh_installdebconf -p$@
 	dh_md5sums -p$@
 	dh_installdeb -p$@
-	dh_shlibdeps -l debian/libclamav5/usr/lib -p$@
+	dh_shlibdeps -l debian/libclamav6/usr/lib -p$@
 	dh_gencontrol -p$@
 	dh_fixperms -p$@ -Xclamav-freshclam-ifupdown
 	chmod +x debian/clamav-freshclam/etc/network/if-up.d/clamav-freshclam-ifupdown
@@ -234,7 +234,7 @@ clamav-daemon: install
 	dh_compress -p$@
 	dh_md5sums -p$@
 	dh_installdeb -p$@
-	dh_shlibdeps -l debian/libclamav5/usr/lib -p$@
+	dh_shlibdeps -l debian/libclamav6/usr/lib -p$@
 	dh_gencontrol -p$@
 	dh_fixperms -p$@
 	dh_builddeb -p$@
@@ -256,12 +256,12 @@ clamav-milter: install
 	dh_compress -p$@
 	dh_md5sums -p$@
 	dh_installdeb -p$@
-	dh_shlibdeps -l debian/libclamav5/usr/lib -p$@
+	dh_shlibdeps -l debian/libclamav6/usr/lib -p$@
 	dh_gencontrol -p$@
 	dh_fixperms -p$@
 	dh_builddeb -p$@
 
-libclamav5: install
+libclamav6: install
 	dh_testdir
 	dh_testroot
 	dh_installdirs -p$@
@@ -273,7 +273,7 @@ libclamav5: install
 	dh_makeshlibs -V -p$@
 	dh_md5sums -p$@
 	dh_installdeb -p$@
-	dh_shlibdeps -l debian/libclamav5/usr/lib -p$@
+	dh_shlibdeps -l debian/libclamav6/usr/lib -p$@
 	dh_gencontrol -p$@
 	dh_fixperms -p$@
 	dh_builddeb -p$@
@@ -301,7 +301,7 @@ libclamav-dev: install
 binary-indep: build install clamav-base clamav-testfiles clamav-docs
 
 # Build architecture dependant packages using the common target.
-binary-arch: build install libclamav5 clamav clamav-daemon clamav-freshclam clamav-milter libclamav-dev clamav-dbg
+binary-arch: build install libclamav6 clamav clamav-daemon clamav-freshclam clamav-milter libclamav-dev clamav-dbg
 
 binary: binary-indep binary-arch
 .PHONY: build clean binary-indep binary-arch binary install 

-- 
Debian repository for ClamAV



More information about the Pkg-clamav-commits mailing list