r34973 - in /trunk/libhtml-template-compiled-perl/debian: changelog control

roam-guest at users.alioth.debian.org roam-guest at users.alioth.debian.org
Fri May 8 11:38:09 UTC 2009


Author: roam-guest
Date: Fri May  8 11:38:04 2009
New Revision: 34973

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=34973
Log:
Improve both the short and the long description - the two fixes
suggested by Gregor and a couple more.

Modified:
    trunk/libhtml-template-compiled-perl/debian/changelog
    trunk/libhtml-template-compiled-perl/debian/control

Modified: trunk/libhtml-template-compiled-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-template-compiled-perl/debian/changelog?rev=34973&op=diff
==============================================================================
--- trunk/libhtml-template-compiled-perl/debian/changelog (original)
+++ trunk/libhtml-template-compiled-perl/debian/changelog Fri May  8 11:38:04 2009
@@ -4,9 +4,6 @@
   * debian/README.source missing (document quilt usage, required since policy 3.8.1)
   * debian/rules: just curious: why the "$(MAKE) -f debian/rules unpatch"
     instead of the usual "clean: unpatch"?
-  * debian/control: cosmetics:
-    - probably s/System/system/ in short description
-    - probably s/different/&ly/ in long description
 
   * Initial Release. (Closes: #521093)
 

Modified: trunk/libhtml-template-compiled-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-template-compiled-perl/debian/control?rev=34973&op=diff
==============================================================================
--- trunk/libhtml-template-compiled-perl/debian/control (original)
+++ trunk/libhtml-template-compiled-perl/debian/control Fri May  8 11:38:04 2009
@@ -13,13 +13,13 @@
 Package: libhtml-template-compiled-perl
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends}, perl (>= 5.6.1)
-Description: Perl template System compiling HTML::Template files to Perl code
+Description: Perl template system compiling HTML::Template files to Perl code
  HTML::Template::Compiled (HTC) is a template system which uses the same
- template syntax as HTML::Template and the same perl API.  Internally it
- works different, because it turns the template into perl code, and once
- that is done, generating the output is much faster than with
+ template syntax as HTML::Template and the same Perl API.  Internally it
+ works differently - it turns the template into Perl code; once that
+ is done, generating the output is much faster than with
  HTML::Template (3-7 times at the moment, depending on the options you
  use), when both are run with loop_context_vars 0.  It also can generate
- perl files so that the next time the template is loaded it doesn't have
+ Perl files so that the next time the template is loaded it doesn't have
  to be parsed again. The best performance gain is probably reached in
- applications running under mod_perl, for example.
+ caching, long-running applications such as ones running under mod_perl.




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