diff options
-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 $@ |