[SCM] Debian packaging of libhtml-template-perl branch, master, updated. c11a3c97535b64aa2d94672c4a7cf2d3e4b2dc6e

Florian Schlichting fschlich at zedat.fu-berlin.de
Tue Feb 21 20:55:42 UTC 2012


The following commit has been merged in the master branch:
commit c11a3c97535b64aa2d94672c4a7cf2d3e4b2dc6e
Author: Florian Schlichting <fschlich at zedat.fu-berlin.de>
Date:   Tue Feb 21 21:55:27 2012 +0100

    Correct and reword long description (closes: #635634)

diff --git a/debian/changelog b/debian/changelog
index b1b4f55..7202f78 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,9 @@ libhtml-template-perl (2.10-2) UNRELEASED; urgency=low
   * debian/copyright: Replace DEP5 Format-Specification URL from
     svn.debian.org to anonscm.debian.org URL.
 
+  [ Florian Schlichting ]
+  * Correct and reword long description (closes: #635634).
+
  -- Ansgar Burchardt <ansgar at debian.org>  Wed, 27 Jul 2011 18:44:34 +0200
 
 libhtml-template-perl (2.10-1) unstable; urgency=low
diff --git a/debian/control b/debian/control
index 5984389..7ca7871 100644
--- a/debian/control
+++ b/debian/control
@@ -14,17 +14,17 @@ Package: libhtml-template-perl
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends}
 Suggests: libipc-sharedcache-perl
-Description: module for using HTML Templates with Perl
- HTML::Template attempts make using HTML templates simple and natural.  It
- extends standard HTML with a few new HTML-esque tags - <TMPL_VAR>,
- <TMPL_LOOP>, <TMPL_INCLUDE>, <TMPL_IF> and <TMPL_ELSE>.  The file
- written with HTML and these new tags is called a template.  It is
- usually saved separate from your script - possibly even created by
- someone else!  Using this module you fill in the values for the
- variables, loops and branches declared in the template.  This allows
- you to separate design - the HTML - from the data, which you generate
- in the Perl script.
+Description: module for using HTML templates with Perl
+ HTML::Template attempts to make using HTML templates simple and
+ natural. It extends standard HTML with the pseudo tags <TMPL_VAR>,
+ <TMPL_LOOP>, <TMPL_INCLUDE>, <TMPL_IF> and <TMPL_ELSE>. These are used
+ to implement some basic logic - variable substitution, loops,
+ conditional branches - inside the HTML template, while leaving the more
+ complex computations to separate Perl code. This keeps the template
+ accessible for designers and other non-Perl people, without limiting
+ the programmer.
  .
- This module allows you to store its cache in shared memory using the
- IPC::SharedCache module, please install libipc-sharedcache-perl if you
- want to make use of this.
+ HTML::Template optionally stores its cache in shared memory using the
+ IPC::SharedCache module. Please install libipc-sharedcache-perl and
+ pass the shared_cache option to HTML::Template if you want to make use
+ of this.

-- 
Debian packaging of libhtml-template-perl



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