ruby-dbm 1.1.0-2 source package in Ubuntu

Changelog

ruby-dbm (1.1.0-2) unstable; urgency=medium

  * debian/copyright: drop notes about licensing of resulting binaries
    (Closes: #1027449)

 -- Antonio Terceiro <email address hidden>  Sat, 31 Dec 2022 19:17:33 -0300

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-dbm_1.1.0-2.dsc 1.9 KiB 43d0542ee920f5877cecbf6d7d3c4459d8e2163b4fcd146e35007a4f940562e9
ruby-dbm_1.1.0.orig.tar.gz 15.2 KiB 1d5cf0290aa1ecbf753539737d6c08e21a3dde41e89652e87b4d8608d721fd47
ruby-dbm_1.1.0-2.debian.tar.xz 2.4 KiB e800c0121e981f3821788c29aa31f7de7c9f59f434a8559cf7808beef358ac9c

Available diffs

No changes file available.

Binary packages built by this source

ruby-dbm: wrapper for the UNIX-style Database Manager Library

 This package provides a consistent API for different possible DBM libraries.
 Dbm databases do not have tables or columns; they are simple key-value data
 stores, like a Ruby Hash except not resident in RAM. Keys and values must be
 strings.
 .
 The Debian build uses the GNU implementation of dbm (gdbm) as backend.

ruby-dbm-dbgsym: debug symbols for ruby-dbm