[SCM] qtxmlpatterns packaging branch, master, updated. debian/5.0.2-1-18-g482a562

Lisandro Damián Nicanor Pérez lisandro at alioth.debian.org
Fri Jun 7 16:38:55 UTC 2013


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

The following commit has been merged in the master branch:
commit 5f4b3afcea4cd28addc97e9f0572cdc99a289671
Author: Lisandro Damián Nicanor Pérez Meyer <perezmeyer at gmail.com>
Date:   Fri Jun 7 13:31:56 2013 -0300

    Build and create a packages for qch and HTML doc formats.
---
 debian/changelog                       |    1 +
 debian/control                         |   23 +++++++++++++++++++++++
 debian/qtxmlpatterns5-doc-html.install |    1 +
 debian/qtxmlpatterns5-doc.install      |    1 +
 debian/rules                           |    8 +++++++-
 5 files changed, 33 insertions(+), 1 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index b077027..09d7ccb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ qtxmlpatterns-opensource-src (5.0.2-3) UNRELEASED; urgency=low
     - Add the necessary indep build dependencies:
       * qttools5-dev-tools to use qhelpgenerator.
       * libqt5sql5-sqlite to generate qch doc.
+    - Build and create a packages for qch and HTML doc formats.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Thu, 23 May 2013 21:31:36 -0300
 
diff --git a/debian/control b/debian/control
index b6bd583..931b00f 100644
--- a/debian/control
+++ b/debian/control
@@ -95,3 +95,26 @@ 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 declarative 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 declarative 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-html.install b/debian/qtxmlpatterns5-doc-html.install
new file mode 100644
index 0000000..bdce67d
--- /dev/null
+++ b/debian/qtxmlpatterns5-doc-html.install
@@ -0,0 +1 @@
+usr/share/qt5/doc/qtxmlpatterns/
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 33a4d92..1956607 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,7 +14,10 @@ export QT_SELECT := qt5
 override_dh_auto_configure:
 	qmake
 
-override_dh_auto_install:
+override_dh_auto_build-indep:
+	dh_auto_build -Smakefile -- docs
+
+override_dh_auto_install-arch:
 	dh_auto_install
 
 	# Fix wrong path in pkgconfig files
@@ -24,6 +27,9 @@ override_dh_auto_install:
 	# Remove libtool-like file
 	rm -f debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/*.la
 
+override_dh_auto_install-indep:
+	make 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