Source: clazy
Section: devel
Priority: optional
Uploaders: Scarlett Clark <sgclark@kde.org>, Pino Toscano <pino@debian.org>
Build-Depends: chrpath,
               clang (>= 1:8.0~),
               clang-tools (>= 1:8.0~),
               cmake (>= 3.7~),
               debhelper-compat (= 13),
               libclang-cpp-dev (>= 1:8.0~),
               libclang-dev (>= 1:8.0~),
               llvm-dev (>= 1:8.0~),
               python3:any <!nocheck>,
               qtbase5-dev <!nocheck>,
               qtdeclarative5-dev <!nocheck>
Standards-Version: 4.6.0
Rules-Requires-Root: no
Homepage: https://www.kdab.com/clazy-video/
Vcs-Git: https://invent.kde.org/neon/extras/clazy.git
Vcs-Browser: https://invent.kde.org/neon/extras/clazy
Maintainer: Neon CI <neon@kde.org>

Package: clazy
Architecture: any
Depends: ${clazy:clang}, ${misc:Depends}, ${shlibs:Depends}
Breaks: clazy-doc (<< 1.11-1)
Replaces: clazy-doc (<< 1.11-1)
Description: 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.

Package: clazy-tests
Architecture: any
Depends: clazy (= ${binary:Version}), ${clazy:clang-tools}, ${misc:Depends}
Description: 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.
