clazy 1.11-2 source package in Ubuntu

Changelog

clazy (1.11-2) unstable; urgency=medium

  * Backport upstream commit f5c95d3cb453ca16980db268556f23ca3cd38122 to fix
    the detection of the clang version when running the tests; patch
    upstream_tests-fix-clang-version-regexp.patch.
  * Update standards version to 4.6.1, no changes needed.
  * Limit the parallel jobs for the tests ran during the build using
    $DEB_BUILD_OPTIONS:
    - backport upstream commit ab8993c9e10e09cb24210f76bb5e67f01bb37a9e to add
      -j/--jobs to the run_tests.py script; patch
      upstream_tests-add-j-jobs-option-for-run_tests.py.patch
    - pass --jobs to run_tests.py with the number of parallel jobs specified
      in $DEB_BUILD_OPTIONS, defaulting to 1
  * Set the number of parallel jobs in the 'run-tests' autopkgtest to 1 for
    now.
  * Remove inactive Uploaders.
  * Backport upstream commit 20fca52da739ebefa47e35f6b338bb99a0da3cfe to support
    LLVM/Clang 15.0.0; patch upstream_Build-fixes-for-LLVM-Clang-15.0.0.patch.

 -- Pino Toscano <email address hidden>  Thu, 17 Nov 2022 20:21:31 +0100

Upload details

Uploaded by:
Debian Qt/KDE Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Qt/KDE Maintainers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
clazy_1.11-2.dsc 2.4 KiB 371fb643accc263f6be1e13da4ae801c3cafafdae0d96fb5ad73213cfd9c1410
clazy_1.11.orig.tar.xz 394.6 KiB 66165df33be8785218720c8947aa9099bae6d06c90b1501953d9f95fdfa0120a
clazy_1.11.orig.tar.xz.asc 195 bytes 36b842f0017394cd21697a60449932b155a57eef7b06fdbdff7a22214f0cc3d1
clazy_1.11-2.debian.tar.xz 21.7 KiB 8c04d05ce84390d3c301591397dd25e3239055c284ddf5949b727e77dde6c487

No changes file available.

Binary packages built by this source

clazy: Clang plugin for additional warnings

 Clazy is a Clang plugin which extends the compiler with over
 50 warnings related to Qt best practices ranging from unneeded
 memory allocations to API misuse. It’s an opensource project
 spawned by KDAB’s R&D efforts for better C++ tooling.

clazy-dbgsym: debug symbols for clazy
clazy-tests: test files for Clazy

 This package contains all the test files needed for running the autopkgtest
 of Clazy. This is hardly useful to install in any other context than this.