Source: gdbm
Section: libs
Priority: important
Maintainer: Dmitry Bogatov <KAction@gnu.org>
Build-Depends: texinfo,
               debhelper (>= 10),
               dh-exec,
               dietlibc-dev (>= 0.34~cvs20160606-3)
Standards-Version: 3.9.8
Homepage: https://gnu.org/software/gdbm
Vcs-Browser: https://anonscm.debian.org/cgit/users/kaction-guest/gdbm.git
Vcs-Git: https://anonscm.debian.org/cgit/users/kaction-guest/gdbm.git

Package: libgdbm4
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Suggests: gdbm-l10n (= ${source:Version})
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Description: 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).

Package: gdbm-l10n
Architecture: all
Replaces: libgdbm4 (= 1.12-2)
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: 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.
 .
 This package provides translations for messages, generated by
 library routines and programs, provided by 'gdbtool' package.

Package: libgdbm-dev
Architecture: any
Depends: libc6-dev | libc-dev, libgdbm4 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Section: libdevel
Priority: optional
Multi-Arch: same
Built-Using: ${Built-Using}
Replaces: libgdbm4 (= 1.12-1)
Description: 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.  This
 package includes development support files.

Package: gdbmtool
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Suggests: gdbm-l10n (= ${source:Version})
Section: utils
Priority: optional
Description: 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.  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.

Package: libgdbm-compat4
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Multi-Arch: same
Priority: optional
Pre-Depends: ${misc:Pre-Depends}
Description: 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.
 .
 This package includes library files, required to run old programs,
 that use legacy 'dbm' interface. For new programs, please use modern
 interface, provided by libgdbm4 and libgdbm-dev.

Package: libgdbm-compat-dev
Architecture: any
Depends: libc6-dev | libc-dev, libgdbm-compat4 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Section: libdevel
Priority: optional
Replaces: libgdbm-dev (<< 1.12-1)
Breaks: libgdb-dev (<< 1.12-1)
Description: 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.
 .
 This package includes development files, required to build old
 programs, that use legacy 'dbm' interface. For new programs, please
 use modern interface, provided by libgdbm4 and libgdbm-dev.
