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

Harald Sitter apachelogger-guest at moszumanska.debian.org
Tue May 5 12:38:14 UTC 2015


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

The following commit has been merged in the master branch:
commit 2848810a48367a9de73db313f6477fb3dcdbc903
Author: Harald Sitter <sitter at kde.org>
Date:   Tue May 5 14:37:11 2015 +0200

    override version revision
---
 kci/builder.rb          | 3 +++
 lib/lint/log/lintian.rb | 5 ++++-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/kci/builder.rb b/kci/builder.rb
index 7d60e81..06ab7f1 100755
--- a/kci/builder.rb
+++ b/kci/builder.rb
@@ -321,6 +321,9 @@ def puts_lintian(data, args = {})
     # them in every single application repository.
     next if line.include?('binary-without-manpage')
 
+    # Fuck you
+    next if line.include?('debian-revision-should-not-be-zero')
+
     # Do not print symbols warnings if we already auto-updated.
     if args[:updated_symbols] &&
        line.include?('symbols-file-contains-current-version-with-debian-revision')
diff --git a/lib/lint/log/lintian.rb b/lib/lint/log/lintian.rb
index 693f62e..604c1c7 100644
--- a/lib/lint/log/lintian.rb
+++ b/lib/lint/log/lintian.rb
@@ -18,7 +18,10 @@ module Lint
         # 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.
-        'binary-without-manpage'
+        'binary-without-manpage',
+        # Lintian is made for stupid people.
+        # FIXME: needs test probably
+        'debian-revision-should-not-be-zero'
       ]
 
       def lint(data)

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list