summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog7
-rw-r--r--debian/control6
2 files changed, 9 insertions, 4 deletions
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 <mark@freeside.biz> 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 <mark@dancingmad.dyndns.org>
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.