diff options
Diffstat (limited to '')
-rw-r--r-- | debian/source/format | 2 | ||||
-rw-r--r-- | debian/source/include-binaries | 1 | ||||
-rw-r--r-- | debian/source/lintian-overrides | 19 |
3 files changed, 22 insertions, 0 deletions
diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 000000000..c3d9f2407 --- /dev/null +++ b/debian/source/format @@ -0,0 +1,2 @@ +3.0 (quilt) + diff --git a/debian/source/include-binaries b/debian/source/include-binaries new file mode 100644 index 000000000..76f94eb8c --- /dev/null +++ b/debian/source/include-binaries @@ -0,0 +1 @@ +debian/upstream/rt-signing-key.pgp diff --git a/debian/source/lintian-overrides b/debian/source/lintian-overrides new file mode 100644 index 000000000..570ea113f --- /dev/null +++ b/debian/source/lintian-overrides @@ -0,0 +1,19 @@ +# The copyright notice in the GFDL itself, mentioning invariant +# sections, is just an example. lintian seems to whitelist the +# plain-text version but that doesn't cover this ReST version. +linux source: license-problem-gfdl-invariants Documentation/userspace-api/media/fdl-appendix.rst invariant part is: with the :ref:`invariant sections <fdl-invariant>` being list their titles, with the :ref:`front-cover texts <fdl-cover-texts>` being list, and with the :ref:`back-cover texts <fdl-cover-texts>` being list +linux source: license-problem-gfdl-invariants invariant part is: with the :ref:`invariant sections <fdl-invariant>` being list their titles, with the :ref:`front-cover texts <fdl-cover-texts>` being list, and with the :ref:`back-cover texts <fdl-cover-texts>` being list [Documentation/userspace-api/media/fdl-appendix.rst] + +# Kernel dbg packages contain a full image with debug data. +linux source: dbg-package-missing-depends + +# We repack the orig tarball +linux source: orig-tarball-missing-upstream-signature * + +# Not a bug, we're just big and complex +linux source: field-too-long Binary * +linux source: field-too-long Build-Depends-Arch * + +# These executables are test cases and source is provided +linux source: source-contains-prebuilt-windows-binary *tools/perf/tests/pe-file.exe* +linux source: source-contains-prebuilt-windows-binary *tools/perf/tests/pe-file.exe.debug* |