[rkward] debian-official: Add lintian overrides for false positive warnings

Thomas Friedrichsmeier null at kde.org
Wed Apr 4 15:20:56 UTC 2018


Git commit 624f93efde3f28ddc7240620c0a902daf75940af by Thomas Friedrichsmeier.
Committed on 04/04/2018 at 15:20.
Pushed by tfry into branch 'master'.

Add lintian overrides for false positive warnings

M  +2    -0    debian-official/changelog
A  +3    -0    debian-official/rkward-data.lintian-overrides
M  +3    -0    debian-official/source/lintian-overrides

https://commits.kde.org/rkward/624f93efde3f28ddc7240620c0a902daf75940af

diff --git a/debian-official/changelog b/debian-official/changelog
index c9277299..aa67bde3 100644
--- a/debian-official/changelog
+++ b/debian-official/changelog
@@ -8,6 +8,8 @@ rkward (0.7.0-1) UNRELEASED; urgency=low
     changes in R
     closes: #877283
   * Use dh_auto_configure for basic setup
+  * Add lintian overrides for r-data-without-readme-source and
+    desktop-command-not-in-package
 
  -- Thomas Friedrichsmeier <tfry at users.sourceforge.net>  Mon, 26 Mar 2018 11:00:00 +0100
 
diff --git a/debian-official/rkward-data.lintian-overrides b/debian-official/rkward-data.lintian-overrides
new file mode 100644
index 00000000..cc0ed8f9
--- /dev/null
+++ b/debian-official/rkward-data.lintian-overrides
@@ -0,0 +1,3 @@
+# The rkward executable is contained in the rkward binary package, built from the same source
+rkward-data binary: desktop-command-not-in-package usr/share/applications/org.kde.rkward.desktop rkward
+rkward-data binary: desktop-command-not-in-package usr/share/applications/org.kde.rkward-open.desktop rkward
diff --git a/debian-official/source/lintian-overrides b/debian-official/source/lintian-overrides
index 3fc784b4..2556738a 100644
--- a/debian-official/source/lintian-overrides
+++ b/debian-official/source/lintian-overrides
@@ -2,3 +2,6 @@
 # A handful of .js-files _are_ generated (upstream, manually), indeed. These carry a corresponding notice, and their primary sources are included in rkward/plugins/rkwarddev_scripts.
 rkward source: source-contains-prebuilt-javascript-object rkward/plugins/*.js*
 rkward source: source-is-missing rkward/plugins/*.js*
+# The following is not a user-facing .RData file. In fact it is does not even get installed. It contains an object that RKWard used to crash on, and is used for optional unit-testing, only.
+# See tests/rkward_applications_tests.R for additional detail.
+rkward source: r-data-without-readme-source tests/rkward_application_tests_strange_object.RData



More information about the rkward-tracker mailing list