bear 3.0.20-1build2 source package in Ubuntu

Changelog

bear (3.0.20-1build2) lunar; urgency=medium

  * Rebuild against new libgrpc29.

 -- Gianfranco Costamagna <email address hidden>  Wed, 04 Jan 2023 12:03:58 +0100

Upload details

Uploaded by:
Gianfranco Costamagna
Uploaded to:
Lunar
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
bear_3.0.20.orig.tar.gz 122.5 KiB 45cfcdab07f824f6c06c9776701156f7a04b23eadd25ecbc88c188789a447cc7
bear_3.0.20-1build2.debian.tar.xz 4.7 KiB 1ee474c02149f5dd01bac6e49b1b90f46c919a3fe2e4953951741f15360019df
bear_3.0.20-1build2.dsc 2.1 KiB 6eff3a8031ca6378e85432f6baa4b62a1fc6695191b6e2708f0817e63e251b4a

Available diffs

View changes file

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