[SCM] kcrash packaging branch, kubuntu_unstable, updated. debian/5.9.0-1-3-gb69953e

Kubuntu CI (Harald Sitter) kubuntu-ci-guest at moszumanska.debian.org
Wed May 20 00:00:40 UTC 2015


Gitweb-URL: http://git.debian.org/?p=pkg-kde/frameworks/kcrash.git;a=commitdiff;h=3966b06

The following commit has been merged in the kubuntu_unstable branch:
commit 3966b0608711c0623ca5be4089ad042aae74232a
Author: Maximiliano Curia <maxy at gnuservers.com.ar>
Date:   Mon Jan 26 09:29:14 2015 +0100

    Add acc autopkgtests.
---
 debian/changelog              |  1 +
 debian/libkf5crash-dev.acc.in | 20 ++++++++++++++++++++
 debian/tests/acc              | 11 +++++++++++
 debian/tests/control          |  3 +++
 4 files changed, 35 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index cb5dac1..8b53bb1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ kcrash (5.6.0-1~) UNRELEASED; urgency=medium
   * Update watch file.
   * Update build dependencies to follow cmake.
   * Update copyright information.
+  * Add acc autopkgtests.
 
  -- Maximiliano Curia <maxy at debian.org>  Mon, 26 Jan 2015 08:41:22 +0100
 
diff --git a/debian/libkf5crash-dev.acc.in b/debian/libkf5crash-dev.acc.in
new file mode 100644
index 0000000..f46a582
--- /dev/null
+++ b/debian/libkf5crash-dev.acc.in
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<descriptor>
+
+<version>
+    5.0.0
+</version>
+
+<headers>
+    /usr/include/KF5/KCrash/
+</headers>
+
+<libs>
+    /usr/lib/@@DEB_HOST_MULTIARCH@@/libKF5Crash.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 e7fde3c..ef8828a 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -2,3 +2,6 @@ Tests: testsuite
 Depends: @builddeps@, build-essential,
          xvfb, xauth, dbus-x11, openbox
 Restrictions: rw-build-tree
+
+Tests: acc
+Depends: @, dh-acc, exuberant-ctags

-- 
kcrash packaging



More information about the pkg-kde-commits mailing list