pkg-perl-maintainers team mailing list archive
-
pkg-perl-maintainers team
-
Mailing list archive
-
Message #02648
[Bug 1228184] Re: package is empty except for the copyright & changelog
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" );
}
--
You received this bug notification because you are a member of Debian
Perl Group, which is subscribed to libgeo-ip-perl in Ubuntu.
https://bugs.launchpad.net/bugs/1228184
Title:
package is empty except for the copyright & changelog
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libgeo-ip-perl/+bug/1228184/+subscriptions
References