summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2015-03-13 17:46:07 -0700
committerMark Wells <mark@freeside.biz>2015-03-13 17:46:07 -0700
commitf81bdf93c112e3222ba9f0be2477fd3403fdc9f5 (patch)
tree4ff358e158c1c5c319d3a240e66ce019fba0e956 /debian/control
parent9c5e55dee57384a1210044f95f459de72ce063f5 (diff)
allow Moo < 1.0
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control6
1 files changed, 2 insertions, 4 deletions
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.