ruby-kyotocabinet 1.32-3 source package in Ubuntu

Changelog

ruby-kyotocabinet (1.32-3) unstable; urgency=medium

  * Team upload.

  [ Cédric Boutillier ]
  * Remove version in the gem2deb build-dependency
  * Run wrap-and-sort on packaging files

  [ Daniel Leidert ]
  * d/compat: Remove obsolete file.
  * d/control: Add Testsuite and Build-Depends fields. Remove empty
    Build-Depends-Indep field.
    (Standards-Version): Bump to 4.5.0.
    (Vcs-Git, Vcs-Browser): Fix URLs to point to salsa.
    (Depends): Remove interpreter dependency.
  * d/copyright: Update and fix URI and format.
  * d/watch: Fix debian-watch-uses-insecure-uri.
  * d/patches/0008-Fix-FTBFS-with-ruby-2.7.patch: Add patch.
  * d/patches/series: Enable new patch.
  * d/source/lintian-overrides: Add overrides regarding thickbox.js source.

 -- Daniel Leidert <email address hidden>  Tue, 04 Feb 2020 19:11:38 +0100

Upload details

Uploaded by:
Debian Ruby Extras Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Ruby Extras Maintainers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
ruby-kyotocabinet_1.32-3.dsc 2.1 KiB 0fe43f815196e100db6236d598c8b3cb9471ebf4204b32ac29d2109bde4d79ae
ruby-kyotocabinet_1.32.orig.tar.gz 104.4 KiB 72ccd5f71777026d2512932976f7997bfb30a405f5c4e206fe86bb4072bf2af0
ruby-kyotocabinet_1.32-3.debian.tar.xz 51.5 KiB bc65820841c6eb6dd7eff195c0f9626368f8d768c0af50bb0bd007cbe6fa5d4a

No changes file available.

Binary packages built by this source

ruby-kyotocabinet: Straightforward implementation of DBM - Ruby bindings

 Kyoto Cabinet is a library of routines for managing a database. The
 database is a simple data file containing records, each is a pair of
 a key and a value. Every key and value is serial bytes with variable
 length. Both binary data and character string can be used as a key and
 a value. Each key must be unique within a database. There is neither
 concept of data tables nor data types. Records are organized in
 hash table or B+ tree.
 .
 Warning: while this library is thread-safe with Ruby 1.9.x,
 it is NOT thread-safe with Ruby 1.8.x.
 .
 This package contains the bindings for the Ruby scripting language.

ruby-kyotocabinet-dbgsym: debug symbols for ruby-kyotocabinet