[SCM] KDevelop packaging branch, experimental, updated. debian/4.7.3-3-14-gbfa2d58
Pino Toscano
pino at moszumanska.debian.org
Fri Aug 26 05:35:17 UTC 2016
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-std/kdevelop.git;a=commitdiff;h=a159125
The following commit has been merged in the experimental branch:
commit a159125488608fe44f52e5e99ecbff2641d774a0
Author: Pino Toscano <pino at debian.org>
Date: Fri Aug 26 07:18:56 2016 +0200
disable building of unit tests
---
debian/changelog | 1 +
debian/rules | 3 +++
2 files changed, 4 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 02bf36e..0415eb1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -24,6 +24,7 @@ kdevelop (4:5.0-0r1) UNRELEASED; urgency=medium
language support; specifically pick version 3.8 since it is what mesa uses,
and it is thus loaded when using QML stuff.
* Update install files.
+ * Disable building of unit tests, as long as they are not run.
-- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org> Fri, 26 Aug 2016 06:08:47 +0200
diff --git a/debian/rules b/debian/rules
index e182fe7..66c7b54 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,6 +5,9 @@ export DEB_LDFLAGS_MAINT_APPEND := -Wl,--as-needed
%:
dh $@ --parallel --with kf5
+override_dh_auto_configure:
+ dh_auto_configure -Skf5 -- -DBUILD_TESTING=OFF
+
override_dh_auto_clean:
dh_auto_clean
rm -rf debian/man/out
--
KDevelop packaging
More information about the pkg-kde-commits
mailing list