From: Mark Wells Date: Thu, 17 Nov 2016 09:20:06 +0000 (-0800) Subject: packaging tweaks X-Git-Url: http://git.freeside.biz/gitweb/?p=Geo-USCensus-TIGERweb.git;a=commitdiff_plain packaging tweaks --- 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 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 $@