[SCM] qttools packaging branch, experimental, updated. debian/5.6.0-beta-1-3-g42db95c

Dmitry Shachnev mitya57 at moszumanska.debian.org
Thu Jan 7 10:52:47 UTC 2016


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

The following commit has been merged in the experimental branch:
commit 1357596727abed01e66ee720792cbd0e605a8fcb
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date:   Thu Jan 7 13:49:19 2016 +0300

    Add empty override_dh_auto_test-indep target.
    
    To prevent the whole qttools source from being compiled during indep builds.
---
 debian/changelog | 3 +++
 debian/rules     | 2 ++
 2 files changed, 5 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 549cfbb..e3ffdf6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,8 @@
 qttools-opensource-src (5.6.0~beta-2) UNRELEASED; urgency=medium
 
+  [ Dmitry Shachnev ]
+  * Add empty override_dh_auto_test-indep target (to prevent the whole qttools
+    source from being compiled during indep builds).
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Thu, 07 Jan 2016 13:46:45 +0300
 
diff --git a/debian/rules b/debian/rules
index 330920a..02f7f24 100755
--- a/debian/rules
+++ b/debian/rules
@@ -51,3 +51,5 @@ override_dh_install:
 override_dh_strip:
 	dh_strip -pqttools5-examples --dbg-package=qttools5-examples-dbg
 	dh_strip --remaining-packages --dbg-package=qttools5-dbg
+
+override_dh_auto_test-indep:

-- 
qttools packaging



More information about the pkg-kde-commits mailing list