X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=debian%2Fcontrol;h=97da5cc1f0abe3484eb3e6ac47145d272a6debb6;hb=HEAD;hp=66e0cc2ab0839a07c6e2b4e90d83bce5b9e2abb9;hpb=e7ddae166cdaef877209a13542da67636122424f;p=liburi-template-perl.git diff --git a/debian/control b/debian/control index 66e0cc2..97da5cc 100644 --- a/debian/control +++ b/debian/control @@ -1,16 +1,20 @@ 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.5 +Homepage: http://search.cpan.org/dist/URI-Template/ +Vcs-Browser: http://erislabs.net/gitweb?p=liburi-template-perl.git +Vcs-Git: git://erislabs.net/liburi-template-perl 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.