libnih 1.0.3-4ubuntu8 source package in Ubuntu

Changelog

libnih (1.0.3-4ubuntu8) precise; urgency=low

  * libnih1 needs a versioned Pre-Depend on libc6 instead of just a Depend,
    because libc6 itself uses runlevel from the upstart package in its
    preinst, which in turn uses libnih1, which needs to be loadable (i.e.,
    its symbol references resolve).  We therefore need to ensure that
    libnih1's dependencies are always unpacked before libnih1 itself is
    unpacked.  While having something further up the stack (such as upstart,
    or something on top of upstart) being marked Essential: yes and with the
    necessary pre-depends would let apt handle this for us with its
    "immediate configuration" support, but for various reasons we don't want
    to make upstart essential.  LP: #508083.
 -- Steve Langasek <email address hidden>   Fri, 10 Feb 2012 12:13:25 -0800

Upload details

Uploaded by:
Steve Langasek
Uploaded to:
Precise
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
libs
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libnih_1.0.3.orig.tar.gz 1.1 MiB 897572df7565c0a90a81532671e23c63f99b4efde2eecbbf11e7857fbc61f405
libnih_1.0.3-4ubuntu8.diff.gz 4.6 KiB c6bc26ed1def502112fe341d3d5ea60bdb5ac95dfa367444b778e921701d8941
libnih_1.0.3-4ubuntu8.dsc 2.2 KiB 78c033f78fc7dbe3034c081ca049c6af45dfe9eb6d9d73c6f8c3cefa2bd24513

Available diffs

View changes file

Binary packages built by this source

libnih-dbus-dev: NIH D-Bus Bindings Library (development files)

 libnih-dbus is a D-Bus bindings library that integrates with the main
 loop provided by libnih.
 .
 This package contains the static library and C header files which are
 needed for developing software using libnih-dbus.

libnih-dbus1: NIH D-Bus Bindings Library

 libnih-dbus is a D-Bus bindings library that integrates with the main
 loop provided by libnih.
 .
 This package contains the shared library.

libnih-dev: NIH Utility Library (development files)

 libnih is a light-weight "standard library" of C functions to ease the
 development of other libraries and applications, especially those
 normally found in /lib.
 .
 This package contains the static library and C header files which are
 needed for developing software using libnih.

libnih1: NIH Utility Library

 libnih is a light-weight "standard library" of C functions to ease the
 development of other libraries and applications, especially those
 normally found in /lib.
 .
 This package contains the shared library.

nih-dbus-tool: NIH D-Bus Binding Tool

 nih-dbus-tool generates C source code from the D-Bus Introspection XML
 data provided by most services; either to make implementing the
 described objects in C programs or to make proxying to the described
 remote objects easier.
 .
 The generated code requires libnih-dbus-dev to be compiled.