[SCM] ci-tooling packaging branch, master, updated. 2ede1de1e30291a5c9f4d1cb447bf8b86310c3b1

Harald Sitter apachelogger-guest at moszumanska.debian.org
Tue Mar 3 07:53:07 UTC 2015


Gitweb-URL: http://git.debian.org/?p=pkg-kde/ci-tooling.git;a=commitdiff;h=ff4697a

The following commit has been merged in the master branch:
commit ff4697a1588da3a2ddd405a8509d6f009efab5ac
Author: Harald Sitter <sitter at kde.org>
Date:   Tue Mar 3 08:52:37 2015 +0100

    globally override lintian complaining about manpages
    
    while initially thought it would be useful to have the repos clean I
    no longer care to be honest. just about every !framework has a manpage
    warning and we care about not a single one of them.
---
 kci/builder.rb | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/kci/builder.rb b/kci/builder.rb
index edda175..f93c98a 100755
--- a/kci/builder.rb
+++ b/kci/builder.rb
@@ -332,6 +332,12 @@ def puts_lintian(data, args = {})
     next if line.include?('out-of-date-standards-version')
     next if line.include?('newer-standards-version')
 
+    # We package an enormous amount of GUI apps without manpages (in fact
+    # they arguably wouldn't even make sense what with being GUI apps). So
+    # ignore any and all manpage warnings to save Harald from having to override
+    # them in every single application repository.
+    next if line.include?('binary-without-manpage')
+
     # Do not print symbols warnings if we already auto-updated.
     if args[:updated_symbols] &&
        line.include?('symbols-file-contains-current-version-with-debian-revision')

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list