[SCM] syndication packaging branch, master, updated. ubuntu/15.08.0-0ubuntu1-8-g821eed0

Maximiliano Curia maxy at moszumanska.debian.org
Tue Sep 8 17:56:31 UTC 2015


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/syndication.git;a=commitdiff;h=a2cc218

The following commit has been merged in the master branch:
commit a2cc21815697cae3f34644866c76a0b9f8d1322e
Author: Maximiliano Curia <maxy at gnuservers.com.ar>
Date:   Tue Sep 8 15:57:44 2015 +0200

    Add abi compliance check test
---
 debian/libkf5syndication-dev.acc.in | 21 +++++++++++++++++++++
 debian/tests/acc                    |  7 +++++++
 debian/tests/control                |  4 ++--
 3 files changed, 30 insertions(+), 2 deletions(-)

diff --git a/debian/libkf5syndication-dev.acc.in b/debian/libkf5syndication-dev.acc.in
new file mode 100644
index 0000000..9adaafd
--- /dev/null
+++ b/debian/libkf5syndication-dev.acc.in
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="utf-8"?>
+<descriptor>
+
+<version>
+    15.07.90
+</version>
+
+<headers>
+    /usr/include/KF5/Syndication/
+    /usr/include/KF5/syndication_version.h
+</headers>
+
+<libs>
+    /usr/lib/@@DEB_HOST_MULTIARCH@@/libKF5Syndication.so
+</libs>
+
+<gcc_options>
+    -fPIC
+</gcc_options>
+
+</descriptor>
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
diff --git a/debian/tests/control b/debian/tests/control
index cb3f485..baf81dc 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -3,5 +3,5 @@ Depends: @, @builddeps@, build-essential,
          dbus-x11
 Restrictions: build-needed
 
-# Tests: acc
-# Depends: @, dh-acc, exuberant-ctags
+Tests: acc
+Depends: @, dh-acc, exuberant-ctags

-- 
syndication packaging



More information about the pkg-kde-commits mailing list