diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 16:08:07 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 16:08:07 +0000 |
commit | d43c39132dfcb97f8ad0e6c4830d8dd4334c6380 (patch) | |
tree | 4ce258fe97564cfc903499fa487401dcc451ce85 /debian/source | |
parent | Adding upstream version 5.20230130+deb12u1. (diff) | |
download | dh-python-debian.tar.xz dh-python-debian.zip |
Adding debian version 5.20230130+deb12u1.debian/5.20230130+deb12u1debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/source')
-rw-r--r-- | debian/source/format | 1 | ||||
-rw-r--r-- | debian/source/lintian-overrides | 10 |
2 files changed, 11 insertions, 0 deletions
diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..89ae9db --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (native) diff --git a/debian/source/lintian-overrides b/debian/source/lintian-overrides new file mode 100644 index 0000000..c82c17b --- /dev/null +++ b/debian/source/lintian-overrides @@ -0,0 +1,10 @@ +# We call dh_python3 from the local tree +python3-depends-but-no-python3-helper dh-python +# This is a data file in a test package, symlink instead of duplicating +absolute-symbolic-link-target-in-source /usr/share/javascript/jquery/jquery.js [tests/t301/lib/foo/jquery.js] +# These tests exercise the installed binaries, and can't easily test multiple +# Python versions +test-leaves-python-version-untested [debian/tests/dh-python] +test-leaves-python-version-untested [debian/tests/nosetests] +test-leaves-python-version-untested [debian/tests/pybuild-autopkgtest] +test-leaves-python-version-untested [debian/tests/pybuild] |