[SCM] baloo-widgets packaging branch, master, updated. debian/15.08.0-2-2-gff86c2e
Maximiliano Curia
maxy at moszumanska.debian.org
Sat Sep 26 06:40:35 UTC 2015
Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/baloo-widgets.git;a=commitdiff;h=1f094ab
The following commit has been merged in the master branch:
commit 1f094aba0c49a890cdf4f02ba7da20f0b61766c5
Author: Maximiliano Curia <maxy at gnuservers.com.ar>
Date: Sun Jun 22 14:40:24 2014 +0200
Add basic autopkgtests
---
debian/control | 1 +
debian/tests/acc | 3 +++
debian/tests/control | 6 ++++++
debian/tests/testsuite | 6 ++++++
4 files changed, 16 insertions(+)
diff --git a/debian/control b/debian/control
index 4759179..212bdaf 100644
--- a/debian/control
+++ b/debian/control
@@ -12,6 +12,7 @@ Build-Depends: baloo-dev,
libphonon-dev,
pkg-kde-tools
Standards-Version: 3.9.5
+XS-Testsuite: autopkgtest
Homepage: http://projects.kde.org/baloo-widgets
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-kde/kde-sc/baloo-widgets.git
Vcs-Git: git://anonscm.debian.org/pkg-kde/kde-sc/baloo-widgets.git
diff --git a/debian/tests/acc b/debian/tests/acc
new file mode 100755
index 0000000..ecd74f2
--- /dev/null
+++ b/debian/tests/acc
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+dh_acc
diff --git a/debian/tests/control b/debian/tests/control
new file mode 100644
index 0000000..4e3ab8c
--- /dev/null
+++ b/debian/tests/control
@@ -0,0 +1,6 @@
+Tests: testsuite
+Depends: @
+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..6e5b17b
--- /dev/null
+++ b/debian/tests/testsuite
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+export LANG=C.UTF-8
+export LC_ALL=C.UTF-8
+
+dh_auto_test
--
baloo-widgets packaging
More information about the pkg-kde-commits
mailing list