2009-08-28 20:12:54 +00:00
|
|
|
Index: FilesCheck.py
|
|
|
|
===================================================================
|
|
|
|
--- FilesCheck.py.orig
|
2008-04-17 02:52:37 +00:00
|
|
|
+++ FilesCheck.py
|
2011-05-20 09:08:13 +00:00
|
|
|
@@ -863,7 +863,7 @@ class FilesCheck(AbstractCheck.AbstractC
|
2009-09-16 16:41:21 +00:00
|
|
|
debuginfo_srcs = False
|
|
|
|
debuginfo_debugs = False
|
2008-04-17 02:52:37 +00:00
|
|
|
|
|
|
|
- if not doc_files:
|
|
|
|
+ if not lib_package and not doc_files:
|
|
|
|
printWarning(pkg, 'no-documentation')
|
|
|
|
|
2009-08-28 20:12:54 +00:00
|
|
|
if files:
|