ruby-ascii85 1.1.0-1 source package in Ubuntu

Changelog

ruby-ascii85 (1.1.0-1) unstable; urgency=medium

  [ Utkarsh Gupta ]
  * Add salsa-ci.yml

  [ Debian Janitor ]
  * Trim trailing whitespace.
  * Use secure copyright file specification URI.
  * Bump debhelper from old 11 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.
  * Apply multi-arch hints.
    + ruby-ascii85: Add :any qualifier for ruby dependency.
  * Update watch file format version to 4.
  * Bump debhelper from old 12 to 13.
  * Set upstream metadata fields: Bug-Database, Bug-Submit.

  [ Cédric Boutillier ]
  * New upstream version 1.1.0
  * Update packaging with dh-ruby -w
  * Use rake method to run tests
    + Set Standards-Version to 4.7.0 (no changes needed)
  * Refresh remove_rubygems.patch

 -- Cédric Boutillier <email address hidden>  Sun, 14 Apr 2024 00:07:30 +0200

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
Oracular release universe ruby

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-ascii85_1.1.0-1.dsc 1.4 KiB 57747333e090958867b126bd8971aa82531d57d0f6a83c621383d31d0e2daca4
ruby-ascii85_1.1.0.orig.tar.gz 7.8 KiB 15bc594a810eb548ddfd934931c792c62fe471eb1959495237c683e7f808fd3b
ruby-ascii85_1.1.0-1.debian.tar.xz 4.1 KiB 224412cbae8a3f3e678894e989f5ac7c05486330445af8bdf40e24be62688386

Available diffs

No changes file available.

Binary packages built by this source

ruby-ascii85: Ruby library to encode/decode the Ascii85 format

 Ascii85 (also called "Base85") is a form of binary-to-text encoding, which is
 mainly used in Adobe's PostScript and PDF format. This package provides a
 ruby library to encode/decode Ascii85.
 .
 It ships also a command line utility, which can encode/decode files to the
 standard output.