libtemplate-tiny-perl 1.13-1 source package in Ubuntu

Changelog

libtemplate-tiny-perl (1.13-1) unstable; urgency=medium

  * Team upload.

  [ gregor herrmann ]
  * debian/watch: use uscan version 4.

  [ Debian Janitor ]
  * Bump debhelper from old 11 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Repository.

  [ gregor herrmann ]
  * Import upstream version 1.13.
  * Update Upstream-Contact in debian/copyright.
  * Install new CONTRIBUTING document.
  * Update debian/upstream/metadata.
  * Declare compliance with Debian Policy 4.5.1.
  * Set Rules-Requires-Root: no.
  * Annotate test-only build dependencies with <!nocheck>.
  * Bump debhelper-compat to 13.

 -- gregor herrmann <email address hidden>  Sat, 20 Feb 2021 21:45:09 +0100

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

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libtemplate-tiny-perl_1.13-1.dsc 2.4 KiB 2c811625abc78b6177692b28d1251b348640ea5460877c5cd22be863243f7011
libtemplate-tiny-perl_1.13.orig.tar.gz 30.5 KiB 3b52f3083b2e4797146928248f1d2a18c17efd69f58663d3cf51bd75d065bf7e
libtemplate-tiny-perl_1.13-1.debian.tar.xz 2.8 KiB 0be3f4adb03d40e63fe4cf4718d625682483a48be23291f05e9c33ca93e83747

Available diffs

No changes file available.

Binary packages built by this source

libtemplate-tiny-perl: lightweight implementation of Template Toolkit

 Template::Tiny is a reimplementation of a partial subset of the Template
 Toolkit, in as few lines of code as possible.
 .
 It is intended for use in light-usage, low-memory, or low-cpu templating
 situations, where you may need to upgrade to the full feature set in the
 future, or if you want the familiarity of TT-style templates.
 .
 Note: This module is experimental and subject to change without notice.