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
|
# upstream provides no signatures
debian-watch-does-not-check-openpgp-signature
# d/copyright uses wildcards to match the version in the component
add-component-copyright openjdk-8-jre-amd64-* [debian/copyright]
add-component-copyright openjdk-8-jre-ppc64el-* [debian/copyright]
add-component-copyright openjdk-8-source-* [debian/copyright]
# patching is done manually while preparing the 'nvidia-cuda' and
# 'cuda-gdb' source trees
patch-file-present-but-not-mentioned-in-series
# there is no source available for this proprietary software
source-contains-prebuilt-binary
source-contains-prebuilt-doxygen-documentation
source-contains-prebuilt-java-object
source-contains-prebuilt-javascript-object
source-is-missing
very-long-line-length-in-source-file
# only binary releases
upstream-metadata-missing-bug-tracking
upstream-metadata-missing-repository
# in some example scripts
uses-deprecated-python-stdlib distutils (deprecated in Python 3.10, removed in Python 3.12) [amd64/nsight_systems/host-linux-x64/Scripts/VncContainer/build.py:*]
|