[SCM] Debian packaging of libhtml-template-pro-perl branch, master, updated. debian/0.9508-1-21-g5cbbf46

gregor herrmann gregoa at debian.org
Mon May 13 19:25:29 UTC 2013


The following commit has been merged in the master branch:
commit 2c7d34673983e6a198e47339430e30736b74740e
Author: gregor herrmann <gregoa at debian.org>
Date:   Mon May 13 21:24:08 2013 +0200

    cme: sort&wrap
    
    Git-Dch: Ignore

diff --git a/debian/control b/debian/control
index de2b950..180e4d3 100644
--- a/debian/control
+++ b/debian/control
@@ -1,24 +1,30 @@
 Source: libhtml-template-pro-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Damyan Ivanov <dmn at debian.org>,
+           gregor herrmann <gregoa at debian.org>,
+           Vincent Danjean <vdanjean at debian.org>,
+           Jose Luis Rivas <ghostbar38 at gmail.com>,
+           Jonathan Yu <jawnsy at cpan.org>,
+           Franck Joncourt <franck.mail at dthconnex.com>,
+           Nicholas Bamber <nicholas at periapt.co.uk>
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 9.20120312), perl,
- libjson-perl, 
- libpcre3-dev,
- libtest-pod-perl
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Damyan Ivanov <dmn at debian.org>, gregor herrmann <gregoa at debian.org>,
- Vincent Danjean <vdanjean at debian.org>, Jose Luis Rivas <ghostbar38 at gmail.com>,
- Jonathan Yu <jawnsy at cpan.org>, Franck Joncourt <franck.mail at dthconnex.com>,
- Nicholas Bamber <nicholas at periapt.co.uk>
+Build-Depends: debhelper (>= 9.20120312),
+               perl,
+               libjson-perl,
+               libpcre3-dev,
+               libtest-pod-perl
 Standards-Version: 3.9.4
-Homepage: https://metacpan.org/release/HTML-Template-Pro/
-Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libhtml-template-pro-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libhtml-template-pro-perl.git
+Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libhtml-template-pro-perl.git
+Homepage: https://metacpan.org/release/HTML-Template-Pro/
 
 Package: libhtml-template-pro-perl
 Architecture: any
-Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends},
- libjson-perl
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         ${shlibs:Depends},
+         libjson-perl
 Description: Perl module to use HTML Templates from CGI scripts
  HTML::Template::Pro attempts to make using HTML templates simple and natural.
  It extends standard HTML with a few new HTML-esque tags that provide control
@@ -31,3 +37,4 @@ Description: Perl module to use HTML Templates from CGI scripts
  usually saved separately from your script. Using this module, you fill in the
  values for the variables declared in the template, allowing you to separate
  the web site design from the data you generate inside your Perl script.
+

-- 
Debian packaging of libhtml-template-pro-perl



More information about the Pkg-perl-cvs-commits mailing list