[SCM] baloo packaging branch, master, updated. 072cebf3e6d2c39ee5653ff7743679df2a138d0b

Maximiliano Curia maxy at moszumanska.debian.org
Sat Mar 21 09:41:00 UTC 2015


Gitweb-URL: http://git.debian.org/?p=pkg-kde/plasma/baloo.git;a=commitdiff;h=42f755c

The following commit has been merged in the master branch:
commit 42f755c7e4eb5b93b252ede70f2056598d00d3ad
Author: Maximiliano Curia <maxy at gnuservers.com.ar>
Date:   Sat Feb 7 17:50:19 2015 +0100

    Add basic autopkgtests support.
---
 debian/baloo-kf5-dev.acc.in | 21 +++++++++++++++++++++
 debian/changelog            |  1 +
 debian/control              |  1 +
 debian/tests/acc            | 11 +++++++++++
 debian/tests/control        |  6 ++++++
 debian/tests/testsuite      |  3 +++
 6 files changed, 43 insertions(+)

diff --git a/debian/baloo-kf5-dev.acc.in b/debian/baloo-kf5-dev.acc.in
new file mode 100644
index 0000000..5aa4fb8
--- /dev/null
+++ b/debian/baloo-kf5-dev.acc.in
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="utf-8"?>
+<descriptor>
+
+<version>
+    5.6.0
+</version>
+
+<headers>
+    /usr/include/KF5/Baloo/
+</headers>
+
+<libs>
+    /usr/lib/@@DEB_HOST_MULTIARCH@@/libKF5Baloo.so
+    /usr/lib/@@DEB_HOST_MULTIARCH@@/libKF5BalooXapian.so
+</libs>
+
+<gcc_options>
+    -fPIC
+</gcc_options>
+
+</descriptor>
diff --git a/debian/changelog b/debian/changelog
index 9f964b8..58c2497 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,7 @@ baloo-kf5 (5.6.0-1~) UNRELEASED; urgency=medium
   * Add myself as Uploader.
   * Update copyright information.
   * Update watch file.
+  * Add basic autopkgtests support.
 
  -- Maximiliano Curia <maxy at debian.org>  Fri, 06 Feb 2015 20:39:03 +0100
 
diff --git a/debian/control b/debian/control
index d9da543..fca59fb 100644
--- a/debian/control
+++ b/debian/control
@@ -24,6 +24,7 @@ Build-Depends: cmake (>= 2.8.12),
                qtbase5-dev,
                qtdeclarative5-dev
 Standards-Version: 3.9.6
+XS-Testsuite: autopkgtest
 Homepage: https://projects.kde.org/projects/kde/kdelibs/baloo
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-kde/plasma/baloo.git
 Vcs-Git: git://anonscm.debian.org/pkg-kde/plasma/baloo.git
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
new file mode 100644
index 0000000..d9b40f1
--- /dev/null
+++ b/debian/tests/control
@@ -0,0 +1,6 @@
+# Tests: testsuite
+# Depends: @, @builddeps@, build-essential
+# Restrictions: build-needed
+
+Tests: acc
+Depends: @, dh-acc, exuberant-ctags
diff --git a/debian/tests/testsuite b/debian/tests/testsuite
new file mode 100755
index 0000000..dabe645
--- /dev/null
+++ b/debian/tests/testsuite
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+dh_auto_test

-- 
baloo packaging



More information about the pkg-kde-commits mailing list