ruby-bindata 2.4.8-1 source package in Ubuntu

Changelog

ruby-bindata (2.4.8-1) unstable; urgency=medium

  * Team Upload

  [ Utkarsh Gupta ]
  * Add salsa-ci.yml

  [ Debian Janitor ]
  * Use secure copyright file specification URI.
  * Use secure URI in debian/watch.
  * Use secure URI in Homepage field.
  * Bump debhelper from old 9 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.
  * Update Vcs-* headers from URL redirect.
  * Use canonical URL in Vcs-Git.

  [ Cédric Boutillier ]
  * [ci skip] Update team name
  * [ci skip] Add .gitattributes to keep unwanted files out of the source
    package

  [ Abraham Raji ]
  * New upstream version 2.4.8
  * pkg-ruby-extras.alioth.debian.org => gemwatch
  * Bumps debhelper-compat version to 13
  * Declares compliance with standards version 4.5.0
  *  Added Rules-Requires-Root: no

 -- Abraham Raji <email address hidden>  Tue, 03 Nov 2020 01:22:33 +0000

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

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-bindata_2.4.8-1.dsc 2.0 KiB 65aaef77dedbaa6e90d0d105aaad779eb9cbb48250571d817bf5374cb911a397
ruby-bindata_2.4.8.orig.tar.gz 75.3 KiB 9f183d870fce7a58f546d08fc50cc1b0d6c1f7c7793057e10c6d36a2c894be3f
ruby-bindata_2.4.8-1.debian.tar.xz 2.8 KiB 4d9e95fba1ce20ea7fa735327ac604fe942a5a4135a6c8cf4f266897580edd4a

Available diffs

No changes file available.

Binary packages built by this source

ruby-bindata: declarative way to read and write binary file formats

 BinData is a declarative way to read and write binary file formats.
 .
 This means the programmer specifies *what* the format of the binary
 data is, and BinData works out *how* to read and write data in this
 format. It is an easier ( and more readable ) alternative to
 ruby's #pack and #unpack methods.