ruby-magic 0.2.9-2 source package in Ubuntu

Changelog

ruby-magic (0.2.9-2) unstable; urgency=medium

  * Team upload

  [ Cédric Boutillier ]
  * Use https:// in Vcs-* fields
  * Use https:// in Vcs-* fields
  * Bump Standards-Version to 3.9.7 (no changes needed)
  * Run wrap-and-sort on packaging files

  [ Antonio Terceiro ]
  * Remove myself from Uploaders:

  [ Utkarsh Gupta ]
  * Add salsa-ci.yml

  [ Antonio Terceiro ]
  * Team upload
  * Refresh packaging files against a preview of gem2deb 1.0.
  * debian/control:
     * Bump debhelper compat to 12 (and drop debian/compat)
     * Point Vcs-* to salsa.debian.org
     * Bump Standards-Versions to 4.4.0
     * add Rules-Require-Root: no
     * Replace hardcoded depends with ${ruby:Depends}
  * debian/ruby-tests.rb: remove, replaced by debian/ruby-tests.rake
  * debian/rules: install using the Rubygems layout
  * debian/watch: point at gemwatch.debian.net

 -- Antonio Terceiro <email address hidden>  Mon, 03 Feb 2020 12:59:53 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe ruby
Lunar release universe ruby
Jammy release universe ruby
Focal release universe ruby

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-magic_0.2.9-2.dsc 2.0 KiB 4e846b48136623bdc406655075b319e7d95c281d94066d7eba24ca8e06c2dfd4
ruby-magic_0.2.9.orig.tar.gz 11.9 KiB 3259fa489b8cb6a460c12048f97bca94de17a36f836c838715c474771c5b6d63
ruby-magic_0.2.9-2.debian.tar.xz 3.3 KiB 3f4f2f236cf67809d0b617589c657bce053748cf36f560fc34bb0db21d513971

Available diffs

No changes file available.

Binary packages built by this source

ruby-magic: Ruby FFI bindings to libmagic

 This package provides a Ruby FFI wrapper to the "magic" library that
 determines content type and encoding of files and strings. The library does
 three types of tests: file system tests, magic number tests, and language
 tests. The first test that succeeds causes the file type to be returned.