[SCM] dolphin packaging branch, master, updated. ubuntu/4%15.08.0-0ubuntu1-11-g6cd397f

Maximiliano Curia maxy at moszumanska.debian.org
Sun Sep 6 08:28:06 UTC 2015


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

The following commit has been merged in the master branch:
commit c624b38d5e805ef9296e9511d0bbbeb8670929fc
Author: Maximiliano Curia <maxy at gnuservers.com.ar>
Date:   Sat Sep 5 11:06:15 2015 +0200

    Add abi compliance check test
---
 debian/libdolphinvcs-dev.acc.in | 21 +++++++++++++++++++++
 debian/tests/acc                | 11 +++++++++++
 debian/tests/control            |  4 ++++
 3 files changed, 36 insertions(+)

diff --git a/debian/libdolphinvcs-dev.acc.in b/debian/libdolphinvcs-dev.acc.in
new file mode 100644
index 0000000..d38f52b
--- /dev/null
+++ b/debian/libdolphinvcs-dev.acc.in
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="utf-8"?>
+<descriptor>
+
+<version>
+    15.08.0
+</version>
+
+<headers>
+    /usr/include/Dolphin/
+    /usr/include/dolphin_export.h
+</headers>
+
+<libs>
+    /usr/lib/@@DEB_HOST_MULTIARCH@@/libdolphinvcs.so
+</libs>
+
+<gcc_options>
+    -fPIC
+</gcc_options>
+
+</descriptor>
diff --git a/debian/tests/acc b/debian/tests/acc
new file mode 100755
index 0000000..f8dc629
--- /dev/null
+++ b/debian/tests/acc
@@ -0,0 +1,11 @@
+#!/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_acc
diff --git a/debian/tests/control b/debian/tests/control
index 1216e7e..751fa48 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -2,3 +2,7 @@ Tests: testsuite
 Depends: @, @builddeps@, build-essential,
          xvfb, xauth, dbus-x11, kinit
 Restrictions: build-needed
+
+Tests: acc
+Depends: @,
+         dh-acc, exuberant-ctags

-- 
dolphin packaging



More information about the pkg-kde-commits mailing list