bear 3.0.21-1 source package in Ubuntu

Changelog

bear (3.0.21-1) unstable; urgency=medium

  * New upstream version 3.0.21
  * debian/control: Bump Standards-Version
  * debian/watch: Use api.github.com

 -- Sebastian Ramacher <email address hidden>  Wed, 04 Jan 2023 20:34:30 +0100

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

Downloads

File Size SHA-256 Checksum
bear_3.0.21-1.dsc 2.0 KiB 8ecac2e772b7b8d247efe134240f703fcf96bc02dec011f426ac63c37aa79c86
bear_3.0.21.orig.tar.gz 122.9 KiB 40bb555fdd9251ccaa95046c1571991eb62d8b5d1334693708693f77d78f58dc
bear_3.0.21-1.debian.tar.xz 4.5 KiB 505ee17f1e3f95e23b947735f2891b3652aa73c0d2d84ac01415539aab4c4a4e

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