[SCM] networkmanager-qt packaging branch, master, updated. debian/5.13.0-1-1-g80d795b
Maximiliano Curia
maxy at moszumanska.debian.org
Thu Sep 3 10:35:26 UTC 2015
Gitweb-URL: http://git.debian.org/?p=pkg-kde/frameworks/networkmanager-qt.git;a=commitdiff;h=80d795b
The following commit has been merged in the master branch:
commit 80d795b1c503fc9bf47539012017bd521116989b
Author: Maximiliano Curia <maxy at gnuservers.com.ar>
Date: Thu Sep 3 12:34:40 2015 +0200
Copy the acc logs to the adt artifacts.
---
debian/tests/acc | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/debian/tests/acc b/debian/tests/acc
index f8dc629..59b6d2b 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}"
+fi
+exit $ret
--
networkmanager-qt packaging
More information about the pkg-kde-commits
mailing list