[SCM] patch-parser packaging branch, master, updated. 43474b21f016a6c6ceaa1bd528e34a0ab6b65fbb

Harald Sitter apachelogger-guest at moszumanska.debian.org
Tue Apr 14 07:56:04 UTC 2015


Gitweb-URL: http://git.debian.org/?p=pkg-kde/patch-parser.git;a=commitdiff;h=44349c0

The following commit has been merged in the master branch:
commit 44349c01fbd7dc6757534d9320a27df593289b2b
Author: Harald Sitter <sitter at kde.org>
Date:   Mon Apr 13 17:17:33 2015 +0200

    manually work around kde-extras having a subdir for now
---
 runme.rb | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/runme.rb b/runme.rb
index 4b848cd..5cc3f18 100755
--- a/runme.rb
+++ b/runme.rb
@@ -1,13 +1,14 @@
 #!/usr/bin/env ruby
 
-# TODO: kde-extras needs coverage but has subdirs (kde-telepathy) within the
-#       component dir, which we can not handle right now.
-components = %w(frameworks plasma kde-std applications qt)
+components = %w(frameworks plasma kde-std applications qt kde-extras)
 
 repos = []
 
 components.each do |component|
   `ssh git.debian.org ls /git/pkg-kde/#{component}`.split.each do |repo|
+    # kde-telepathy is a subdir within a subdir which we can't handle.
+    # since kde-telepathy doesn't live there anymore we do not care though.
+    next if repo.include?('kde-telepathy') && component == 'kde-extras'
     repos << "debian:#{component}/#{repo}"
   end
 end

-- 
patch-parser packaging



More information about the pkg-kde-commits mailing list