X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=debian%2Fcontrol;h=97da5cc1f0abe3484eb3e6ac47145d272a6debb6;hb=refs%2Ftags%2F0.18-1;hp=74d6ff289b0029b383921db47650cb145743a554;hpb=3d5523b3b54d35fae7d85ccf532622346c7d6603;p=liburi-template-perl.git diff --git a/debian/control b/debian/control index 74d6ff2..97da5cc 100644 --- a/debian/control +++ b/debian/control @@ -1,15 +1,20 @@ Source: liburi-template-perl Section: perl Priority: optional -Build-Depends: debhelper (>= 5) -Build-Depends-Indep: perl (>= 5.8.8-7), liburi-perl, libjson-perl -Maintainer: Ian Beckwith -Standards-Version: 3.7.3 -XS-DM-Upload-Allowed: yes +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.