[opensuse-packaging] How to disable rpmlint check "devel-file-in-non-devel-package (Badness: 50)"
Hi Build of project games, package freedink-data fails due to tons of these error messages E: devel-file-in-non-devel-package (Badness: 50) /usr/share/dink/dink/Story/S3-BOWL.c These are files required during runtime by the game engine, not C sources! How can I disable this rpmlint check? Adding the file rpmlintrc with the following content # This line is mandatory to access the configuration functions from Config import * addFilter("freedink-data devel-file-in-non-devel-package") did not help at all. :-( Best regards, Stefan P.S.: games/freedink-data is a link to games/freedink, so you find the sources to the packages in games/freedink. Public Key available ------------------------------------------------------ Stefan Dirsch (Res. & Dev.) SUSE LINUX Products GmbH Tel: 0911-740 53 0 Maxfeldstraße 5 FAX: 0911-740 53 479 D-90409 Nürnberg http://www.suse.de Germany ----------------------------------------------------------------- SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nürnberg) ----------------------------------------------------------------- --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-packaging+help@opensuse.org
On Tuesday 16 September 2008, Stefan Dirsch wrote:
Build of project games, package freedink-data fails due to tons of these error messages
E: devel-file-in-non-devel-package (Badness: 50) /usr/share/dink/dink/Story/S3-BOWL.c
I assume that the error message looks slightly different than that, because it should contain a package name.
addFilter("freedink-data devel-file-in-non-devel-package")
addFilter("devel-file-in-non-devel-package /usr/share/dink/dink") should do it. or any other regular expression (like "freedink-data.*") that matches the line that it prints. Greetings, Dirk --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-packaging+help@opensuse.org
On Wed, Sep 17, 2008 at 01:51:05AM +0200, Dirk Müller wrote:
On Tuesday 16 September 2008, Stefan Dirsch wrote:
Build of project games, package freedink-data fails due to tons of these error messages
E: devel-file-in-non-devel-package (Badness: 50) /usr/share/dink/dink/Story/S3-BOWL.c
I assume that the error message looks slightly different than that, because it should contain a package name.
addFilter("freedink-data devel-file-in-non-devel-package")
addFilter("devel-file-in-non-devel-package /usr/share/dink/dink")
should do it. or any other regular expression (like "freedink-data.*") that matches the line that it prints.
Oh no. It's really just an output filter. I was using an example rpmlintrc file (ati-fglrxG01), which apparently no longer works or never did work. :-( Best regards, Stefan Public Key available ------------------------------------------------------ Stefan Dirsch (Res. & Dev.) SUSE LINUX Products GmbH Tel: 0911-740 53 0 Maxfeldstraße 5 FAX: 0911-740 53 479 D-90409 Nürnberg http://www.suse.de Germany ----------------------------------------------------------------- SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nürnberg) ----------------------------------------------------------------- --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-packaging+help@opensuse.org
participants (2)
-
Dirk Müller
-
Stefan Dirsch