* Tweak debian/control and debian/copyright with help from
[liburi-template-perl.git] / debian / control
index 66e0cc2..942b137 100644 (file)
@@ -1,16 +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)
-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.3
+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: ${misc:Depends}, ${perl: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.