[SCM] kauth packaging branch, kubuntu_unstable, updated. debian/5.9.0-1-3-g981f224

Kubuntu CI (Harald Sitter) kubuntu-ci-guest at moszumanska.debian.org
Tue May 19 23:59:58 UTC 2015


Gitweb-URL: http://git.debian.org/?p=pkg-kde/frameworks/kauth.git;a=commitdiff;h=17c3791

The following commit has been merged in the kubuntu_unstable branch:
commit 17c37916b74075be74c71699d4a342672b5182a4
Author: Maximiliano Curia <maxy at gnuservers.com.ar>
Date:   Sun Jan 25 19:06:51 2015 +0100

    Add acc autopkgtests.
---
 debian/changelog             |  1 +
 debian/libkf5auth-dev.acc.in | 20 ++++++++++++++++++++
 debian/tests/acc             | 11 +++++++++++
 debian/tests/control         |  5 ++++-
 4 files changed, 36 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 9cf3179..ba44343 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ kauth (5.6.0-1~) UNRELEASED; urgency=medium
   * Update install files.
   * Update build dependencies to follow cmake.
   * Add shlibs:Depends to the -dev package.
+  * Add acc autopkgtests.
 
  -- Maximiliano Curia <maxy at debian.org>  Sun, 25 Jan 2015 09:02:37 +0100
 
diff --git a/debian/libkf5auth-dev.acc.in b/debian/libkf5auth-dev.acc.in
new file mode 100644
index 0000000..62b6048
--- /dev/null
+++ b/debian/libkf5auth-dev.acc.in
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<descriptor>
+
+<version>
+    5.0.0
+</version>
+
+<headers>
+    /usr/include/KF5/KAuth/
+</headers>
+
+<libs>
+    /usr/lib/@@DEB_HOST_MULTIARCH@@/libKF5Auth.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 371c039..be9e6be 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -1,4 +1,7 @@
 Tests: testsuite
 Depends: @builddeps@, build-essential,
-         dbus-x11, xvfb
+         dbus-x11, xvfb, xauth
 Restrictions: rw-build-tree
+
+Tests: acc
+Depends: @, dh-acc, exuberant-ctags

-- 
kauth packaging



More information about the pkg-kde-commits mailing list