X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=debian%2Fcontrol;h=1df6894b6fb6195913a0d19404b160406f24404a;hb=8688e0262150152588c107694825881779790bef;hp=96bbce17c91fbc65568461e9645ef0532f17ee28;hpb=e96bfa1c611fa713a8d7e0e3cddd37d5e26abf97;p=liburi-template-perl.git diff --git a/debian/control b/debian/control index 96bbce1..1df6894 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), liburi-perl -Maintainer: Ian Beckwith -Standards-Version: 3.7.2 +Build-Depends: debhelper (>= 6) +Build-Depends-Indep: perl (>= 5.8.8-7), liburi-perl, libjson-perl +Maintainer: Ian Beckwith +Standards-Version: 3.8.0 +Homepage: http://search.cpan.org/dist/URI-Template/ Package: liburi-template-perl Architecture: all Depends: ${perl:Depends}, ${misc: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.