Sorry, the last debdiff bumped the standards version which I did out
of habit. Here's the correct one that will be uploaded.

diff -u php-clamavlib-0.13/clamav.c php-clamavlib-0.13/clamav.c
--- php-clamavlib-0.13/clamav.c
+++ php-clamavlib-0.13/clamav.c
@@ -30,6 +30,13 @@
 #include <stdio.h>
 #include <clamav.h>

+/**
+ * This hack is needed to make this code
+ * compatible with clamav 4 and 5
+ **/
+
+#undef CL_EFSYNC
+#define CL_EFSYNC    -113

 ZEND_DECLARE_MODULE_GLOBALS(clamav)

diff -u php-clamavlib-0.13/debian/changelog php-clamavlib-0.13/debian/changelog
--- php-clamavlib-0.13/debian/changelog
+++ php-clamavlib-0.13/debian/changelog
@@ -1,3 +1,10 @@
+php-clamavlib (0.13-1.3) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Corrected FTBFS by porting the code from libclamav4 to 5. (Closes: #498554)
+
+ -- Michael Casadevall <[EMAIL PROTECTED]>  Thu, 11 Sep 2008
00:01:40 -0400
+
 php-clamavlib (0.13-1.2) unstable; urgency=low

   * Non-maintainer upload.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to