X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=debian%2Fcontrol;h=615afa9a448d8e5888ce9ad1a40583e541950efc;hb=refs%2Ftags%2F0.17-1;hp=4f40d2d80476b7e0f4838b3c797036ea877f5a16;hpb=13eef5aa489a1b3d34af29549c2b2a6b74699b47;p=liburi-template-perl.git diff --git a/debian/control b/debian/control index 4f40d2d..615afa9 100644 --- a/debian/control +++ b/debian/control @@ -1,14 +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.4 +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}, liburl-perl +Depends: ${misc:Depends}, ${perl:Depends}, liburi-perl Description: handle URI templates in perl - 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 + This module provides a wrapper around URI templates as described at + http://bitworking.org/projects/URI-Templates/ + . + URI Templates are strings that are transformed into URIs after + embedded variables are expanded.