ruby-marcel 1.0.1+dfsg-2 source package in Ubuntu

Changelog

ruby-marcel (1.0.1+dfsg-2) unstable; urgency=medium

  * Team upload.
  * Upload to unstable.

 -- Utkarsh Gupta <email address hidden>  Sat, 15 May 2021 16:12:21 +0530

Upload details

Uploaded by:
Debian Ruby Extras Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Ruby Extras Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Impish: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-marcel_1.0.1+dfsg-2.dsc 2.1 KiB 18dba5fe7a565c2bcf763a099e8c4ee1795118fdd0fc7b04f8e0648eec321138
ruby-marcel_1.0.1+dfsg.orig.tar.xz 4.7 MiB daba40ce83f84ed02f6a17e9d783d18712b2dddc8823b306b252734ae249b1f8
ruby-marcel_1.0.1+dfsg-2.debian.tar.xz 3.9 KiB ef317ffca415d449d24f3d064c1cdfc88fb82f032ca0f149a32d85147dd98c6d

Available diffs

No changes file available.

Binary packages built by this source

ruby-marcel: Simple mime type detection

 Marcel attempts to choose the most appropriate content type for a given file
 by looking at the binary data, the filename, and any declared type (perhaps
 passed as a request header).
 .
 By preference, the magic number data in any passed in file is used to determine
 the type. If this doesn't work, it uses the type gleaned from the filename,
 extension, and finally the declared type. If no valid type is found in any of
 these, "application/octet-stream" is returned.
 .
 Some types aren't easily recognised solely by magic number data. For example
 Adobe Illustrator files have the same magic number as PDFs (and can usually
 even be viewed in PDF viewers!). For these types, Marcel uses both the magic
 number data and the file name to work out the type.