X-Git-Url: http://erislabs.net/gitweb/?p=liburi-template-perl.git;a=blobdiff_plain;f=debian%2Fcontrol;h=97da5cc1f0abe3484eb3e6ac47145d272a6debb6;hp=96bbce17c91fbc65568461e9645ef0532f17ee28;hb=3eed700a5702bdd74d3f545b9ec58be57cb28e94;hpb=e96bfa1c611fa713a8d7e0e3cddd37d5e26abf97 diff --git a/debian/control b/debian/control index 96bbce1..97da5cc 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), liburi-perl -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}, 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 http://bitworking.org/news/URI_Templates + 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.