Source: clazy
Section: kde
Priority: optional
Uploaders: Scarlett Clark <sgclark@kde.org>
Build-Depends: cmake,
               debhelper (>= 11~),
               libclang-8-dev (>= 1:3.8~),
               llvm-8-dev (>= 1:3.8~)
Standards-Version: 4.2.1
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: ${misc:Depends}, ${shlibs:Depends}
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-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}
Description: Clang plugin clazy documentation
 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.
 .
 This package contains the documentation for clazy.
