1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
|
Source: cpplint
Section: devel
Priority: optional
Maintainer: Wolfgang Silbermayr <wolfgang@silbermayr.at>
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
python3-setuptools,
python3-all,
python3-pytest <!nocheck>,
python3-pytest-cov <!nocheck>,
python3-pytest-runner <!nocheck>,
python3-pyparsing <!nocheck>,
python3-testfixtures <!nocheck>,
python3-zipp <!nocheck>,
help2man,
Standards-Version: 4.6.2
Homepage: https://github.com/cpplint/cpplint
Vcs-Browser: https://salsa.debian.org/debian/cpplint
Vcs-Git: https://salsa.debian.org/debian/cpplint.git
Testsuite: autopkgtest-pkg-python
Rules-Requires-Root: no
Package: cpplint
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
Description: Static code checker for C++
Command-line tool to check C/C++ files for style issues following
Google's C++ style guide.
|