ruby-wavefile 1.1.2-1 source package in Ubuntu

Changelog

ruby-wavefile (1.1.2-1) unstable; urgency=medium

  * Team upload.

  [ Cédric Boutillier ]
  * Use https:// in Vcs-* fields
  * Use https:// in Vcs-* fields

  [ Utkarsh Gupta ]
  * Add salsa-ci.yml

  [ Debian Janitor ]
  * Use secure copyright file specification URI.
  * Use secure URI in debian/watch.
  * Bump debhelper from deprecated 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.
  * Apply multi-arch hints.
    + ruby-wavefile: Add :all qualifier for ruby dependency.

  [ Lucas Kanashiro ]
  * New upstream release.
  * d/p/01-big-endian.patch: remove patch applied by upstream.
  * d/watch: use gemwatch.debian.net.
  * Declare compliance with Debian Policy 4.6.2.
  * d/control: depends on ${ruby:Depends} instead of the ruby interpreter.

 -- Lucas Kanashiro <email address hidden>  Thu, 22 Feb 2024 00:03:33 -0300

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

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-wavefile_1.1.2-1.dsc 2.0 KiB 78fe59882ee4199eea94641e8321126d75506c9c031bad5d958be36560249a91
ruby-wavefile_1.1.2.orig.tar.gz 57.3 KiB 5febea280775ba699052d685c91170c77eff312e5d72b12e1859b75d5565aa2f
ruby-wavefile_1.1.2-1.debian.tar.xz 2.7 KiB c906805b950d6109a0387900462aef3596985a71d8507312d67b58bc4f90bd5a

Available diffs

No changes file available.

Binary packages built by this source

ruby-wavefile: Pure Ruby library for reading and writing Wave sound files (*.wav)

 You can use this gem to create Ruby programs that produce audio.
 Since it is written in pure Ruby (as opposed to wrapping an
 existing C library), you can use it without having to compile a
 separate extension.