[SCM] qtxmlpatterns packaging branch, experimental, updated. debian/5.6.0-beta-1-2-g06ed676

Dmitry Shachnev mitya57 at moszumanska.debian.org
Thu Jan 7 11:16:59 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/qt/qtxmlpatterns.git;a=commitdiff;h=06ed676

The following commit has been merged in the experimental branch:
commit 06ed6763253aa9c31045040eb963f6fde97d1c19
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date:   Thu Jan 7 14:16:34 2016 +0300

    Re-enable building the documentation.
    
    This reverts commit a9efa6d0fd87743b7bff39e2bcf4d577eb6ac0bd.
---
 debian/changelog                  |  2 ++
 debian/control                    | 26 ++++++++++++++++++++++++++
 debian/qtxmlpatterns5-doc.install |  1 +
 debian/rules                      |  6 ++++++
 4 files changed, 35 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 72dc42e..db5f1df 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,7 @@
 qtxmlpatterns-opensource-src (5.6.0~beta-2) UNRELEASED; urgency=medium
 
+  [ Dmitry Shachnev ]
+  * Re-enabling building the documentation.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Thu, 07 Jan 2016 14:10:38 +0300
 
diff --git a/debian/control b/debian/control
index 0a4528e..d19d5c1 100644
--- a/debian/control
+++ b/debian/control
@@ -11,6 +11,8 @@ Build-Depends: debhelper (>= 9),
                dpkg-dev (>= 1.16.1),
                pkg-kde-tools,
                qtbase5-private-dev (>= 5.6.0~beta+dfsg~)
+Build-Depends-Indep: libqt5sql5-sqlite (>= 5.6.0~),
+                     qttools5-dev-tools (>= 5.6.0~)
 Standards-Version: 3.9.6
 Homepage: http://qt-project.org/
 Vcs-Git: git://anonscm.debian.org/pkg-kde/qt/qtxmlpatterns.git
@@ -76,3 +78,27 @@ Description: Qt 5 XML patterns library debugging symbols
  .
  This package contains the debugging symbols for the Qt 5 XML patterns
  libraries.
+
+Package: qtxmlpatterns5-doc
+Priority: extra
+Architecture: all
+Section: doc
+Depends: ${misc:Depends}
+Description: Qt 5 XML patterns documentation
+ Qt is a cross-platform C++ application framework. Qt's primary feature
+ is its rich set of widgets that provide standard GUI functionality.
+ .
+ This package contains the documentation for the Qt 5 XML patterns
+ libraries.
+
+Package: qtxmlpatterns5-doc-html
+Priority: extra
+Architecture: all
+Section: doc
+Depends: ${misc:Depends}
+Description: Qt 5 XML patterns HTML documentation
+ Qt is a cross-platform C++ application framework. Qt's primary feature
+ is its rich set of widgets that provide standard GUI functionality.
+ .
+ This package contains the HTML documentation for the Qt 5 XML patterns
+ libraries.
diff --git a/debian/qtxmlpatterns5-doc.install b/debian/qtxmlpatterns5-doc.install
new file mode 100644
index 0000000..2dfef5a
--- /dev/null
+++ b/debian/qtxmlpatterns5-doc.install
@@ -0,0 +1 @@
+usr/share/qt5/doc/qtxmlpatterns.qch
diff --git a/debian/rules b/debian/rules
index 463b288..554bd9b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,6 +16,9 @@ export QT_SELECT := qt5
 override_dh_auto_configure:
 	qmake QT_BUILD_PARTS+=tests
 
+override_dh_auto_build-indep:
+	dh_auto_build -- docs
+
 override_dh_auto_install-arch:
 	dh_auto_install
 
@@ -26,6 +29,9 @@ override_dh_auto_install-arch:
 	# Remove libtool-like file
 	rm -f debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/*.la
 
+override_dh_auto_install-indep:
+	dh_auto_build -- INSTALL_ROOT=$(CURDIR)/debian/tmp install_docs
+
 override_dh_install:
 	dh_install --fail-missing
 

-- 
qtxmlpatterns packaging



More information about the pkg-kde-commits mailing list