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

Rohan Garg rohangarg-guest at moszumanska.debian.org
Mon Sep 28 23:30:27 UTC 2015


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

The following commit has been merged in the master branch:
commit c07f7ae3a4cd185517e26f464ae8c09df4dc0d1d
Author: Rohan Garg <rohan at garg.io>
Date:   Tue Sep 29 01:29:07 2015 +0200

    Switch to regular pbuilder satisfy-depends
---
 dci/source.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dci/source.rb b/dci/source.rb
index 24f974e..9eabf82 100644
--- a/dci/source.rb
+++ b/dci/source.rb
@@ -79,7 +79,7 @@ Dir.chdir(ARGV[1]) do
   cl = nil
   Dir.chdir(PACKAGING_DIR) do
     cl = Changelog.new
-    system('/usr/lib/pbuilder/pbuilder-satisfydepends-classic')
+    system('/usr/lib/pbuilder/pbuilder-satisfydepends')
     fail "Can't install build deps!" unless $?.success?
   end
 

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list