diff options
author | Anas Nashif <anas.nashif@intel.com> | 2013-02-06 13:11:09 -0800 |
---|---|---|
committer | Anas Nashif <anas.nashif@intel.com> | 2013-02-06 17:32:17 -0800 |
commit | e4663f85ff0d45985b657d0889b2ba217ad0fa38 (patch) | |
tree | 12494bc1385f93b5c0f492942a75833b9a627797 | |
parent | 57092849e37de8f9ab8ff843e3106daf63c9c157 (diff) | |
download | rpmlint-e4663f85ff0d45985b657d0889b2ba217ad0fa38.tar.gz rpmlint-e4663f85ff0d45985b657d0889b2ba217ad0fa38.tar.bz2 rpmlint-e4663f85ff0d45985b657d0889b2ba217ad0fa38.zip |
suse-g-ir-chech.diff
===================================================================
-rw-r--r-- | FilesCheck.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FilesCheck.py b/FilesCheck.py index df3c1cb..e4ed138 100644 --- a/FilesCheck.py +++ b/FilesCheck.py @@ -646,7 +646,7 @@ points_regex = re.compile('^\.\./(.*)') doc_regex = re.compile('^/usr(/share|/X11R6)?/(doc|man|info)/|^/opt/kde3/share/doc|^/usr/share/gnome/help') bin_regex = re.compile('^/(?:usr/(?:s?bin|games)|s?bin)/(.*)') includefile_regex = re.compile('\.(c|h)(pp|xx)?$', re.IGNORECASE) -develfile_regex = re.compile('\.(a|cmxa?|mli?)$') +develfile_regex = re.compile('\.(a|cmxa?|mli?|gir)$') buildconfigfile_regex = re.compile('(\.pc|/bin/.+-config)$') docdir_examples_regex = re.compile('^/usr/(?:share/doc/packages|lib(?:64))/[^/]+/(?:example|demo|script|contrib)') # room for improvement with catching more -R, but also for false positives... |