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

Harald Sitter apachelogger-guest at moszumanska.debian.org
Sat May 2 18:21:11 UTC 2015


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

The following commit has been merged in the master branch:
commit 420ed28ba129ad6d52085f503c2374a1d57345cf
Author: Harald Sitter <sitter at kde.org>
Date:   Sat May 2 20:21:09 2015 +0200

    create fake update-xapian
---
 kci/install_check.rb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/kci/install_check.rb b/kci/install_check.rb
index 10b9f7a..75bf08b 100755
--- a/kci/install_check.rb
+++ b/kci/install_check.rb
@@ -205,6 +205,8 @@ Dir.mktmpdir do |tmpdir|
     system('dpkg-deb -b apt-xapian-index xapian.deb')
     DPKG.dpkg(['-i', 'xapian.deb'])
   end
+  # Muon postinst would explicitly update.
+  File.write('/usr/sbin/update-apt-xapian-index', "#!/bin/sh
")
 end
 # Disable manpage database updates
 Open3.popen3('debconf-set-selections') do |stdin, _stdout, stderr, wait_thr|

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list