bear 2.3.11-1 source package in Ubuntu

Changelog

bear (2.3.11-1) unstable; urgency=medium

  * New upstream release.
  * debian/patches: Removed no longer needed patches.
  * debian/rules: Adopt to upstream changes.
  * debian/: Bump debhelper compat to 11.
  * debian/control:
    - Bump Standards-Version.
    - Move to salsa.debian.org.

 -- Sebastian Ramacher <email address hidden>  Sat, 06 Jan 2018 12:03:46 +0100

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
Bionic release universe misc

Downloads

File Size SHA-256 Checksum
bear_2.3.11-1.dsc 1.8 KiB 0d8fb6c77f7022ba1a6b7edfb403b2aec7b8d263ed6bf032a6a04ce5f8360503
bear_2.3.11.orig.tar.gz 42.8 KiB 4616237fd63066603793dca3fbf3f2c39e8c75bbe9967bdda103a56f31071cd4
bear_2.3.11-1.debian.tar.xz 3.2 KiB a8cd31090c09a0b92702d287d675098dc613691f606f8a7d43355d9f9ae0d745

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