[SCM] qtwebkit-examples packaging branch, master, updated. debian/5.5.1+dfsg-1
Lisandro Damián Nicanor Pérez
lisandro at moszumanska.debian.org
Wed Oct 21 22:12:05 UTC 2015
Gitweb-URL: http://git.debian.org/?p=pkg-kde/qt/qtwebkit-examples.git;a=commitdiff;h=0ac9c2c
The following commit has been merged in the master branch:
commit 0ac9c2c838836dd7192c218904b540baaf2fee76
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date: Sat Aug 29 16:11:13 2015 +0300
Add empty override_dh_auto_test target to avoid compiling stuff.
---
debian/changelog | 2 ++
debian/rules | 2 ++
2 files changed, 4 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 2c77ba3..e16f4e5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,8 @@ qtwebkit-examples-opensource-src (5.5.0+dfsg-1) UNRELEASED; urgency=medium
* New upstream release.
* Bump Qt build-dependencies to 5.5.0.
* Update debian/copyright.
+ * Add empty override_dh_auto_test target to prevent compiling the examples
+ during indep builds.
-- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org> Sat, 29 Aug 2015 15:39:05 +0300
diff --git a/debian/rules b/debian/rules
index 1ac4277..71db54a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -46,3 +46,5 @@ override_dh_auto_install-indep:
override_dh_install:
dh_install --fail-missing
+
+override_dh_auto_test:
--
qtwebkit-examples packaging
More information about the pkg-kde-commits
mailing list