[SCM] kross-interpreters packaging branch, master, updated. debian/15.08.0-2-5-g4e6d417
Pino Toscano
pino at moszumanska.debian.org
Thu Aug 25 05:36:06 UTC 2016
Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/kross-interpreters.git;a=commitdiff;h=0ca8f48
The following commit has been merged in the master branch:
commit 0ca8f48c19478f43e3259e8b27053820c8752923
Author: Pino Toscano <pino at debian.org>
Date: Thu Aug 25 07:34:59 2016 +0200
disable unit tests
---
debian/changelog | 2 ++
debian/rules | 4 ++++
2 files changed, 6 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 3f7605a..f59853b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,8 @@ kross-interpreters (4:16.08.0-0r1) UNRELEASED; urgency=medium
* Enable krossruby, built again by upstream:
- add a krossruby binary
- add install files for krosspython and krosspython
+ * Disable the unit tests at build time, since they can work only with plugins
+ already installed.
-- Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde at lists.debian.org> Thu, 25 Aug 2016 07:07:28 +0200
diff --git a/debian/rules b/debian/rules
index 2c30dd6..1048182 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,3 +1,7 @@
#! /usr/bin/make -f
include /usr/share/pkg-kde-tools/qt-kde-team/3/debian-qt-kde.mk
+
+override_dh_auto_test:
+ # the tests work only with already installed plugins...
+ :
--
kross-interpreters packaging
More information about the pkg-kde-commits
mailing list