[SCM] konqueror packaging branch, master, updated. 5f2c6d237e526aecb51ad069e012b69cadbb293b
Jonathan Riddell
jriddell-guest at moszumanska.debian.org
Thu Dec 22 16:03:51 UTC 2016
Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/konqueror.git;a=commitdiff;h=ef597e5
The following commit has been merged in the master branch:
commit ef597e5cb6dd935616159388cd2937275e9160e7
Author: Jonathan Riddell <jr at jriddell.org>
Date: Thu Dec 22 15:56:17 2016 +0000
add testsuite
---
debian/control | 4 +---
debian/tests/control | 3 +++
debian/tests/testsuite | 3 +++
3 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/debian/control b/debian/control
index 8498515..2d63f77 100644
--- a/debian/control
+++ b/debian/control
@@ -52,12 +52,10 @@ Description: advanced file manager, web browser and document viewer
customizable applications available.
.
This package is part of the KDE base applications module.
-Breaks: ase-data (<< 4:4.7.2), kde-baseapps-data (<< 4:4.8.4)
-Replaces: kde-baseapps-data (<< 4:4.8.4), kdebase-data (<< 4:4.7.2)
Package: konq-plugins
Architecture: any
-Depends: konqueror (>= 4:4.1.0), ${misc:Depends}, ${shlibs:Depends}
+Depends: konqueror, ${misc:Depends}, ${shlibs:Depends}
Enhances: konqueror
Recommends: imagemagick
Description: plugins for Konqueror, the KDE file/web/document browser
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/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
--
konqueror packaging
More information about the pkg-kde-commits
mailing list