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

Rohan Garg rohangarg-guest at moszumanska.debian.org
Tue May 19 19:00:57 UTC 2015


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

The following commit has been merged in the master branch:
commit 8a69212dae061e2396d21a1b3b26e2abddc161fc
Author: Rohan Garg <rohan at garg.io>
Date:   Tue May 19 21:00:47 2015 +0200

    Do NOT check for build dependencies
---
 lib/ci/build_source.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/ci/build_source.rb b/lib/ci/build_source.rb
index aefdec3..50291af 100644
--- a/lib/ci/build_source.rb
+++ b/lib/ci/build_source.rb
@@ -88,7 +88,7 @@ class VcsSource < AbstractSource
     # dpkg-buildpackage
     Dir.chdir('build/source/') do
       system('update-maintainer')
-      fail 'Failed to build source package' unless system('dpkg-buildpackage -us -uc -S')
+      fail 'Failed to build source package' unless system('dpkg-buildpackage -us -uc -Sd')
     end
   end
 

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list