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

Harald Sitter apachelogger-guest at moszumanska.debian.org
Fri Aug 14 06:37:14 UTC 2015


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

The following commit has been merged in the master branch:
commit fa21646ec040ab7de41cab7faf5c7be3aff77f91
Author: Harald Sitter <sitter at kde.org>
Date:   Fri Aug 14 08:36:34 2015 +0200

    ignore binnmuable warning, no such thing in ubuntu
---
 kci/builder.rb          | 1 +
 lib/lint/log/lintian.rb | 2 ++
 2 files changed, 3 insertions(+)

diff --git a/kci/builder.rb b/kci/builder.rb
index 2cba685..b418190 100755
--- a/kci/builder.rb
+++ b/kci/builder.rb
@@ -381,6 +381,7 @@ def puts_lintian(data, args = {})
     # Fuck you
     next if line.include?('debian-revision-should-not-be-zero')
     next if line.include?('bad-distribution-in-changes-file wily')
+    next if line.include?('not-binnmuable-any-depends-all')
 
     # Do not print symbols warnings if we already auto-updated.
     if args[:updated_symbols] &&
diff --git a/lib/lint/log/lintian.rb b/lib/lint/log/lintian.rb
index 0350692..a57af32 100644
--- a/lib/lint/log/lintian.rb
+++ b/lib/lint/log/lintian.rb
@@ -19,6 +19,8 @@ module Lint
         # ignore any and all manpage warnings to save Harald from having to
         # override them in every single application repository.
         'binary-without-manpage',
+        # We don't care about binnmuable, there is no such thing in Ubuntu.
+        'not-binnmuable-any-depends-all',
         # Lintian is made for stupid people.
         # FIXME: needs test probably
         'debian-revision-should-not-be-zero',

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list