[SCM] kdialog packaging branch, master, updated. b0f66091477a6088f987bc81a19494bd0b7b139e

Maximiliano Curia maxy at moszumanska.debian.org
Tue Oct 31 18:04:55 UTC 2017


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

The following commit has been merged in the master branch:
commit 45f0a095ea977128ef78c8388b15b6d071eae8fd
Author: Jonathan Riddell <jr at jriddell.org>
Date:   Thu Dec 22 16:05:11 2016 +0000

    update tests and section
---
 debian/control                  | 3 +--
 debian/tests/control            | 6 +-----
 debian/tests/testsuite.xsession | 4 ++--
 3 files changed, 4 insertions(+), 9 deletions(-)

diff --git a/debian/control b/debian/control
index dd507d9..692dee0 100644
--- a/debian/control
+++ b/debian/control
@@ -1,5 +1,5 @@
 Source: kdialog
-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>,
@@ -23,7 +23,6 @@ Vcs-Browser: https://anonscm.debian.org/git/pkg-kde/applications/kdialog.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-kde/applications/kdialog.git
 
 Package: kdialog
-Section: utils
 Architecture: any
 Depends: ${misc:Depends}, ${shlibs:Depends}
 Replaces: kde-baseapps-bin
diff --git a/debian/tests/control b/debian/tests/control
index 2715b1b..458e944 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -1,13 +1,9 @@
 Tests: testsuite
 Depends: build-essential,
          dbus-x11,
-         libqt4-sql-sqlite,
+         qtbase5-dev,
          xauth,
          xvfb,
          @,
          @builddeps@
 Restrictions: rw-build-tree
-
-Tests: acc
-Depends: dh-acc, exuberant-ctags, @
-Restrictions: allow-stderr
diff --git a/debian/tests/testsuite.xsession b/debian/tests/testsuite.xsession
index 7e49196..5216db9 100755
--- a/debian/tests/testsuite.xsession
+++ b/debian/tests/testsuite.xsession
@@ -1,8 +1,8 @@
 #!/bin/sh
 export LANG=C.UTF-8
 export LC_ALL=C.UTF-8
-kdeinit4
+kdeinit5
 dh_auto_test
 ret=$?
-kdeinit4_shutdown
+kdeinit5_shutdown
 exit $ret

-- 
kdialog packaging



More information about the pkg-kde-commits mailing list