2009-08-28 22:12:54 +02:00
|
|
|
Index: FilesCheck.py
|
|
|
|
===================================================================
|
|
|
|
--- FilesCheck.py.orig
|
2008-04-17 04:52:37 +02:00
|
|
|
+++ FilesCheck.py
|
2013-06-28 15:29:34 +02:00
|
|
|
@@ -823,7 +823,7 @@ class FilesCheck(AbstractCheck.AbstractC
|
2009-09-16 18:41:21 +02:00
|
|
|
debuginfo_srcs = False
|
|
|
|
debuginfo_debugs = False
|
2008-04-17 04:52:37 +02:00
|
|
|
|
|
|
|
- if not doc_files:
|
|
|
|
+ if not lib_package and not doc_files:
|
|
|
|
printWarning(pkg, 'no-documentation')
|
|
|
|
|
2009-08-28 22:12:54 +02:00
|
|
|
if files:
|