Add several Lintian overrides related to .pyc files.

This commit is contained in:
Simon Quigley 2025-02-24 18:34:18 -06:00
parent cdd81232d9
commit e2f43318bd
2 changed files with 4 additions and 0 deletions

1
debian/changelog vendored
View File

@ -2,6 +2,7 @@ ubuntu-dev-tools (0.204) UNRELEASED; urgency=medium
[ Simon Quigley ] [ Simon Quigley ]
* Update Standards-Version to 4.7.1, no changes needed. * Update Standards-Version to 4.7.1, no changes needed.
* Add several Lintian overrides related to .pyc files.
[ Julien Plissonneau Duquène ] [ Julien Plissonneau Duquène ]
* Fix reverse-depends -b crash on packages that b-d on themselves * Fix reverse-depends -b crash on packages that b-d on themselves

3
debian/source/lintian-overrides vendored Normal file
View File

@ -0,0 +1,3 @@
# pyc files are machine-generated; they're expected to have long lines and have unstated copyright
source: file-without-copyright-information *.pyc [debian/copyright]
source: very-long-line-length-in-source-file * > 512 [*.pyc:*]