ruby-kyotocabinet 1.32-2 source package in Ubuntu

Changelog

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

  * Team upload.
  [ Shawn Landden ]
  * d/copyright:
    - the Debian "where to get the GPL" line should be sufficient
    - don't have short licence text, as it wasn't included in source
  * use dh_link for doc/js/jquery.js

  [ Cédric Boutillier ]
  * debian/control: remove obsolete DM-Upload-Allowed flag
  * use canonical URI in Vcs-* fields

  [ Christian Hofstaedtler ]
  * fix patch '0003-fix-test.rb-to-work-with-gem2deb'
  * Configure dpkg-source
  * Fix uninitialized constant Config (Closes: #791778)
  * Set Standards-Version to 3.9.6 (no addtl. changes)

  [ Jonas Genannt ]
  * d/control: added Testsuite header
  * Added patch: ruby22.patch
  * Added missing source of thickbox-compressed.js

 -- Jonas Genannt <email address hidden>  Fri, 21 Aug 2015 11:36:11 +0200

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-2.dsc 2.1 KiB 2e31d1e130defa8c55847e1cdbc9c8137e2739e4a6f37c727fa440da2094344e
ruby-kyotocabinet_1.32.orig.tar.gz 104.4 KiB 72ccd5f71777026d2512932976f7997bfb30a405f5c4e206fe86bb4072bf2af0
ruby-kyotocabinet_1.32-2.debian.tar.xz 51.0 KiB a17b7a957714016bb60959e0f7dfe6d6cdddae8729df6182e1fbe03ba789e7e2

No changes file available.

Binary packages built by this source

ruby-kyotocabinet: No summary available for ruby-kyotocabinet in ubuntu wily.

No description available for ruby-kyotocabinet in ubuntu wily.

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

 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.