diff options
author | CoprDistGit <infra@openeuler.org> | 2023-10-25 20:03:51 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-10-25 20:03:51 +0000 |
commit | fb97aa11c15fa74f60f1535e91442f1e9a60d153 (patch) | |
tree | c5d164100e4091b6ae525e3a3cfd90ce53bbf3bc /ghc-rpmlintrc | |
parent | 1cc8798baf9426f821b4f887f2914eac62e3ecd8 (diff) |
automatic import of ghc
Diffstat (limited to 'ghc-rpmlintrc')
-rw-r--r-- | ghc-rpmlintrc | 8 |
1 files changed, 8 insertions, 0 deletions
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") |