libmarc-record-perl 2.0.7-1 source package in Ubuntu

Changelog

libmarc-record-perl (2.0.7-1) unstable; urgency=medium

  [ gregor herrmann ]
  * Strip trailing slash from metacpan URLs.

  [ Salvatore Bonaccorso ]
  * Update Vcs-Browser URL to cgit web frontend
  * debian/control: Use HTTPS transport protocol for Vcs-Git URI

  [ gregor herrmann ]
  * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
  * Remove Chris Butler from Uploaders. Thanks for your work!
  * Remove Rene Mayorga from Uploaders. Thanks for your work!
  * New upstream release.
  * Update years of packaging copyright.
  * Declare compliance with Debian Policy 4.0.0.
  * Bump debhelper compatibility level to 9.

 -- gregor herrmann <email address hidden>  Fri, 04 Aug 2017 17:06:23 -0400

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
Jammy release universe perl
Focal release universe perl
Bionic release universe perl

Builds

Artful: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libmarc-record-perl_2.0.7-1.dsc 2.3 KiB 4bd0a6a9c9d1cbcf0e28e4d7b4c5d08c9373871994b4aa1aae7283b4f38d2d07
libmarc-record-perl_2.0.7.orig.tar.gz 84.8 KiB e3ac3d209f21494d88c298c69e8552c67716c9220f9e62de89eed9814a77c860
libmarc-record-perl_2.0.7-1.debian.tar.xz 3.2 KiB a6307fd65c6850a8c3287ca44538ecc6efb5642a2c43870f2a0302a4b0d4b484

Available diffs

No changes file available.

Binary packages built by this source

libmarc-record-perl: Perl extension for handling MARC records

 The MARC::* series of modules create a simple object-oriented
 abstraction of MARC record handling. The files are:
 .
 MARC::Doc::Tutorial
 A tutorial explaining how to use MARC::Record.
 .
 MARC::Record
 The core class for representing a single MARC record.
 .
 MARC::Field
 Another core class for representing a single field in a record.
 .
 MARC::Batch
 The basic object for access to a batch of one or more MARC records.
 .
 MARC::File
 Base class for the MARC file.
 .
 MARC::File::USMARC
 MARC::File::MicroLIF
 Subclasses of MARC::File specific to the USMARC and MicroLIF formats
 .
 MARC::Lint
 Extension to check MARC records for validity.