[neon/qt/qtbase/Neon/release] debian: Override some source-is-missing and unpack-message-for-orig warnings.

Dmitry Shachnev null at kde.org
Thu May 5 10:59:25 BST 2022


Git commit a98c3cc35caa7e3b3878693cd4ec9a0bc852d0a1 by Dmitry Shachnev.
Committed on 28/11/2021 at 14:12.
Pushed by jriddell into branch 'Neon/release'.

Override some source-is-missing and unpack-message-for-orig warnings.

M  +1    -0    debian/changelog
A  +8    -0    debian/source/lintian-overrides

https://invent.kde.org/neon/qt/qtbase/commit/a98c3cc35caa7e3b3878693cd4ec9a0bc852d0a1

diff --git a/debian/changelog b/debian/changelog
index 03c45bf..341952f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ qtbase-opensource-src (5.15.2+dfsg-14) UNRELEASED; urgency=medium
   * Backport four upstream commits to fix massive memory consumption when
     rendering specially crafted SVG files (CVE-2021-38593, LP: #1950193).
   * Update symbols files from buildds’ logs.
+  * Override some source-is-missing and unpack-message-for-orig warnings.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Sat, 27 Nov 2021 21:06:09 +0300
 
diff --git a/debian/source/lintian-overrides b/debian/source/lintian-overrides
new file mode 100644
index 0000000..632880c
--- /dev/null
+++ b/debian/source/lintian-overrides
@@ -0,0 +1,8 @@
+# These files are test binary data
+qtbase-opensource-src source: source-is-missing tests/auto/corelib/plugin/qpluginloader/elftest/corrupt2.elf64.so
+qtbase-opensource-src source: source-is-missing tests/auto/corelib/plugin/qpluginloader/elftest/debugobj.so
+
+# These are not static libraries, despite the .a extension
+qtbase-opensource-src source: unpack-message-for-orig * ar failed for */tests/auto/corelib/io/qdir/types/a.a
+qtbase-opensource-src source: unpack-message-for-orig * ar failed for */tests/auto/corelib/io/qdir/types/b.a
+qtbase-opensource-src source: unpack-message-for-orig * ar failed for */tests/auto/corelib/io/qdir/types/c.a



More information about the Neon-commits mailing list