Source: libmapmalloc
Section: libs
Priority: optional
Maintainer: Igor Pashev <pashev.igor@gmail.com>
Build-Depends:
 dh-illumos,
 gcc-multilib,
 illumos-source-2.10,
 quilt,
 symlinks,
Standards-Version: 3.9.3
Homepage: https://www.illumos.org

Package: libmapmalloc1
Section: libs
Priority: standard
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Architecture: illumos-any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: alternative memory allocator library
 This package contains libmapmalloc shared library.
 .
 Functions in this library  provide  malloc routines that use mmap(2)
 instead of sbrk(2) for acquiring heap space.

Package: libmapmalloc1-dev
Section: libdevel
Priority: optional
Architecture: illumos-any
Provides: libmapmalloc-dev
Depends: libmapmalloc1 (= ${binary:Version}), ${misc:Depends}, libc-dev
Description: alternative memory allocator library (development files)
 This package contains a symbolic link needed
 to compile applications that use libmapmalloc.
 .
 This library does not need header files.
 .
 The libmapmalloc library provides  malloc routines that use mmap(2)
 instead of sbrk(2) for acquiring heap space.

Package: lib32mapmalloc1
Section: libs
Priority: standard
Architecture: illumos-amd64
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: alternative memory allocator library (32 bit)
 This package contains libmapmalloc shared library.
 .
 Functions in this library  provide  malloc routines that use mmap(2)
 instead of sbrk(2) for acquiring heap space.
 .
 This is a 32-bit version of the library.

Package: lib32mapmalloc1-dev
Section: libdevel
Priority: optional
Architecture: illumos-amd64
Provides: lib32mapmalloc-dev
Depends: lib32mapmalloc1 (= ${binary:Version}), libmapmalloc1-dev (= ${binary:Version}),
 ${misc:Depends}
Description: alternative memory allocator library (32-bit development files)
 This package contains a symbolic link  needed to compile
 32-bit applications that use libmapmalloc.
 .
 The libmapmalloc library provides  malloc routines that use mmap(2)
 instead of sbrk(2) for acquiring heap space.

