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

Rohan Garg rohangarg-guest at moszumanska.debian.org
Thu Dec 11 00:24:27 UTC 2014


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

The following commit has been merged in the master branch:
commit 981afbb5136516cd583178b53d55103d4e55c0fe
Author: Rohan Garg <rohan at kde.org>
Date:   Thu Dec 11 01:24:14 2014 +0100

    Pedantic lintian FTW
---
 dci/build.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dci/build.rb b/dci/build.rb
index 6dc906c..eb60336 100644
--- a/dci/build.rb
+++ b/dci/build.rb
@@ -61,7 +61,7 @@ else
               logger.info("Running lintian checks ...")
 
               # Lintian checks
-              system("lintian #{changes_file}")
+              system("lintian -iI --pedantic --show-overrides --color auto #{changes_file}")
               logger.error("Lintian check failed!") unless $?.success?
               logger.info("Finished running lintian checks")
 

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list