[SCM] kfilemetadata packaging branch, master, updated. debian/5.19.0-1-6-g3605fe1

Maximiliano Curia maxy at moszumanska.debian.org
Fri Apr 1 14:59:31 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/frameworks/kfilemetadata.git;a=commitdiff;h=3605fe1

The following commit has been merged in the master branch:
commit 3605fe1490c9eeaa5ae018c76d634760ad97cc18
Author: Maximiliano Curia <maxy at gnuservers.com.ar>
Date:   Fri Apr 1 16:44:23 2016 +0200

    Update acc test script
---
 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

-- 
kfilemetadata packaging



More information about the pkg-kde-commits mailing list