4436063f5c
- Update and fix german messages. - Add a rpmlintrc file to stop rpmlint from complaining about files marked as config but not in /etc. OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=21
6 lines
193 B
Plaintext
6 lines
193 B
Plaintext
# This line is mandatory to access the configuration functions
|
|
from Config import *
|
|
|
|
# The *are* configuration files, just not in /etc
|
|
addFilter("joe.* non-etc-or-var-file-marked-as-conffile")
|