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

Rohan Garg rohangarg-guest at moszumanska.debian.org
Mon Jan 26 11:00:18 UTC 2015


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

The following commit has been merged in the master branch:
commit 476f1d889a1ee0a288b19f6600a5a64ed5651492
Author: Rohan Garg <rohan at kde.org>
Date:   Mon Jan 26 11:57:39 2015 +0100

    Make sure we match when the suite is -updates or -security
---
 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 d33ca6b..e87a013 100644
--- a/lib/debian/changelog.rb
+++ b/lib/debian/changelog.rb
@@ -16,7 +16,7 @@ class Changelog
     def initialize()
         line = File.open('debian/changelog', &:gets)
         # plasma-framework (5.3.0-0ubuntu1) utopic; urgency=medium
-        match = line.match(/^(.*) \((.*)\) (\w+); urgency=(\w+)/)
+        match = line.match(/^(.*) \((.*)\) (.+); urgency=(\w+)/)
         # Need a  match and 5 elements.
         # 0: full match
         # 1: source name

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list