[SCM] qttools packaging branch, experimental, updated. debian/5.5.1-3-10-g6e7fb95

Dmitry Shachnev mitya57 at moszumanska.debian.org
Wed Jan 6 18:54:04 UTC 2016


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

The following commit has been merged in the experimental branch:
commit 6e7fb959aeee1104f55eb50474b67b4590e0e2c2
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date:   Wed Jan 6 21:53:59 2016 +0300

    Add one more qmake call to refresh qdoc Makefile.
---
 debian/rules | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/rules b/debian/rules
index 5ffc661..330920a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -25,6 +25,7 @@ override_dh_auto_clean:
 override_dh_auto_build-indep:
 	cd src; qmake; $(MAKE) sub-qdoc
 	cd src/assistant; qmake; $(MAKE) sub-qhelpgenerator
+	cd src/qdoc; qmake
 	cd src/assistant/help; qmake
 	dh_auto_build -Smakefile -- docs
 

-- 
qttools packaging



More information about the pkg-kde-commits mailing list