[SCM] pimcommon packaging branch, master, updated. 58ecdd242fd5720c0a2a0855ff5821a42d050afb
Maximiliano Curia
maxy at moszumanska.debian.org
Mon May 9 08:03:07 UTC 2016
Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/pimcommon.git;a=commitdiff;h=bd3fbe5
The following commit has been merged in the master branch:
commit bd3fbe53787c2f59d610dcab23de33f5f20f44df
Author: Maximiliano Curia <maxy at gnuservers.com.ar>
Date: Thu Apr 28 10:09:47 2016 +0200
Update the acc test
---
debian/tests/acc | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/debian/tests/acc b/debian/tests/acc
index f8dc629..28b8d41 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 ]; then
+ cp -r logs "${ADT_ARTIFACTS}"/acc.logs
+fi
+exit $ret
--
pimcommon packaging
More information about the pkg-kde-commits
mailing list