From fb97aa11c15fa74f60f1535e91442f1e9a60d153 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Wed, 25 Oct 2023 20:03:51 +0000 Subject: automatic import of ghc --- ghc-rpmlintrc | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 ghc-rpmlintrc (limited to 'ghc-rpmlintrc') diff --git a/ghc-rpmlintrc b/ghc-rpmlintrc new file mode 100644 index 0000000..885a3d9 --- /dev/null +++ b/ghc-rpmlintrc @@ -0,0 +1,8 @@ +addFilter("devel-file-in-non-devel-package") +addFilter("static-library-without-debuginfo") +# ghc-compiler has devel-dependency +addFilter("devel-dependency") +# Regrettably, upstream does not provide man pages for all executables +addFilter("no-manual-page-for-binary") +# Prevent warning about ghc containing no binary (it is a metapackage) +addFilter("no-binary") -- cgit v1.2.3