diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-12 17:47:36 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-12 17:47:36 +0000 |
commit | 7a45763ef91e6aedd9903fd736cc4490622fe333 (patch) | |
tree | f3b05657cebd31f81b2a7bb175dd32a3e0926588 /debian/source/lintian-overrides | |
parent | Adding upstream version 3.4.0. (diff) | |
download | paramiko-debian.tar.xz paramiko-debian.zip |
Adding debian version 3.4.0-1.debian/3.4.0-1debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | debian/source/lintian-overrides | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/debian/source/lintian-overrides b/debian/source/lintian-overrides new file mode 100644 index 0000000..c31126e --- /dev/null +++ b/debian/source/lintian-overrides @@ -0,0 +1,8 @@ +# Upstream uses black to wrap long lines. These lines are cannot be wrapped. +very-long-line-length-in-source-file paramiko/kex_group14.py line * is 530 characters long (>512) +very-long-line-length-in-source-file paramiko/kex_group16.py line * is 1042 characters long (>512) +very-long-line-length-in-source-file paramiko/kex_gss.py line * is 530 characters long (>512) +very-long-line-length-in-source-file tests/test_kex.py line * is 1253 characters long (>512) +very-long-line-length-in-source-file tests/test_pkey.py line * is 619 characters long (>512) +# Public SSH keys used for tests. They are not wrapped. +very-long-line-length-in-source-file tests/cert_support/test_*.key-cert.pub line 1 is * characters long (>512) |