[SCM] qtbase packaging branch, experimental, updated. debian/5.6.0-beta+dfsg-3-26-g73e780a

Dmitry Shachnev mitya57 at moszumanska.debian.org
Thu Jan 7 11:09:51 UTC 2016


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

The following commit has been merged in the experimental branch:
commit 73e780ad5b72a08a4b0a627f400860187cbdd7ff
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date:   Thu Jan 7 14:09:45 2016 +0300

    README.source: Add a new section about bootstrapping the docs packages.
---
 debian/README.source | 20 ++++++++++++++++++++
 debian/changelog     |  1 +
 2 files changed, 21 insertions(+)

diff --git a/debian/README.source b/debian/README.source
index 8f3a493..fc7ab8f 100644
--- a/debian/README.source
+++ b/debian/README.source
@@ -13,6 +13,26 @@ tests/auto/network/access/qftp/rfc3252.txt
 tests/auto/corelib/tools/qbytearray/rfc3252.txt 
 tests/auto/corelib/io/qtextstream/rfc3261.txt
 
+Bootstrapping the docs packages
+-------------------------------
+
+In Qt 5.6 the qdoc tool was moved to qttools source, so qtbase got a
+Build-Depends-Indep on qttools5-dev-tools. Thus you need to do the following
+steps if you want to rebuild the whole Qt stack from scratch:
+
+* Build only arch-dependent packages from these sources:
+  - qtbase-opensource-src
+  - qtxmlpatterns-opensource-src
+  - qtdeclarative-opensource-src
+  - qtwebkit-opensource-src
+  - qtdeclarative-opensource-src
+* Build the arch-independent packages (-doc and -doc-html) of the above sources.
+* Build the rest of the Qt stack in the usual way.
+
+Note: the docs packages should not be a problem when bootstrapping a new
+Debian architecture, because the arch-independent packages are already available
+in Debian archive.
+
 Marking private symbols
 -----------------------
 
diff --git a/debian/changelog b/debian/changelog
index 8e635c6..1adf5ab 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -19,6 +19,7 @@ qtbase-opensource-src (5.6.0~beta+dfsg-4) UNRELEASED; urgency=medium
     - Add libqt5sql5-sqlite and qttools5-dev-tools to Build-Depends-Indep.
   * README.source:
     - Update the section on marking the private symbols.
+    - Add a new section about bootstrapping the docs packages.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Tue, 05 Jan 2016 21:05:06 +0300
 

-- 
qtbase packaging



More information about the pkg-kde-commits mailing list