tags 678760 + pending thanks Dear maintainer,
I've prepared an NMU for php-svn (versioned as 1.0.1-1.2) and will have it uploaded soon. Cheers Luk
diff -Nru php-svn-1.0.1/debian/changelog php-svn-1.0.1/debian/changelog --- php-svn-1.0.1/debian/changelog 2012-01-20 13:46:58.000000000 +0100 +++ php-svn-1.0.1/debian/changelog 2012-07-07 19:33:20.000000000 +0200 @@ -1,3 +1,10 @@ +php-svn (1.0.1-1.2) unstable; urgency=low + + * Non-maintainer upload. + * Explicitly include svn headers (Closes: #678760). + + -- Luk Claes <l...@debian.org> Sat, 07 Jul 2012 17:32:27 +0000 + php-svn (1.0.1-1.1) unstable; urgency=low * Non-maintainer upload. diff -Nru php-svn-1.0.1/debian/patches/series php-svn-1.0.1/debian/patches/series --- php-svn-1.0.1/debian/patches/series 2012-01-20 13:32:36.000000000 +0100 +++ php-svn-1.0.1/debian/patches/series 2012-07-07 19:32:24.000000000 +0200 @@ -1 +1,2 @@ php5.4-support +svn_version diff -Nru php-svn-1.0.1/debian/patches/svn_version php-svn-1.0.1/debian/patches/svn_version --- php-svn-1.0.1/debian/patches/svn_version 1970-01-01 01:00:00.000000000 +0100 +++ php-svn-1.0.1/debian/patches/svn_version 2012-07-07 19:32:11.000000000 +0200 @@ -0,0 +1,20 @@ +From: Peter Samuelson <pet...@p12n.org> +Subject: Include needed headers +Origin: other (trivial) +Bug-Debian: http://bugs.debian.org/678760 + +Explicitly include svn_client.h and svn_version.h, as we use +functionality from them. svn_version.h in particular used to be +included indirectly by other svn headers, but no longer is. + +--- a/svn-1.0.1/svn.c ++++ b/svn-1.0.1/svn.c +@@ -33,6 +33,8 @@ + #include "php_svn.h" + + #include "apr_version.h" ++#include "svn_version.h" ++#include "svn_client.h" + #include "svn_pools.h" + #include "svn_sorts.h" + #include "svn_config.h"