Standards-Version: 3.9.5 (no changes)
[liburi-template-perl.git] / debian / control
index 700f5a0..97da5cc 100644 (file)
@@ -1,14 +1,20 @@
 Source: liburi-template-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 5), libmodule-build-perl
-Build-Depends-Indep: perl (>= 5.8.8-7), liburi-perl
-Maintainer: Ian Beckwith <ianb@nessie.mcc.ac.uk>
-Standards-Version: 3.7.2
+Maintainer: Ian Beckwith <ianb@debian.org>
+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.