[SCM] qttools packaging branch, master, updated. debian/5.2.1-7-3-gd29af4b

Lisandro Damián Nicanor Pérez lisandro at moszumanska.debian.org
Tue Mar 25 00:57:15 UTC 2014


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

The following commit has been merged in the master branch:
commit 13a7b6b251d9a034feffee9f778e59d7ba5f7136
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date:   Tue Feb 11 21:57:31 2014 +0400

    Fix module names for qtdeclarative.
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index b896ac7..96dff96 100755
--- a/debian/rules
+++ b/debian/rules
@@ -46,7 +46,7 @@ override_dh_auto_install-indep:
 	make INSTALL_ROOT=$(CURDIR)/debian/tmp install_docs
 	set -ex; for subdir in qdoc qmake qtconcurrent qtcore qtdbus qtgui qtnetwork \
 	                       qtopengl qtprintsupport qtsql qttestlib qtwidgets qtxml \
-	                       qml quick quickdialogs; do \
+	                       qtqml qtquick qtquickdialogs; do \
 		LD_LIBRARY_PATH=$(CURDIR)/lib $(CURDIR)/bin/qhelpgenerator \
 			/usr/share/qt5/doc/$$subdir/$$subdir.qhp -o \
 			$(CURDIR)/debian/tmp/usr/share/qt5/doc/$$subdir.qch; \

-- 
qttools packaging



More information about the pkg-kde-commits mailing list