libtext-template-perl 1.59-1 source package in Ubuntu

Changelog

libtext-template-perl (1.59-1) unstable; urgency=medium

  [ Debian Janitor ]
  * Set upstream metadata fields: Bug-Submit.
  * Update standards version to 4.5.0, no changes needed.

  [ gregor herrmann ]
  * Import upstream version 1.59.
  * Update years of packaging copyright.
  * Set Rules-Requires-Root: no.
  * Bump debhelper-compat to 13.

 -- gregor herrmann <email address hidden>  Mon, 06 Jul 2020 21:57:21 +0200

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Groovy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libtext-template-perl_1.59-1.dsc 2.4 KiB 6513c12945b7b2d1991fb6561139f946024b49f5b1d0ace8cc5c03507f6cccf4
libtext-template-perl_1.59.orig.tar.gz 49.1 KiB 1dd2c788c05303ed9a970e1881109642151fa93e02c7a80d4c70608276bab1ee
libtext-template-perl_1.59-1.debian.tar.xz 3.5 KiB 648f246c2a61d9c4431787b298e8433188f6993dd7ba7cc6db7de858c5ec4bf8

Available diffs

No changes file available.

Binary packages built by this source

libtext-template-perl: perl module to process text templates

 Text::Template is a library for generating form letters, building
 HTML pages, or filling in templates generally. A `template' is a
 piece of text that has little Perl programs embedded in it here and
 there. When you `fill in' a template, you evaluate the little
 programs and replace them with their values.