File vlc-beta-rpmlintrc of Package vlc-beta (Revision aec48dc8b6a17d04b52ada24275936d6)
Currently displaying revision aec48dc8b6a17d04b52ada24275936d6 , Show latest
14
1
# according to the developers this is a false positive
2
setBadness("shared-lib-calls-exit", 0)
3
4
# there's a good reason for packaging vlc and vlc.desktop separately
5
setBadness("desktopfile-without-binary", 0)
6
7
# plugins.dat is created on startup if necessary
8
setBadness("ghost-files-without-postin", 0)
9
10
# these are false positives
11
setBadness("file-contains-date-and-time", 0)
12
13
setBadness('arch-dependent-file-in-usr-share',0)
14