[SCM] qttools packaging branch, experimental, updated. debian/5.7.1-1-8-gc0b1db6
Dmitry Shachnev
mitya57 at moszumanska.debian.org
Sun May 7 17:37:49 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/qt/qttools.git;a=commitdiff;h=95a613d
The following commit has been merged in the experimental branch:
commit 95a613d7696f6de11bbe042da455ac9b67459ef5
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date: Sun May 7 20:31:33 2017 +0300
Build qtattributionsscanner before building the documentation.
---
debian/changelog | 1 +
debian/rules | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index c8a9ca2..9511842 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,7 @@ qttools-opensource-src (5.9.0~beta3-1) UNRELEASED; urgency=medium
* Bump the other Qt build dependencies to 5.9.0 beta.
* Drop libqt5clucene5 package, upstream no longer uses a fork of CLucene.
- Drop hurd-path_max.diff, no longer needed.
+ * Build qtattributionsscanner before building the documentation.
-- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org> Thu, 29 Dec 2016 00:31:23 +0300
diff --git a/debian/rules b/debian/rules
index f1c370e..34d24ad 100755
--- a/debian/rules
+++ b/debian/rules
@@ -28,7 +28,7 @@ override_dh_auto_clean:
override_dh_auto_build-indep:
cd src; qmake
- dh_auto_build -- -Csrc sub-qdoc
+ dh_auto_build -- -Csrc sub-qdoc sub-qtattributionsscanner
cd src/assistant; qmake
dh_auto_build -- -Csrc/assistant sub-qhelpgenerator
cd src/qdoc; qmake
--
qttools packaging
More information about the pkg-kde-commits
mailing list