[SCM] kplotting packaging branch, master, updated. 108edf4936d97634b172049ec9a2cd533bc9d0e1
Maximiliano Curia
maxy at moszumanska.debian.org
Wed Feb 18 16:34:53 UTC 2015
Gitweb-URL: http://git.debian.org/?p=pkg-kde/frameworks/kplotting.git;a=commitdiff;h=cde09e6
The following commit has been merged in the master branch:
commit cde09e67c476a76bad440f2b0ed4a050641dbae3
Author: Maximiliano Curia <maxy at gnuservers.com.ar>
Date: Fri Jan 23 17:07:58 2015 +0100
Add basic autopkgtests support.
---
debian/changelog | 1 +
debian/control | 1 +
debian/libkf5plotting-dev.acc.in | 20 ++++++++++++++++++++
debian/tests/acc | 11 +++++++++++
debian/tests/control | 6 ++++++
debian/tests/testsuite | 3 +++
6 files changed, 42 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 854c6f9..f31d582 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ kplotting (5.6.0-1~) UNRELEASED; urgency=medium
* Bump Standards-Version to 3.9.6, no changes needed.
* Update install files.
* Update copyright information.
+ * Add basic autopkgtests support.
-- Maximiliano Curia <maxy at debian.org> Fri, 23 Jan 2015 15:56:28 +0100
diff --git a/debian/control b/debian/control
index c74c135..32c4754 100644
--- a/debian/control
+++ b/debian/control
@@ -11,6 +11,7 @@ Build-Depends: cmake,
xauth,
xvfb
Standards-Version: 3.9.6
+XS-Testsuite: autopkgtest
Homepage: https://projects.kde.org/projects/frameworks/kplotting
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-kde/frameworks/kplotting.git
Vcs-Git: git://anonscm.debian.org/pkg-kde/frameworks/kplotting.git
diff --git a/debian/libkf5plotting-dev.acc.in b/debian/libkf5plotting-dev.acc.in
new file mode 100644
index 0000000..85dce09
--- /dev/null
+++ b/debian/libkf5plotting-dev.acc.in
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<descriptor>
+
+<version>
+ 5.0.0
+</version>
+
+<headers>
+ /usr/include/KF5/KPlotting/
+</headers>
+
+<libs>
+ /usr/lib/@@DEB_HOST_MULTIARCH@@/libKF5Plotting.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
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
--
kplotting packaging
More information about the pkg-kde-commits
mailing list