X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=debian%2Fcontrol;h=8a3b7bc79902d7191af0ae2a59e020b3fb7375af;hb=refs%2Ftags%2F0.15-2;hp=4f40d2d80476b7e0f4838b3c797036ea877f5a16;hpb=13eef5aa489a1b3d34af29549c2b2a6b74699b47;p=liburi-template-perl.git diff --git a/debian/control b/debian/control index 4f40d2d..8a3b7bc 100644 --- a/debian/control +++ b/debian/control @@ -1,14 +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 +Build-Depends: debhelper (>= 7) +Build-Depends-Indep: libjson-perl, liburi-perl, perl (>= 5.8.8-7) +Maintainer: Ian Beckwith +Standards-Version: 3.8.4 +Homepage: http://search.cpan.org/dist/URI-Template/ 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.