[SCM] kfind packaging branch, master, updated. 5400d44f458bbb44aab3b0a9b2d349e9903e0d9c

Jonathan Riddell jriddell-guest at moszumanska.debian.org
Thu Dec 22 15:54:13 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/kfind.git;a=commitdiff;h=e2696f3

The following commit has been merged in the master branch:
commit e2696f340774a8a0f6eaeea4be1280b2b2a4f6e8
Author: Jonathan Riddell <jr at jriddell.org>
Date:   Thu Dec 22 15:19:26 2016 +0000

    set utils section globally, add test
---
 debian/control         | 3 +--
 debian/tests/control   | 3 +++
 debian/tests/control~  | 6 ++++++
 debian/tests/testsuite | 3 +++
 4 files changed, 13 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 258278a..b6be03c 100644
--- a/debian/control
+++ b/debian/control
@@ -1,5 +1,5 @@
 Source: kfind
-Section: kde
+Section: utils
 Priority: optional
 Maintainer: Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
 Uploaders: Sune Vuorela <sune at debian.org>,
@@ -22,7 +22,6 @@ Vcs-Browser: https://anonscm.debian.org/git/pkg-kde/applications/kfind.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-kde/applications/kfind.git
 
 Package: kfind
-Section: utils
 Architecture: any
 Depends: ${misc:Depends}, ${shlibs:Depends}
 Description: file search utility
diff --git a/debian/tests/control b/debian/tests/control
new file mode 100644
index 0000000..a8d28d3
--- /dev/null
+++ b/debian/tests/control
@@ -0,0 +1,3 @@
+Tests: testsuite
+Depends: @, @builddeps@, build-essential
+Restrictions: build-needed
diff --git a/debian/tests/control~ b/debian/tests/control~
new file mode 100644
index 0000000..ed241e0
--- /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

-- 
kfind packaging



More information about the pkg-kde-commits mailing list