libfile-type-webimages-perl 1.01-3 source package in Ubuntu

Changelog

libfile-type-webimages-perl (1.01-3) unstable; urgency=medium

  [ 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!

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

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

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

 -- Jelmer Vernooij <email address hidden>  Mon, 13 Jun 2022 22:44:03 +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
libfile-type-webimages-perl_1.01-3.dsc 2.1 KiB 43b44586407eacebff60ba0212c47bc8fc7127e2a98da8bf656600ad0e0dffbf
libfile-type-webimages-perl_1.01.orig.tar.gz 7.1 KiB c11dedd4548f478e4e7142b4162bf74ac9d0e67d71f2afc673d709a3ecdcd74d
libfile-type-webimages-perl_1.01-3.debian.tar.xz 2.1 KiB 442a94c5c4241a9a8befec5d8879a9988396c45fe880417e6829a68ba39a5cd5

Available diffs

No changes file available.

Binary packages built by this source

libfile-type-webimages-perl: tool for determining web image file types using magic

 File::Type::WebImages determines the file type of web images using magic.
 mime_type() can use either a filename, or file contents, to determine the
 type of a file. The process involves looking the data at the beginning of the
 file, sometimes called "magic numbers".