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

Harald Sitter apachelogger-guest at moszumanska.debian.org
Fri Jul 3 08:36:36 UTC 2015


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

The following commit has been merged in the master branch:
commit e4586e87d8cd2cbb6f2906d46a6ef2e116dea9e3
Author: Harald Sitter <sitter at kde.org>
Date:   Fri Jul 3 10:36:30 2015 +0200

    disable symbol tracking in sourcer for now until we have a better scheme
---
 kci/sourcer.rb | 12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)

diff --git a/kci/sourcer.rb b/kci/sourcer.rb
index 1a12365..4d4e0ba 100755
--- a/kci/sourcer.rb
+++ b/kci/sourcer.rb
@@ -122,13 +122,11 @@ Dir.chdir('build/source/') do
       file.write("#{package_name}: empty-binary-package
")
     end
   end
-  # Rip out symbol files unless we are on latest
-  # unless project.series == KCI.latest_series
-  #   symbols = Dir.glob('debian/symbols') +
-  #             Dir.glob('debian/*.symbols') +
-  #             Dir.glob('debian/*.symbols.*')
-  #   symbols.each { |s| FileUtils.rm(s) }
-  # end
+  # Rip out symbol files, we don't care about them for now.
+  symbols = Dir.glob('debian/symbols') +
+            Dir.glob('debian/*.symbols') +
+            Dir.glob('debian/*.symbols.*')
+  symbols.each { |s| FileUtils.rm(s) }
 end
 
 # dpkg-buildpackage

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list