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

Harald Sitter apachelogger-guest at moszumanska.debian.org
Wed Mar 18 13:39:16 UTC 2015


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

The following commit has been merged in the master branch:
commit 39238a8546717074d56c7d165e7be2f32b3b47de
Author: Harald Sitter <sitter at kde.org>
Date:   Wed Mar 18 14:36:43 2015 +0100

    do not conduct symbol meddling for utopic, only a pain in the ass
---
 kci/builder.rb | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/kci/builder.rb b/kci/builder.rb
index 22778f2..6367dd2 100755
--- a/kci/builder.rb
+++ b/kci/builder.rb
@@ -142,6 +142,13 @@ Dir.chdir('build/source/') do
       file.write("#{package_name}: empty-binary-package
")
     end
   end
+  # Rip out symbol files unless we are on vivid
+  unless project.series == 'vivid'
+    symbols = Dir.glob('debian/symbols') +
+              Dir.glob('debian/*.symbols') +
+              Dir.glob('debian/*.symbols.*')
+    symbols.each { |s| FileUtils.rm(s) }
+  end
 end
 
 # dpkg-buildpackage

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list