libmp3-tag-perl 1.15-1 source package in Ubuntu

Changelog

libmp3-tag-perl (1.15-1) unstable; urgency=medium

  * Take over for the Debian Perl Group on maintainer request
  * debian/control: Added: Vcs-Git field (source stanza); Vcs-Browser
    field (source stanza). Changed: Maintainer set to Debian Perl Group
    <email address hidden> (was: Ian Beckwith
    <email address hidden>); put myself in Uploaders:
  * debian/watch: use metacpan-based URL.
  * Use versioned copyright format URI.
    Changes-By: lintian-brush
    Fixes: lintian: unversioned-copyright-format-uri
    See-also:
    https://lintian.debian.org/tags/unversioned-copyright-format-uri.html
  * Set field Upstream-Name in debian/copyright.
    Changes-By: lintian-brush
  * copyright: use metacpan.org for source, fix Upstream-Name
  * copyright: add years of upstream copyright, reformat
  * copyright: add years of debian/* copyright; add myself too
  * rules: replace overriding dh_auto_clean with debian/clean
  * fix lintian warning about spelling of Endianness
  * smoke-files: add test.mp3 and cddb.* needed by build-time tests
  * provide use-name enabling the use.t autopkgtest
  * patch ID3v2.pm to load ID3v1 before referencing ::genres()
  * add an empty syntax-skip file to allow syntax.t autopkgtest with Suggests:
  * New upstream version 1.15 (Closes: #903013)
  * drop patches fixing regex escaping - fix released upstream
  * refresh remaining patches to apply cleanly

 -- Damyan Ivanov <email address hidden>  Thu, 30 Jun 2022 21:48:33 +0000

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
libmp3-tag-perl_1.15-1.dsc 2.0 KiB 77a661b0308ad9c4e3327b9e5ab58af73bef65a88ffb2c7f2f07d60bfce923a2
libmp3-tag-perl_1.15.orig.tar.xz 224.5 KiB 131f3d762ada1fb840e554122e07f6c046cd1564c908a1963eeb73b45a5729bc
libmp3-tag-perl_1.15-1.debian.tar.xz 6.1 KiB 0a8dad353d1f7d92db75b48da1b48139a8ec5016a766dacfe3c2754825119d57

Available diffs

No changes file available.

Binary packages built by this source

libmp3-tag-perl: perl module for reading tags of MP3 audio files

 MP3::Tag is a wrapper module to read different tags of mp3 files.
 It provides an easy way to access the functions of separate modules
 which do the handling of reading/writing the tags itself.
 .
 At the moment MP3::Tag::ID3v1 and MP3::Tag::ID3v2 are supported.