X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=debian%2Fcontrol;h=8a3b7bc79902d7191af0ae2a59e020b3fb7375af;hb=84ad1da894eebb92b5f60cdb2b58a0b3c3ea9202;hp=d7fd03d4c02c315fc545524f21962f35c1ef62b5;hpb=e2c3b14d9d7bb7cd05addd9d1173f12a8539575c;p=liburi-template-perl.git diff --git a/debian/control b/debian/control index d7fd03d..8a3b7bc 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 +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}, liburi-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: + This module provides a wrapper around URI templates as described at + http://bitworking.org/projects/URI-Templates/ . - http://www.ietf.org/internet-drafts/draft-gregorio-uritemplate-00.txt + URI Templates are strings that are transformed into URIs after + embedded variables are expanded.