diff options
author | Mark Wells <mark@freeside.biz> | 2015-03-04 12:10:04 -0800 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2015-03-04 12:10:04 -0800 |
commit | c16e8ca7ab01db1321d407a8eba212440b0c97c9 (patch) | |
tree | 91129c285ec04914f2f33198cde83a69900016e5 /debian/control | |
parent | 83646ffc2d229a706bdf3f90bf3cc8834c03106f (diff) |
switch to CSV API for better reliability, prepare 0.01 release
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/debian/control b/debian/control index 52804b3..2f2102a 100644 --- a/debian/control +++ b/debian/control @@ -1,15 +1,21 @@ Source: libgeo-uscensus-geocoding-perl Section: perl Priority: optional -Maintainer: Mark Wells <mark@freeside.biz> +Maintainer: Mark Wells <mark@dancingmad.dyndns.org> Build-Depends: debhelper (>= 9) -Build-Depends-Indep: perl +Build-Depends-Indep: libmoo-perl (>= 1), + libtext-csv-perl, + libwww-perl, + perl Standards-Version: 3.9.5 Homepage: https://metacpan.org/release/Geo-USCensus-Geocoding Package: libgeo-uscensus-geocoding-perl Architecture: all -Depends: ${misc:Depends}, ${perl:Depends} +Depends: ${misc:Depends}, ${perl:Depends}, + libmoo-perl (>= 1), + libtext-csv-perl, + libwww-perl Description: The U.S. Census Bureau geocoding service (no description was found) . |