libbiblio-endnotestyle-perl 0.06-2 source package in Ubuntu

Changelog

libbiblio-endnotestyle-perl (0.06-2) unstable; urgency=medium

  [ Salvatore Bonaccorso ]
  * Update Vcs-* headers for switch to salsa.debian.org

  [ Debian Janitor ]
  * Bump debhelper from old 9 to 12.
  * Set debhelper-compat version in Build-Depends.

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

 -- Jelmer Vernooij <email address hidden>  Wed, 08 Jun 2022 22:24:15 +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

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libbiblio-endnotestyle-perl_0.06-2.dsc 2.2 KiB 82af7d86dadce5b0a9de105159e246a21e46c117da18c7deb32e39e5b47f0f83
libbiblio-endnotestyle-perl_0.06.orig.tar.gz 5.9 KiB f9c63f48673275699332b4d068106695bb4600cbcd7f848231b66f2a5993396d
libbiblio-endnotestyle-perl_0.06-2.debian.tar.xz 2.7 KiB 115d2dc208a9bfb14cdb8931453d33ae6b288f7e641b3c7fbee36d1fcae7740c

Available diffs

No changes file available.

Binary packages built by this source

libbiblio-endnotestyle-perl: Perl module to format bibliographic references using Endnote-like templates

 Biblio::EndnoteStyle provides a way of formatting bibliographic
 references using style templates similar to those used by the popular
 reference management software Endnote (http://www.endnote.com/). The
 API is embarrassingly simple: a formatter object is made using the
 class's constructor, the new() method; format() may then be
 repeatedly called on this object, using the same or different
 templates.
 .
 (The sole purpose of the object is to cache compiled templates so that
 multiple format() invocations are more efficient than they would
 otherwise be. Apart from that, the API might just as well have been a
 single function.)