[SCM] libkdegames packaging branch, master, updated. ubuntu/4%15.08.0-0ubuntu1-29-g33053cc

Maximiliano Curia maxy at moszumanska.debian.org
Mon Sep 7 19:41:46 UTC 2015


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

The following commit has been merged in the master branch:
commit c1b31ee62aa0ae9d36e238ca532291e59c63b2bb
Author: Maximiliano Curia <maxy at gnuservers.com.ar>
Date:   Sun Sep 6 14:38:55 2015 +0200

    Add abi compliance check test
---
 debian/libkf5kdegames-dev.acc.in | 21 +++++++++++++++++++++
 debian/tests/acc                 | 18 ++++++++++++++++++
 debian/tests/control             |  3 +++
 3 files changed, 42 insertions(+)

diff --git a/debian/libkf5kdegames-dev.acc.in b/debian/libkf5kdegames-dev.acc.in
new file mode 100644
index 0000000..ddc67c6
--- /dev/null
+++ b/debian/libkf5kdegames-dev.acc.in
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="utf-8"?>
+<descriptor>
+
+<version>
+    15.07.90
+</version>
+
+<headers>
+    /usr/include/KF5/KF5KDEGames/
+</headers>
+
+<libs>
+    /usr/lib/@@DEB_HOST_MULTIARCH@@/libKF5KDEGames.so
+    /usr/lib/@@DEB_HOST_MULTIARCH@@/libKF5KDEGamesPrivate.so
+</libs>
+
+<gcc_options>
+    -fPIC
+</gcc_options>
+
+</descriptor>
diff --git a/debian/tests/acc b/debian/tests/acc
new file mode 100755
index 0000000..28b8d41
--- /dev/null
+++ b/debian/tests/acc
@@ -0,0 +1,18 @@
+#!/bin/sh
+
+DEB_HOST_MULTIARCH=$(dpkg-architecture -qDEB_HOST_MULTIARCH)
+
+for in_file in debian/*.acc.in; do
+    out_file=${in_file%.in}
+    sed 's/@@DEB_HOST_MULTIARCH@@/'"${DEB_HOST_MULTIARCH}"'/' \
+        "${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 8ca97f0..dc594d4 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -2,3 +2,6 @@ Tests: testsuite
 Depends: @, @builddeps@, build-essential,
          xvfb, xauth, dbus-x11, libxml2-utils
 Restrictions: build-needed
+
+Tests: acc
+Depends: @, dh-acc, exuberant-ctags

-- 
libkdegames packaging



More information about the pkg-kde-commits mailing list