Change logs for libunwind source package in Raring

  • libunwind (1.0.1-4ubuntu2) raring; urgency=low
    
      * Re-enable test-async-sig test (LP: #1078666):
        - d/patches/20121411_disable_test-async-sig.patch: Dropped; turns out
          using eatmydata with schroots for sbuild is not always a good idea.
     -- James Page <email address hidden>   Thu, 06 Dec 2012 18:05:05 +0000
  • libunwind (1.0.1-4ubuntu1) raring; urgency=low
    
      * Merge from Debian unstable.  Remaining changes:
        -  Enable test suite for amd64 architecture:
           + d/rules: Execute test suite when building for amd64 only.
           + d/patches/20122307_fix_setjmp.patch: Cherry picked fix from upstream
             VCS to fixup setjmp test failure.
           + d/patches/20123007_disable_known_test_failures.patch: Disable *-dyn1
             tests as they use unsupported features on amd64.
           + d/patches/20123007_workaround_ltest-nocalloc.patch: Make dummy call to
             do_backtrace to ensure that malloc is not called post thread init.
           + d/patches/20123007_workaround_test-ptrace.patch: Walk default test
             arguments to ensure child process has visibility.
      * Dropped changes:
        - d/rules: Added -U_FORTIFY_SOURCE to CFLAGS and pass directly to
          configure to ensure package build flags are used.
      * d/patches/20121411_disable_test-async-sig.patch: Disable failing test
        on raring; tracked under http://pad.lv/1078666.
    
    libunwind (1.0.1-4) unstable; urgency=low
    
      * Converted the build style to dh.
      * debian/control:
        - Provides debug packages, libunwind8-dbg and libunwind-setjmp0-dbg.
          (Closes: #687325)
        - Pre-Depends: multiarch-support
      * Removed libunwind-setjmp0.postrm libunwind-setjmp0.preinst:
        libunwind7 and libunwind8 can not be reconciled.
      * Added debian/source/options to ignore changes on auto-generated files
        such as config.{sub,guess}.
    
    libunwind (1.0.1-3) unstable; urgency=low
    
      * debian/rules:
        - Compile with the PIC format even for static libraries.
          (Closes: #682196)
        - Configure with --enable-cxx-exceptions (Closes: #682194)
     -- James Page <email address hidden>   Wed, 14 Nov 2012 11:27:13 +0000
  • libunwind (1.0.1-2ubuntu2) quantal; urgency=low
    
      * Enable test suite for amd64 architecture:
        - d/rules: Execute test suite when building for amd64 only.
        - d/patches/20122307_fix_setjmp.patch: Cherry picked fix from upstream
          VCS to fixup setjmp test failure.
        - d/patches/20123007_disable_known_test_failures.patch: Disable *-dyn1
          tests as they use unsupported features on amd64.
        - d/patches/20123007_workaround_ltest-nocalloc.patch: Make dummy call to
          do_backtrace to ensure that malloc is not called post thread init.
        - d/patches/20123007_workaround_test-ptrace.patch: Walk default test
          arguments to ensure child process has visibility.
     -- James Page <email address hidden>   Mon, 30 Jul 2012 14:43:28 +0100