summaryrefslogtreecommitdiffstats
path: root/tags/m/multiarch-foreign-cmake-file.tag
diff options
context:
space:
mode:
Diffstat (limited to 'tags/m/multiarch-foreign-cmake-file.tag')
-rw-r--r--tags/m/multiarch-foreign-cmake-file.tag10
1 files changed, 10 insertions, 0 deletions
diff --git a/tags/m/multiarch-foreign-cmake-file.tag b/tags/m/multiarch-foreign-cmake-file.tag
new file mode 100644
index 0000000..3a44f00
--- /dev/null
+++ b/tags/m/multiarch-foreign-cmake-file.tag
@@ -0,0 +1,10 @@
+Tag: multiarch-foreign-cmake-file
+Severity: error
+Check: files/multi-arch
+Explanation: The package is architecture-dependent, ships a cmake file in a public,
+ architecture-dependent cmake search path and is marked <code>Multi-Arch:
+ foreign</code>. CMake will be unable to find this file, unless it is installed
+ for a matching architecture, but the <code>foreign</code> marking says that the
+ architecture should not matter.
+ .
+ Please remove the <code>Multi-Arch: foreign</code> stanza.