[SCM] qttools packaging branch, master, updated. debian/5.9.2-5-7-g8aa3e9b
Dmitry Shachnev
mitya57 at moszumanska.debian.org
Thu Jan 18 08:40:41 UTC 2018
Gitweb-URL: http://git.debian.org/?p=pkg-kde/qt/qttools.git;a=commitdiff;h=8aa3e9b
The following commit has been merged in the master branch:
commit 8aa3e9b7d9863187704717685518b7d7a2d72bac
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date: Thu Jan 18 11:40:01 2018 +0300
The internal assistant.qch should be rebuilt during arch build.
Not during indep build, because it is used as a resource.
---
debian/rules | 3 +++
1 file changed, 3 insertions(+)
diff --git a/debian/rules b/debian/rules
index 8722967..0fb4736 100755
--- a/debian/rules
+++ b/debian/rules
@@ -29,10 +29,13 @@ override_dh_auto_build-indep:
cd src/qdoc; qmake
cd src/assistant/help; qmake
dh_auto_build -- docs
+
+override_dh_auto_build-arch:
# Rebuild the internal assistant.qch which is used as a resource
cd src/assistant/assistant/doc/internal; qmake
dh_auto_build -- -Csrc/assistant/assistant/doc/internal docs
mv doc/assistant.qch src/assistant/assistant/assistant.qch
+ dh_auto_build
override_dh_auto_install-arch:
dh_auto_install
--
qttools packaging
More information about the pkg-kde-commits
mailing list