libogg-vorbis-header-pureperl-perl 1.0-2 source package in Ubuntu

Changelog

libogg-vorbis-header-pureperl-perl (1.0-2) unstable; urgency=low

  * Add patch tracklength.patch to deal with short ogg files (closes: #522075)
    and with ogg files where the magic header is further to the beginning of
    the file. Add debian/README.source and quilt framework.
  * Set Standards-Version to 3.8.1 (no changes).
  * Add /me to Uploaders.
  * debian/copyright: adjust years of packaging copyright.

 -- Ubuntu Archive Auto-Sync <email address hidden>   Wed,  29 Apr 2009 12:01:35 +0100

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Karmic
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Karmic: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libogg-vorbis-header-pureperl-perl_1.0.orig.tar.gz 16.0 KiB be5e44a980a7ce2191bd5c92858ae2e5bd2bae6fefc1fdd971fe5cc82dd7584e
libogg-vorbis-header-pureperl-perl_1.0-2.diff.gz 3.1 KiB 2b732744de7df9f95cab54a2a301256a044eedb5812309e98103169d3f2640d9
libogg-vorbis-header-pureperl-perl_1.0-2.dsc 1.5 KiB 884625850fab6aee36667ddaf002f1898b365504c3f498fd61fa22389ac77ac7

Available diffs

View changes file

Binary packages built by this source

libogg-vorbis-header-pureperl-perl: pure Perl interface to Ogg Vorbis information fields

 Ogg::Vorbis::Header::PurePerl is an object-oriented interface to Ogg Vorbis
 information and comment fields, implemented entirely in Perl. Intended to be a
 drop in replacement for Ogg::Vobis::Header.
 .
 Unlike Ogg::Vorbis::Header, this module will go ahead and fill in all of the
 information fields as soon as you construct the object. In other words, the new
 and load constructors have identical behavior.