[SCM] ci-tooling packaging branch, master, updated. 4933a84ed12a7bc843ad3da08baedb410b1bd339
Jonathan Riddell
jriddell-guest at moszumanska.debian.org
Tue Oct 27 15:54:42 UTC 2015
Gitweb-URL: http://git.debian.org/?p=pkg-kde/ci-tooling.git;a=commitdiff;h=4933a84
The following commit has been merged in the master branch:
commit 4933a84ed12a7bc843ad3da08baedb410b1bd339
Author: Jonathan Riddell <jr at jriddell.org>
Date: Tue Oct 27 15:54:40 2015 +0000
add pbuilder to sourcer.rb in hope it'll help wily builds
---
kci/sourcer.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kci/sourcer.rb b/kci/sourcer.rb
index 88affdc..7db0e09 100755
--- a/kci/sourcer.rb
+++ b/kci/sourcer.rb
@@ -133,7 +133,7 @@ end
Dir.chdir('build/source/') do
# Install some minimal build dependencies to make sure we can get past the
# clean step
- Apt.install(%w(dh-autoreconf dh-acc pkg-kde-tools germinate dh-translations))
+ Apt.install(%w(dh-autoreconf dh-acc pkg-kde-tools germinate dh-translations pbuilder))
system('update-maintainer')
unless system('dpkg-buildpackage -us -uc -S')
abort 'Failed to build source package'
--
ci-tooling packaging
More information about the pkg-kde-commits
mailing list