* Add Homepage: field.
[liburi-template-perl.git] / debian / control
index 373191c..35c4fe6 100644 (file)
@@ -4,12 +4,16 @@ Priority: optional
 Build-Depends: debhelper (>= 6)
 Build-Depends-Indep: perl (>= 5.8.8-7), liburi-perl, libjson-perl
 Maintainer: Ian Beckwith <ianb@erislabs.net>
-Standards-Version: 3.7.3
+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}, 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.