ruby-zip 2.0.0-1 source package in Ubuntu

Changelog

ruby-zip (2.0.0-1) unstable; urgency=medium

  [ David Suárez ]
  * New Upstream version (Closes: #941222).
  * d/control:
    - Update Standards version; (no changes needed).
    - Bump debhelper from 9 to 12.
    - Add myself as uploader.
    - Wrap and sort.
    - Add 'Rules-Requires-Root' field.
    - Change architecture to arch-all.
  * d/watch: fix package rename.
  * d/copyright:
    - Update debian related files years.
    - Update format URL to secure protocol.
  * Add upstream data.
  * Clean trailing whitespace.
  * d/patches:
    - Drop 'fix-random-tests-failures'; Applied upstream.
    - Drop 'ignore-simplecov.diff'; Seems to work now.
  * Drop d/source/include-binaries; Is unused.

 -- David Suárez <email address hidden>  Sat, 09 Nov 2019 00:32:04 +0100

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

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-zip_2.0.0-1.dsc 1.7 KiB 4a877c300d0e8d8929964d71d5dd6438432f9820a5be437641a96f6206a8a188
ruby-zip_2.0.0.orig.tar.gz 153.1 KiB 96bfb2ea82f5eccc8d41984b5212ea4ac7eae5dfb28028221511730baca8a388
ruby-zip_2.0.0-1.debian.tar.xz 4.9 KiB f941406f134d4c6d4d0cedcec22f45096eb53f3375e79c511647a6f63f43e710

No changes file available.

Binary packages built by this source

ruby-zip: Ruby module for reading and writing zip files

 rubyzip is a ruby library for reading and writing zip (pkzip format)
 files, with the restriction that only uncompressed and deflated zip
 entries are supported. All this library does is handling of the zip
 file format. the actual compression/decompression is handled by
 zlib. zlib is accessible from ruby thanks to ruby/zlib