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

Rohan Garg rohangarg-guest at moszumanska.debian.org
Wed Jan 7 19:15:42 UTC 2015


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

The following commit has been merged in the master branch:
commit 3d40deb4d9b5763361ef1b9e7ce72c00e6f9c8da
Author: Rohan Garg <rohan at kde.org>
Date:   Wed Jan 7 20:15:27 2015 +0100

    Provides is a relationship as well
---
 lib/debian/control.rb | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lib/debian/control.rb b/lib/debian/control.rb
index f3a09e5..d2b5043 100644
--- a/lib/debian/control.rb
+++ b/lib/debian/control.rb
@@ -172,7 +172,8 @@ class DebianControl
             'pre-depends',
             'breaks',
             'replaces',
-            'conflicts'
+            'conflicts',
+            'provides'
         ]
         fields[:foldable] = fields[:relationship]
         @binaries = []

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list