[SCM] pkg-kde-jenkins packaging branch, master, updated. b47d863052ed1fb1922e7b4ec3c47865da7eb0dc

Maximiliano Curia maxy at moszumanska.debian.org
Mon Jun 26 15:14:54 UTC 2017


Gitweb-URL: http://git.debian.org/?p=pkg-kde/pkg-kde-jenkins.git;a=commitdiff;h=db6d2ab

The following commit has been merged in the master branch:
commit db6d2ab2600ec72f0ba701105b7764a3e6e086dc
Author: Maximiliano Curia <maxy at gnuservers.com.ar>
Date:   Thu Dec 15 19:15:44 2016 +0100

    Avoid requiring the build dependencies installed
---
 scripts/prepare_build.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/prepare_build.sh b/scripts/prepare_build.sh
index 964ce92..cf157b7 100755
--- a/scripts/prepare_build.sh
+++ b/scripts/prepare_build.sh
@@ -324,7 +324,7 @@ git push --follow-tags
 
 echo "Prepare source package"
 gbp buildpackage "${GBP_ARGS[@]}" \
-    -S -us -uc --changes-option="-DDistribution=$TARGET_DISTRIBUTION"
+    -S -us -uc -d --changes-option="-DDistribution=$TARGET_DISTRIBUTION"
 
 # Push
 git push --follow-tags

-- 
pkg-kde-jenkins packaging



More information about the pkg-kde-commits mailing list