libvideo-fourcc-info-perl 1.005-4 source package in Ubuntu

Changelog

libvideo-fourcc-info-perl (1.005-4) unstable; urgency=medium

  * Team upload.

  [ gregor herrmann ]
  * Rename autopkgtest configuration file(s) as per new pkg-perl-
    autopkgtest schema.

  [ Salvatore Bonaccorso ]
  * debian/control: Use HTTPS transport protocol for Vcs-Git URI

  [ gregor herrmann ]
  * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
  * Remove Jonathan Yu from Uploaders. Thanks for your work!
  * Add patch to fix SQLite VACUUM command.
    Thanks to Lucas Nussbaum for the bug report. (Closes: #841562)
  * Bump debhelper compatibility level to 9.
  * Declare compliance with Debian Policy 3.9.8.

 -- gregor herrmann <email address hidden>  Fri, 21 Oct 2016 19:17:43 +0200

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

Zesty: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libvideo-fourcc-info-perl_1.005-4.dsc 2.4 KiB f7413897a9d5b13d717ae46080daa4ca4da6acc3478ae86e54482ce190ef0615
libvideo-fourcc-info-perl_1.005.orig.tar.gz 48.9 KiB 3b84ab43e79d6ce66df6e580e5b01c6c99c194019650230276810db35bc8b35b
libvideo-fourcc-info-perl_1.005-4.debian.tar.xz 3.5 KiB 731ed7c3b71c6e8311c6890fcd65765495b692f263ee515568838f020e0c1e96

Available diffs

No changes file available.

Binary packages built by this source

libvideo-fourcc-info-perl: Perl module to find information about codecs from its FourCC

 Video::FourCC::Info finds information about a given Four Character Code
 (FourCC).
 .
 This code is a four-byte sequence embedded in video files that tells video
 players what algorithm is required to decode a given video stream. This
 detection scheme ensures that the detected codec format is independent of
 the file extension, which may be incorrect due to human error or for some
 other reason.