libtemplate-perl 2.22-0.1 source package in Bilimbi Test

Changelog

libtemplate-perl (2.22-0.1) unstable; urgency=low

  * Non-maintainer upload.
  * New upstream release (Closes: #545553)
  * debian/control:
    - Bump Standards-Version to 3.8.4
    - Add Homepage field
    - Bump minimal debhelper version to 7
    - Bump {build-}dependency version on libappconfig-perl
    - Add ${misc:Depends} dependencies
    - Remove Conflicts/Replaces: libtemplate-stash-perl
  * Use '3.0 (quilt)' source format
  * debian/rules: Use debhelper 7 magic
  * Add debian/watch file
  * Add debian/libtemplate-perl.docs to install README and other stuffs
 -- Ubuntu Archive Auto-Sync <email address hidden>   Mon,  24 May 2010 10:48:33 +0100

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Maverick
Original maintainer:
Benjamin Mako Hill
Architectures:
any
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Angry Aardvark release universe perl

Builds

Maverick: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libtemplate-perl_2.22.orig-html.tar.gz 1.3 MiB 61e2aad6a5708a536b715b1b15c3e93f64a334dcdfb2e3e7cde28a787228281b
libtemplate-perl_2.22.orig.tar.gz 480.7 KiB a35e93f8b421caa26c3746d64a04b9c6501a036c0163e46e41a00ee2aa597a08
libtemplate-perl_2.22-0.1.debian.tar.gz 4.0 KiB a2efddbaca26418ef31b8b7fd4027ed09593e0e475e4b4fc8d2a5ff30c2a0a59
libtemplate-perl_2.22-0.1.dsc 1.7 KiB 8ef12732822a0ba753a1954355c95a53a8c7086fe8ef6b39595f30045b341c35

Available diffs

View changes file

Binary packages built by this source

libtemplate-perl: template processing system written in perl

 The Template Toolkit is a fast, powerful, flexible, and easily
 extensible template processing system written in Perl. It is ideally
 suited for (but not limited) to the creation of static and dynamic web
 content. It includes support for all standard templating directives
 and many additional features including output filtering, exception
 handling, macro definition, support for plugin objects, definition of
 template metadata, embedded Perl code, and much more.
 .
 This package contains the 'tpage' and 'ttree' executables which serve
 as simple, powerful tools in the creation of static content without
 any prerequisite knowledge of Perl. It also contains an extensive set
 of Perl modules ideally suited to act as a templating system in the
 dynamic creation of web content.
 .
 Excellent offline batch processing makes it ideal for generating
 non-web-based content including POD, LaTeX, PostScript, and plain text
 from source templates.
 .
 This package includes the HTML and Postscript template libraries which
 provide a number of basic templates for use in building pages in these
 forms.
 .
 This package also includes Doug Steinwand's high-speed drop-in
 replacement for Template::Stash written in Perl XS.