Bug#498554: slightly better patch

2008-09-13 Thread Stephen Gran
This patch avoids registering a constant if it's not defined in the current version of clamav. -- - | ,''`.Stephen Gran | | : :' :[EMAIL

Bug#498554: or another approach

2008-09-13 Thread Stephen Gran
Basically, I hate to see the unconditional redefinition. After I sen the first patch, I realized that it may break scripts where people check for the constant, which is now a wasted check, but no sense breaking people's code just because clamav wants to :) --

Bug#498554: or another approach

2008-09-13 Thread Michael Casadevall
Your patch is a better way to do it, so feel free to use that one in place of mine. I just want to see the clamav transition over with :-). Michael On Sat, Sep 13, 2008 at 1:08 PM, Stephen Gran [EMAIL PROTECTED] wrote: Basically, I hate to see the unconditional redefinition. After I sen the

Bug#498554:

2008-09-10 Thread Michael Casadevall
Subject: Intent to NMU: FTBFS fix against libclamav5 Package: php-clamavlib Severity: important Justification: fails to build from source Tags: patch -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I'm declaring intent to NMU to correct FTBFS against libclamav5. Sid has libclamav5 which has a

Bug#498554:

2008-09-10 Thread Michael Casadevall
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 NMU debdiff follows 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 #include +/** + * This hack is needed to make this code + *

Bug#498554: Updated debdiff

2008-09-10 Thread Michael Casadevall
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