File: python3-coverage.lintian-overrides

package info (click to toggle)
python-coverage 7.6.0%2Bdfsg1-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 4,120 kB
  • sloc: python: 30,196; ansic: 1,181; javascript: 773; makefile: 293; sh: 107; xml: 48
file content (21 lines) | stat: -rw-r--r-- 917 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# debian/python3-coverage.lintian-overrides
# Overrides for Lintian checks of ‘python3-coverage’ package.
# Documentation: ‘/usr/share/doc/lintian/lintian’ §2.4.

# The Coverage.py library is not an application, despite these commands.
library-package-name-for-application [usr/bin/python3*-coverage]
application-in-library-section python [usr/bin/python3*-coverage]

# These files are part of the functionality of Coverage, not documentation.
package-contains-documentation-outside-usr-share-doc [usr/share/python3-coverage/htmlfiles/index.html]
package-contains-documentation-outside-usr-share-doc [usr/share/python3-coverage/htmlfiles/pyfile.html]

# The purpose of these commands is to be run by the versioned Python interpreter.
unusual-interpreter /usr/bin/python3.* [usr/bin/python3.*-coverage]


# Local variables:
# coding: utf-8
# mode: conf-space
# End:
# vim: fileencoding=utf-8 filetype=conf :