* Tweak debian/control and debian/copyright with help from
[liburi-template-perl.git] / debian / control
1 Source: liburi-template-perl
2 Section: perl
3 Priority: optional
4 Maintainer: Ian Beckwith <ianb@debian.org>
5 Build-Depends: debhelper (>= 8)
6 Build-Depends-Indep: libjson-perl, liburi-perl, perl (>= 5.8.8-7)
7 Standards-Version: 3.9.3
8 Homepage: http://search.cpan.org/dist/URI-Template/
9
10 Package: liburi-template-perl
11 Architecture: all
12 Depends: ${misc:Depends}, ${perl:Depends}, liburi-perl
13 Description: handle URI templates in perl
14  This module provides a wrapper around URI templates as described at
15  http://bitworking.org/projects/URI-Templates/
16  .
17  URI Templates are strings that are transformed into URIs after
18  embedded variables are expanded.