[SCM] KDevelop PHP plugin packaging branch, master, updated. debian/5.0.1-2
Pino Toscano
pino at moszumanska.debian.org
Wed Sep 21 05:12:42 UTC 2016
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-std/kdevelop-php.git;a=commitdiff;h=6bf54ca
The following commit has been merged in the master branch:
commit 6bf54ca6b7074888a78a739d3b1473fdea6380ec
Author: Pino Toscano <pino at debian.org>
Date: Fri Aug 26 19:34:40 2016 +0200
disable building of unit tests
as long as they are not run
---
debian/changelog | 1 +
debian/rules | 3 +++
2 files changed, 4 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 3ee6cee..31023fe 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -21,6 +21,7 @@ kdevelop-php (5.0-0r1) UNRELEASED; urgency=medium
- provide kdevelop-php-docs and kdevelop-php-docs-l10n as transitional
packages
* 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 19:00:49 +0200
diff --git a/debian/rules b/debian/rules
index 0829b28..8131dae 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,6 +8,9 @@ export DEB_LDFLAGS_MAINT_APPEND := -Wl,--as-needed
%:
dh $@ --parallel --list-missing --with kf5
+override_dh_auto_configure:
+ dh_auto_configure -Skf5 -- -DBUILD_TESTING=OFF
+
override_dh_strip:
dh_strip --dbgsym-migration='kdevelop-php-dbg (<< 1.7.3-3~)'
--
KDevelop PHP plugin packaging
More information about the pkg-kde-commits
mailing list