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

Harald Sitter apachelogger-guest at moszumanska.debian.org
Sat Nov 22 15:02:29 UTC 2014


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

The following commit has been merged in the master branch:
commit f0488e2fdfeb5608f60500bd6a1105f28c734507
Author: Harald Sitter <sitter at kde.org>
Date:   Sat Nov 22 16:02:16 2014 +0100

    also ignore to-new standard version warnings....
---
 builder.rb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/builder.rb b/builder.rb
index 9cec7a6..d62eba7 100644
--- a/builder.rb
+++ b/builder.rb
@@ -298,6 +298,7 @@ def puts_lintian(data, args = {})
         # We really do not care about standards versions for now. They only ever get
         # bumped by the pkg-kde team anyway.
         next if line.include?('out-of-date-standards-version')
+        next if line.include?('newer-standards-version')
         
         # Do not print symbols warnings if we already auto-updated.
         if args[:updated_symbols] and line.include?('symbols-file-contains-current-version-with-debian-revision')

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list