diff options
author | Mark Wells <mark@freeside.biz> | 2016-11-17 01:20:06 -0800 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2016-11-17 01:20:06 -0800 |
commit | 2b63a758aaef2ebc98d29aa393692b16344c5b9a (patch) | |
tree | 84585793eb7c65aa9f733d4108b6b13871eb86f6 | |
parent | e33b3f4ae5f63db6f734ef38049092911ea9961b (diff) |
-rw-r--r-- | debian/control | 4 | ||||
-rwxr-xr-x | debian/rules | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/debian/control b/debian/control index 6c42bce..afe028c 100644 --- a/debian/control +++ b/debian/control @@ -3,12 +3,12 @@ Section: perl Priority: optional Maintainer: Mark Wells <mark@freeside.biz> Build-Depends: debhelper (>= 9) -Build-Depends-Indep: perl +Build-Depends-Indep: perl, libwww-perl, libjson-maybexs-perl Standards-Version: 3.9.6 Homepage: https://metacpan.org/release/Geo-USCensus-TIGERweb Package: libgeo-uscensus-tigerweb-perl Architecture: all -Depends: ${misc:Depends}, ${perl:Depends} +Depends: perl, libwww-perl, libjson-maybexs-perl Description: Interface to the U.S. Census Bureau TIGER data services. . diff --git a/debian/rules b/debian/rules index 2d33f6a..88ecce1 100755 --- a/debian/rules +++ b/debian/rules @@ -1,4 +1,6 @@ #!/usr/bin/make -f +override_dh_auto_test: + %: dh $@ |