gdbm 1.14.1-5 source package in Ubuntu
Changelog
gdbm (1.14.1-5) unstable; urgency=medium * Update Vcs-* fields in debian/control. * Bump compat version to 11 (no changes needed) * Enable dietlibc build, unless pkg.gdbm.nodietlibc profile is in effect. * Change section of bin:gdbm-l10n to 'localization' * Fix spelling error on manpage * Enable large file support (Closes: #340479) * Reduce repetition in debian/control with ${S:fieldname}. See deb-substvars(5) * Note about legacy applications and bin:libgdbm-compat in description of libgdbm-dev. (Closes: #891376) * New autopkgtest: libgdbm successfully links and works with dietlibc. * Temporary disable mmap IO when linking with dietlibc (otherwise weird undefined reference errors to __divmoddi4 appear) * Disable building with dietlibc on Ubuntu + Suggested: Gianfranco Costamagna -- Dmitry Bogatov <email address hidden> Thu, 01 Mar 2018 22:09:44 +0300
Upload details
- Uploaded by:
- Dmitry Bogatov
- Uploaded to:
- Sid
- Original maintainer:
- Dmitry Bogatov
- Architectures:
- any all
- Section:
- libs
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
gdbm_1.14.1-5.dsc | 2.2 KiB | 870e2a7400249ea01632792cebb7deaa93aba918974152da46b3b1e3d3eca525 |
gdbm_1.14.1.orig.tar.gz | 873.4 KiB | cdceff00ffe014495bed3aed71c7910aa88bf29379f795abc0f46d4ee5f8bc5f |
gdbm_1.14.1-5.debian.tar.xz | 26.8 KiB | 42ca825499b2fcbf025c3a2b8bea52dfea8ba82f66079f873486637cbc6186d9 |
Available diffs
- diff from 1.14.1-4 to 1.14.1-5 (3.9 KiB)
No changes file available.
Binary packages built by this source
- gdbm-l10n: GNU dbm database routines (translation files)
GNU dbm ('gdbm') is a library of database functions that use extendible
hashing and works similarly to the standard UNIX 'dbm' functions.
.
The basic use of 'gdbm' is to store key/data pairs in a data file, thus
providing a persistent version of the 'dictionary' Abstract Data Type
('hash' to perl programmers).
This package provides translations for messages, generated by
library routines and programs, provided by 'gdbtool' package.
- gdbmtool: GNU dbm database routines (command line tools)
GNU dbm ('gdbm') is a library of database functions that use extendible
hashing and works similarly to the standard UNIX 'dbm' functions.
.
The basic use of 'gdbm' is to store key/data pairs in a data file, thus
providing a persistent version of the 'dictionary' Abstract Data Type
('hash' to perl programmers).
.
This package includes following command line tools:
.
* gdbm_dump -- dump database content into system-independant format
* gdbm_load -- recreate database from dump, created by gdbm_dump
* gdbmtool -- view and modify an existing database or to create a new one.
- gdbmtool-dbgsym: debug symbols for gdbmtool
- libgdbm-compat-dev: GNU dbm database routines (legacy support development files)
GNU dbm ('gdbm') is a library of database functions that use extendible
hashing and works similarly to the standard UNIX 'dbm' functions.
.
The basic use of 'gdbm' is to store key/data pairs in a data file, thus
providing a persistent version of the 'dictionary' Abstract Data Type
('hash' to perl programmers).
.
This package includes development files, required to build old
programs, that use legacy 'dbm' interface. For new programs, please
use modern interface, provided by libgdbm5 and libgdbm-dev.
- libgdbm-compat4: GNU dbm database routines (legacy support runtime version)
GNU dbm ('gdbm') is a library of database functions that use extendible
hashing and works similarly to the standard UNIX 'dbm' functions.
.
The basic use of 'gdbm' is to store key/data pairs in a data file, thus
providing a persistent version of the 'dictionary' Abstract Data Type
('hash' to perl programmers).
.
This package includes library files, required to run old programs,
that use legacy 'dbm' interface. For new programs, please use modern
interface, provided by libgdbm5 and libgdbm-dev.
- libgdbm-compat4-dbgsym: debug symbols for libgdbm-compat4
- libgdbm-dev: GNU dbm database routines (development files)
GNU dbm ('gdbm') is a library of database functions that use extendible
hashing and works similarly to the standard UNIX 'dbm' functions.
.
The basic use of 'gdbm' is to store key/data pairs in a data file, thus
providing a persistent version of the 'dictionary' Abstract Data Type
('hash' to perl programmers).
.
Note, that to build old programs, that use legacy 'dbm' interface,
you have to install libgdbm-compat-dev binary package.
- libgdbm5: GNU dbm database routines (runtime version)
GNU dbm ('gdbm') is a library of database functions that use extendible
hashing and works similarly to the standard UNIX 'dbm' functions.
.
The basic use of 'gdbm' is to store key/data pairs in a data file, thus
providing a persistent version of the 'dictionary' Abstract Data Type
('hash' to perl programmers).
- libgdbm5-dbgsym: debug symbols for libgdbm5