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

Rohan Garg rohangarg-guest at moszumanska.debian.org
Tue Mar 17 12:48:04 UTC 2015


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

The following commit has been merged in the master branch:
commit c7f11bd29518b5fdc46e2801244623aab21354e3
Author: Rohan Garg <rohan at garg.io>
Date:   Tue Mar 17 13:47:43 2015 +0100

    Nuke symbols from source
---
 dci/source.rb | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/dci/source.rb b/dci/source.rb
index 02a8864..70ed712 100644
--- a/dci/source.rb
+++ b/dci/source.rb
@@ -154,6 +154,13 @@ Dir.chdir(ARGV[1]) do
       series.gsub!(/^upstream_.*/, '')
       File.write('debian/patches/series', series)
     end
+
+    # Rip out symbols files
+    # Symbol tracking is done in Kubuntu CI
+    Dir.glob('debian/*symbols*').each do |f|
+      File.delete(f)
+    end
+
   end
 
   Dir.mktmpdir do |dir|

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list