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

Harald Sitter apachelogger-guest at moszumanska.debian.org
Mon Mar 23 09:12:13 UTC 2015


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

The following commit has been merged in the master branch:
commit 45722e59f7f1ba8d9f65207c326209ff9f20654b
Author: Harald Sitter <sitter at kde.org>
Date:   Mon Mar 23 10:11:16 2015 +0100

    style fix
---
 lib/debian/changelog.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/debian/changelog.rb b/lib/debian/changelog.rb
index ddd6a3e..dfaaa2d 100644
--- a/lib/debian/changelog.rb
+++ b/lib/debian/changelog.rb
@@ -23,7 +23,7 @@ class Changelog
     # 2: version
     # 3: distribution series
     # 4: urgency
-    fail 'E: Cannot read debian/changelog' if match.nil? or match.size != 5
+    fail 'E: Cannot read debian/changelog' if match.nil? || match.size != 5
     @name = match[1]
     @version = match[2]
     # Don't even bother with the rest, we don't care right now.

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list