Package: release.debian.org Severity: normal User: [email protected] Usertags: unblock
Please unblock package clam. It fixes RC bug #769213. unblock clam/1.4.0-6 Cheers -- Sebastian Ramacher
diff -Nru clam-1.4.0/debian/changelog clam-1.4.0/debian/changelog --- clam-1.4.0/debian/changelog 2014-02-15 23:27:09.000000000 +0100 +++ clam-1.4.0/debian/changelog 2014-11-22 12:32:25.000000000 +0100 @@ -1,3 +1,10 @@ +clam (1.4.0-6) unstable; urgency=medium + + * Team upload. + * Link against libvorbis and libogg to fix FTBFS (Closes: #769213) + + -- James Cowgill <[email protected]> Fri, 21 Nov 2014 16:47:36 +0000 + clam (1.4.0-5.2) unstable; urgency=low * Non maintainer upload diff -Nru clam-1.4.0/debian/patches/link-to-vorbis-ogg.patch clam-1.4.0/debian/patches/link-to-vorbis-ogg.patch --- clam-1.4.0/debian/patches/link-to-vorbis-ogg.patch 1970-01-01 01:00:00.000000000 +0100 +++ clam-1.4.0/debian/patches/link-to-vorbis-ogg.patch 2014-11-22 12:32:25.000000000 +0100 @@ -0,0 +1,17 @@ +Description: Link against libvorbis and libogg to fix FTBFS +Author: James Cowgill <[email protected]> +Bug-Debian: https://bugs.debian.org/769213 +Forwarded: no +--- +This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ +--- a/scons/libs/clam_dependent_libs_checks.py ++++ b/scons/libs/clam_dependent_libs_checks.py +@@ -88,7 +88,7 @@ def test_sndfile( env, conf ) : + return True + + def test_oggvorbis( env, conf ) : +- if not conf.CheckPkgConfigFile(['vorbisfile', 'vorbisenc']) : ++ if not conf.CheckPkgConfigFile(['vorbisfile', 'vorbisenc', 'vorbis', 'ogg']) : + return False + if not conf.CheckLibrarySample('libogg', 'c', None, libogg_test_code ) : return False + if not conf.CheckLibrarySample('libvorbis', 'c', None, libvorbis_test_code ) : return False diff -Nru clam-1.4.0/debian/patches/series clam-1.4.0/debian/patches/series --- clam-1.4.0/debian/patches/series 2014-02-15 23:27:48.000000000 +0100 +++ clam-1.4.0/debian/patches/series 2014-11-22 12:32:25.000000000 +0100 @@ -2,3 +2,4 @@ gcc48.patch time_utc.patch xerces-c-3.patch +link-to-vorbis-ogg.patch

