bear 2.3.9-1 source package in Ubuntu

Changelog

bear (2.3.9-1) unstable; urgency=medium

  * New upstream release.
    - Fix locales handling. (Closes: #880039)

 -- Sebastian Ramacher <email address hidden>  Fri, 03 Nov 2017 14:31:30 -0500

Upload details

Uploaded by:
Sebastian Ramacher
Uploaded to:
Sid
Original maintainer:
Sebastian Ramacher
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
bear_2.3.9-1.dsc 1.9 KiB 7cc898d4973398fe8bd81afe940a35f0cd53f3c31320ad9632fa39006d8636e6
bear_2.3.9.orig.tar.gz 42.0 KiB 9adad7e6a028c2dbce7ddb5515a2804d938a3ab0d1e1f669dd6371c8fd8aa4e4
bear_2.3.9-1.debian.tar.xz 3.4 KiB b309be5f3649c8df597ed537bbbfbe5a34546d77b1b05371ad6d070b867eda1e

Available diffs

No changes file available.

Binary packages built by this source

bear: generate compilation database for Clang tooling

 Bear records the flags passed to the compiler for each translation unit and
 stores them in a JSON file. This file can be used by Clang's tooling interface
 and programs like clang-check to process a translation unit.
 .
 cmake supports the generation of JSON compilation databases out of the box.
 For any other build system that does not support this, Bear can be used
 instead to intercept the invocation of the compiler.

libear: generate compilation database for Clang tooling (wrapper library)

 Bear records the flags passed to the compiler for each translation unit and
 stores them in a JSON file. This file can be used by Clang's tooling interface
 and programs like clang-check to process a translation unit.
 .
 cmake supports the generation of JSON compilation databases out of the box.
 For any other build system that does not support this, Bear can be used
 instead to intercept the invocation of the compiler.
 .
 This is the required library for wrapping system calls.

libear-dbgsym: debug symbols for libear