- do not warn about metapackage ghc containing no binary

OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc?expand=0&rev=113
This commit is contained in:
Peter Trommler 2012-10-14 07:42:37 +00:00 committed by Git OBS Bridge
parent d0170dc0ed
commit e14cb1deb4
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Oct 14 07:41:59 UTC 2012 - peter.trommler@ohm-hochschule.de
- do not warn about metapackage ghc containing no binary
-------------------------------------------------------------------
Sat Oct 13 12:14:42 UTC 2012 - peter.trommler@ohm-hochschule.de

View File

@ -4,5 +4,7 @@ addFilter("static-library-without-debuginfo")
addFilter("devel-dependency")
# Haskell needs executable stack
addFilter("executable-stack")
# Regrattably, upstream does not provide man pages for all executables
# 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")