X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=debian%2Fcontrol;h=35c4fe66aaaf7526497457a2bff970eb8c619046;hb=e14cdd1e2d3188c0eff3a82a407c002b4e81adc7;hp=66e0cc2ab0839a07c6e2b4e90d83bce5b9e2abb9;hpb=e7ddae166cdaef877209a13542da67636122424f;p=liburi-template-perl.git diff --git a/debian/control b/debian/control index 66e0cc2..35c4fe6 100644 --- a/debian/control +++ b/debian/control @@ -1,16 +1,19 @@ 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 (>= 6) +Build-Depends-Indep: perl (>= 5.8.8-7), liburi-perl, libjson-perl +Maintainer: Ian Beckwith +Standards-Version: 3.8.0 +XS-DM-Upload-Allowed: yes +Homepage: http://search.cpan.org/dist/URI-Template/ Package: liburi-template-perl Architecture: all -Depends: ${perl:Depends}, ${misc:Depends}, -Description: FIXME - 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 +Depends: ${perl:Depends}, ${misc:Depends}, liburi-perl +Description: handle URI templates in perl + This module provides a wrapper around URI templates as described at + http://bitworking.org/projects/URI-Templates/ . - This description was automagically extracted from the module by dh-make-perl. + URI Templates are strings that are transformed into URIs after + embedded variables are expanded.