[SCM] kdecoration packaging branch, master, updated. debian/5.7.0-1-9-g31a1989
Maximiliano Curia
maxy at moszumanska.debian.org
Fri Aug 26 13:46:54 UTC 2016
Gitweb-URL: http://git.debian.org/?p=pkg-kde/plasma/kdecoration.git;a=commitdiff;h=a257108
The following commit has been merged in the master branch:
commit a2571081d75643147b8c25db3e5afdcddaa156a8
Author: Maximiliano Curia <maxy at gnuservers.com.ar>
Date: Thu Aug 11 16:09:25 2016 +0200
Keep the acc artifacts
Gbp-Dch: Ignore
---
debian/tests/acc | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/debian/tests/acc b/debian/tests/acc
index f8dc629..4251c76 100755
--- a/debian/tests/acc
+++ b/debian/tests/acc
@@ -8,4 +8,11 @@ for in_file in debian/*.acc.in; do
"${in_file}" > "${out_file}"
done
+DH_VERBOSE=1
+
dh_acc
+ret=$?
+if [ 0 -ne $ret ] && [ -n "$ADT_ARTIFACTS" ]; then
+ cp -r logs "$ADT_ARTIFACTS"/acc.logs
+fi
+exit $ret
--
kdecoration packaging
More information about the pkg-kde-commits
mailing list