libunwind 0.99-0.3ubuntu1 source package in Ubuntu

Changelog

libunwind (0.99-0.3ubuntu1) precise; urgency=low

  * Merge from debian unstable.  Remaining changes:
    + debian/rules: adding -U_FORTIFY_SOURCE to CFLAGS to fix FTBFS on amd64 and i386

libunwind (0.99-0.3) unstable; urgency=low

  * Non-maintainer upload.
  * Don't ship .la files (Closes: #622440).
  * Build for powerpc (Closes: #556909).
 -- Stephan Adig <email address hidden>   Tue, 25 Oct 2011 09:12:04 +0000

Upload details

Uploaded by:
Stephan RĂ¼gamer
Uploaded to:
Precise
Original maintainer:
Ubuntu Developers
Architectures:
ia64 i386 amd64 ppc64 powerpc
Section:
libs
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise security main libs
Precise updates main libs
Precise release universe libs

Downloads

File Size SHA-256 Checksum
libunwind_0.99.orig.tar.gz 695.1 KiB 56083aae17eab3ccb7a36b95f0430f5a5f258755bf193bb5ca4fd4b918356164
libunwind_0.99-0.3ubuntu1.diff.gz 28.8 KiB fcdca6bc539338fd251622e7223d4880d4af393ee92b5e04c49d1e92f9a5bf25
libunwind_0.99-0.3ubuntu1.dsc 1.2 KiB 15abdf3cf5d42a59a25481c1cda959fc28b8be9b37ccc0ffcd6f5ff819f742c6

View changes file

Binary packages built by this source

libunwind-setjmp0: A libunwind-based non local goto - runtime

 The unwind-setjmp library offers a libunwind-based implementation of
 non-local gotos. This implementation is intended to be a drop-in
 replacement for the normal, system-provided routines of the same name.
 The main advantage of using the unwind-setjmp library is that setting
 up a non-local goto via one of the setjmp() routines is very fast.
 .
 This package includes the shared library

libunwind-setjmp0-dev: A libunwind-based non local goto - development

 The unwind-setjmp library offers a libunwind-based implementation of
 non-local gotos. This implementation is intended to be a drop-in
 replacement for the normal, system-provided routines of the same name.
 The main advantage of using the unwind-setjmp library is that setting
 up a non-local goto via one of the setjmp() routines is very fast.
 .
 This package includes the development support files

libunwind7: No summary available for libunwind7 in ubuntu quantal.

No description available for libunwind7 in ubuntu quantal.

libunwind7-dev: A library to determine the call-chain of a program - development

 The primary goal of this project is to define a portable and efficient C
 programming interface (API) to determine the call-chain of a program.
 The API additionally provides the means to manipulate the preserved
 (callee-saved) state of each call-frame and to resume execution at any
 point in the call-chain (non-local goto). The API supports both local
 (same-process) and remote (across-process) operation. As such, the API
 is useful in a number of applications.
 .
 This package includes the development support files.