[SCM] artikulate packaging branch, kubuntu_xenial_archive, updated. ubuntu/4%15.08.2-0ubuntu1-3-g514e883

Clive Johnston clivejo-guest at moszumanska.debian.org
Wed Jan 6 13:48:15 UTC 2016


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

The following commit has been merged in the kubuntu_xenial_archive branch:
commit 514e883f602fcffd32f3d203e89e446924969f22
Author: Clive Johnston <clivejo at aol.com>
Date:   Wed Jan 6 13:47:51 2016 +0000

    Fixing packaging for KF5 port
    
    - Adding new dep deps
    - Running autotests with XVFB
---
 debian/changelog |  1 +
 debian/control   | 14 ++++++++++++--
 debian/rules     |  3 +++
 3 files changed, 16 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index f3af717..d13f32c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ artikulate (4:15.12.0-0ubuntu1) UNRELEASED; urgency=medium
 
   * New upstream release
   * Adding new build dependencies
+  * Running autotests with XVFB
 
  -- Clive Johnston <clivejo at aol.com>  Sat, 02 Jan 2016 13:24:01 +0000
 
diff --git a/debian/control b/debian/control
index df53658..4e8ffcc 100644
--- a/debian/control
+++ b/debian/control
@@ -8,11 +8,21 @@ Build-Depends: cmake,
                kde-sc-dev-latest,
                kdelibs5-dev (>= 4:4.14),
                kdoctools-dev,
-               libqtgstreamer-dev (>= 1.2.0),
+               libkf5config-dev,
+               libkf5configwidgets-dev,
+               libkf5crash-dev,
+               libkf5declarative-dev,
+               libkf5i18n-dev,
+               libkf5newstuff-dev,
+               libkf5widgetsaddons-dev,
+               libkf5xmlgui-dev,
+               libqt5gstreamer-dev,
+               libqt5xmlpatterns5-dev,
                libqtmultimediakit1,
                pkg-kde-tools,
                qtbase5-dev,
-               qtmobility-dev
+               qtmobility-dev,
+               xvfb
 Standards-Version: 3.9.6
 Homepage: https://edu.kde.org/
 Vcs-Browser: http://anonscm.debian.org/cgit/pkg-kde/kde-applications/artikulate.git/
diff --git a/debian/rules b/debian/rules
index 7043aa0..e877ccb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,3 +6,6 @@ include /usr/share/pkg-kde-tools/qt-kde-team/2/debian-qt-kde.mk
 
 override_dh_strip:
 	$(overridden_command) --dbg-package=artikulate-dbg
+
+override_dh_auto_test:
+	xvfb-run dh_auto_test

-- 
artikulate packaging



More information about the pkg-kde-commits mailing list