X-Git-Url: http://erislabs.net/gitweb/?p=liburi-template-perl.git;a=blobdiff_plain;f=debian%2Fcontrol;h=942b137b078f677bbdc6e3a5b9de439f4db9baaa;hp=66e0cc2ab0839a07c6e2b4e90d83bce5b9e2abb9;hb=146a8bc26861c6ed0167730b86933ce4ea69254f;hpb=e7ddae166cdaef877209a13542da67636122424f diff --git a/debian/control b/debian/control index 66e0cc2..942b137 100644 --- a/debian/control +++ b/debian/control @@ -1,16 +1,18 @@ Source: liburi-template-perl Section: perl Priority: optional -Build-Depends: debhelper (>= 5.0.0), libmodule-build-perl -Build-Depends-Indep: perl (>= 5.8.8-7) -Maintainer: Ian Beckwith -Standards-Version: 3.7.2 +Maintainer: Ian Beckwith +Build-Depends: debhelper (>= 8) +Build-Depends-Indep: libjson-perl, liburi-perl, perl (>= 5.8.8-7) +Standards-Version: 3.9.3 +Homepage: http://search.cpan.org/dist/URI-Template/ Package: liburi-template-perl Architecture: all -Depends: ${perl:Depends}, ${misc:Depends}, -Description: FIXME - This is an initial attempt to provide a wrapper around URI templates - as described at http://www.ietf.org/internet-drafts/draft-gregorio-uritemplate-00.txt +Depends: ${misc:Depends}, ${perl:Depends}, liburi-perl +Description: handle URI templates in perl + This module provides a wrapper around URI templates as described at + http://bitworking.org/projects/URI-Templates/ . - This description was automagically extracted from the module by dh-make-perl. + URI Templates are strings that are transformed into URIs after + embedded variables are expanded.