From f81bdf93c112e3222ba9f0be2477fd3403fdc9f5 Mon Sep 17 00:00:00 2001 From: Mark Wells Date: Fri, 13 Mar 2015 17:46:07 -0700 Subject: allow Moo < 1.0 --- debian/changelog | 7 +++++++ debian/control | 6 ++---- 2 files changed, 9 insertions(+), 4 deletions(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 4c4729e..4494b38 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +libgeo-uscensus-geocoding-perl (0.01-2) unstable; urgency=low + + * Allow Moo versions < 1.0 + * Fix transposition of latitude and longitude + + -- Mark Wells Fri, 13 Mar 2015 17:43:19 -0700 + libgeo-uscensus-geocoding-perl (0.01-1) unstable; urgency=low * Initial Release. diff --git a/debian/control b/debian/control index 2f2102a..003d449 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: perl Priority: optional Maintainer: Mark Wells Build-Depends: debhelper (>= 9) -Build-Depends-Indep: libmoo-perl (>= 1), +Build-Depends-Indep: libmoo-perl, libtext-csv-perl, libwww-perl, perl @@ -13,10 +13,8 @@ Homepage: https://metacpan.org/release/Geo-USCensus-Geocoding Package: libgeo-uscensus-geocoding-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, - libmoo-perl (>= 1), + libmoo-perl, libtext-csv-perl, libwww-perl Description: The U.S. Census Bureau geocoding service - (no description was found) . - This description was automagically extracted from the module by dh-make-perl. -- cgit v1.2.1