mm 1.4.2-5ubuntu1 source package in Ubuntu

Changelog

mm (1.4.2-5ubuntu1) trusty; urgency=medium

  * Use dh-autoreconf instead of autotools-dev to also fix FTBFS on ppc64el by
    getting new libtool macros (still updates config.{sub,guess}).
  * Disable autoheader to fix FTBFS during autoreconf.
  * Use system libtool.
 -- Logan Rosen <email address hidden>   Wed, 29 Jan 2014 16:36:37 -0500

Upload details

Uploaded by:
Logan Rosen
Uploaded to:
Trusty
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
mm_1.4.2.orig.tar.gz 336.8 KiB 8caddd1ee8d8c7790e4b7fedc9be15d4d76ea23f25b17687fc27218648325885
mm_1.4.2-5ubuntu1.diff.gz 4.6 KiB d1656aabb9c2679f2f4811afacef134eda4ee3548bf18f381d00ee8f96ba0ab6
mm_1.4.2-5ubuntu1.dsc 1.4 KiB 8005aa6cc794bcb97ec5cd5e28bdca477786215f32ef14d63b7da2aad43b46eb

View changes file

Binary packages built by this source

libmm-dbg: Shared memory library - debugging symbols

 OSSP mm is a two layer abstraction library which simplifies the use of
 shared memory between forked (and therefore closely related) processes.
 It hides all platform-dependent aspects of the process from the user
 and provides a malloc(3)-style API.
 .
 This package contains debugging symbols for the library to aid
 debugging of programs that use it.

libmm-dev: Shared memory library - development files

 OSSP mm is a two layer abstraction library which simplifies the use of
 shared memory between forked (and therefore closely related) processes.
 It hides all platform-dependent aspects of the process from the user
 and provides a malloc(3)-style API.
 .
 This package contains the development files required to compile
 programs that use mm.

libmm14: Shared memory library - runtime

 OSSP mm is a two layer abstraction library which simplifies the use of
 shared memory between forked (and therefore closely related) processes.
 It hides all platform-dependent aspects of the process from the user
 and provides a malloc(3)-style API.
 .
 This package contains the runtime libraries required to run programs
 dynamically linked against mm.