Comment 4 for bug 1228184

Revision history for this message
Philipp Klaus (d-ub2ntu-n) wrote :

The following patch allows to build the package for saucy (not really nice but works):

--- libgeo-ip-perl-1.41.orig/t/20_min_capi_version.t
+++ libgeo-ip-perl-1.41/t/20_min_capi_version.t
@@ -18,6 +18,6 @@ unless ( defined $capi_version ) {
   # ugh, we use the pure perl API
   ok( 1, 1, "Pure perl API - skip" );
 } else {
- ok( $capi_version, "1.5.0", "CAPI must be at least 1.5.0 - Please update libGeoIP" );
+ ok( $capi_version, "1.5.1", "CAPI must be at least 1.5.0 - Please update libGeoIP" );
 }