bear 3.1.4-1 source package in Ubuntu

Changelog

bear (3.1.4-1) unstable; urgency=medium

  * New upstream version 3.1.4
  * debian/control:
    - Bump Standards-Version
    - Use pkgconf

 -- Sebastian Ramacher <email address hidden>  Thu, 30 May 2024 23:44:07 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc

Downloads

File Size SHA-256 Checksum
bear_3.1.4-1.dsc 1.4 KiB 000d0653b60b125a4da9874e9adc23e00ecd2df52468febbfeb25e3a0402dff6
bear_3.1.4.orig.tar.xz 97.7 KiB 7b8eec1114890187d4fb0659730176486c48f477141c6c08068eb7e6c55a126f
bear_3.1.4-1.debian.tar.xz 4.7 KiB e59d8b8fe346890b825624c08955bf2c676d0ed72fb9360c21d460d915935c5e

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.

bear-dbgsym: debug symbols for bear
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