[SCM] qtgraphicaleffects packaging branch, experimental, updated. debian/5.5.1-1-7-g27ca95a

Lisandro Damián Nicanor Pérez lisandro at moszumanska.debian.org
Sun Jun 12 21:55:01 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/qt/qtgraphicaleffects.git;a=commitdiff;h=27ca95a

The following commit has been merged in the experimental branch:
commit 27ca95a9c91b283fbdc58ee2363088da3e86b97c
Author: Lisandro Damián Nicanor Pérez Meyer <perezmeyer at gmail.com>
Date:   Sun Jun 12 18:46:42 2016 -0300

    Override tests.
    
    We were unable to make them work, we get
    "QtGraphicalEffects.private" is not installed" even with the QML2 path
    explicited passed on to them.
    
    I have already asked for help in upstream's mailing list.
---
 debian/changelog | 3 +++
 debian/rules     | 3 +++
 2 files changed, 6 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index f80d3f2..3d93571 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,9 @@ qtgraphicaleffects-opensource-src (5.6.1-1) UNRELEASED; urgency=medium
   * New upstream release.
     - Bump Qt build dependencies.
   * Bump Standards-Version to 3.9.8, no changes required.
+  * Disable tests for now. We were unable to make them work, we get
+    "QtGraphicalEffects.private" is not installed" even with the QML2 path
+    explicited passed on to them.
 
   [ Timo Jyrinki ]
   * GaussianBlur requires qml-module-qtquick-window2, add to deps.
diff --git a/debian/rules b/debian/rules
index 999d5d0..d752458 100755
--- a/debian/rules
+++ b/debian/rules
@@ -27,3 +27,6 @@ override_dh_auto_install-indep:
 
 override_dh_install:
 	dh_install --fail-missing
+
+override_dh_auto_test:
+	# We can't make them work.

-- 
qtgraphicaleffects packaging



More information about the pkg-kde-commits mailing list