libunwind 1.1-3ubuntu1 source package in Ubuntu RTM

Changelog

libunwind (1.1-3ubuntu1) utopic; urgency=medium

  * Merge with Debian; remaining changes:
     - Enable test suite for amd64 architecture:
       + d/rules: Execute test suite when building for amd64 only.
       + d/patches/20123007_workaround_test-ptrace.patch: Walk default test
         arguments to ensure child process has visibility.
     - d/p/AArch64-port.diff: Add Aarch64 port.
     - d/p/ppc64el.diff: Add PPC64 LE port.
  * d/patches/fix-lzma-linking.patch: Fix lzma linking for all supported
    architectures. LP: #1336912.

libunwind (1.1-3) unstable; urgency=low

  * Added a new patch: debian/patches/20140507-ppc_lib64.patch
    to fix FTBFS on ppc64 by using /usr/lib instread of /usr/lib64.
    Thanks to Hiroyuki Yamamoto for sending a patch. (Closes: #747157)
  * debian/libunwind-setjmp0.postinst: Cleanup diversions from wheezy.
    Thanks to Andreas Beckmann for sending a patch. (Closes: #739383)
 -- Matthias Klose <email address hidden>   Thu, 03 Jul 2014 09:18:17 +0200

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Utopic
Original maintainer:
Ubuntu Developers
Architectures:
ia64 i386 amd64 ppc64 ppc64el powerpc armel armhf arm64 mips
Section:
libs
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
14.09-factory release main libs
14.09 release main libs

Downloads

File Size SHA-256 Checksum
libunwind_1.1.orig.tar.gz 1.0 MiB 9dfe0fcae2a866de9d3942c66995e4b460230446887dbdab302d41a8aee8d09a
libunwind_1.1-3ubuntu1.debian.tar.xz 24.1 KiB f48697398068ae4ec3774a3689e2e3eba9cf8f865378313b74fd8be046bced08
libunwind_1.1-3ubuntu1.dsc 2.1 KiB e022ff9584c979813a14c152f2ad2595484dc26b1e7c5636e2068e1fbde61f1d

Available diffs

View changes file

Binary packages built by this source

libunwind-setjmp0: 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-dbg: libunwind-based non local goto - runtime

 Contains debugging symbols for libunwind8.
 .
 This package is provided primarily to provide a backtrace with names
 in a debugger, this makes it somewhat easier to interpret core
 dumps. Most people will not need this package.

libunwind-setjmp0-dev: 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

libunwind8: library to determine the call-chain of a program - runtime

 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 shared libraries

libunwind8-dbg: library to determine the call-chain of a program - runtime

 Contains debugging symbols for libunwind8.
 .
 This package is provided primarily to provide a backtrace with names
 in a debugger, this makes it somewhat easier to interpret core
 dumps. Most people will not need this package.

libunwind8-dev: 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.