ruby-kyotocabinet 1.34-0.1 source package in Ubuntu

Changelog

ruby-kyotocabinet (1.34-0.1) unstable; urgency=high

  * Non-maintainer upload.
  * New upstream release. (Closes: #992315)
  * debian/watch: Fix upstream monitoring.
  * debian/patches: Drop obsolete patches (0004-0008).
  * debian/docs: Drop doc installation, no longer provided upstream.
  * debian/source/lintian-overrides: Dropped.
  * debian/missing-sources: Dropped, not needed.
  * debian/patches/0004-Fix-ruby3.0-FTBFS-extern-C.patch:
    Add patch to fix compatibility with Ruby 3.0. (Closes: #996310)
  * debian/copyright: Update homepage information.

 -- Boyuan Yang <email address hidden>  Tue, 09 Nov 2021 16:46:46 -0500

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
ruby-kyotocabinet_1.34-0.1.dsc 2.1 KiB 4afc9602393f799346f9481b226de1ca9fe4a57ff2d1f6c7fd3b301b046eec51
ruby-kyotocabinet_1.34.orig.tar.gz 42.2 KiB d8d6321540799143efb2f7fb0a8a1ea029996989db1bf008599fdbb3f4fc5f14
ruby-kyotocabinet_1.34-0.1.debian.tar.xz 4.8 KiB bf36bd2c1b124a012f5ccc5e410bad1e332fb699e7a404bf4b6e079bac33610d

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