[SCM] qtsvg packaging branch, master, updated. debian/5.0.2-2-3-gf27ccee

Lisandro Damián Nicanor Pérez lisandro at alioth.debian.org
Sun Jun 9 17:33:05 UTC 2013


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

The following commit has been merged in the master branch:
commit f27ccee857b6e4af94c37e456333ae4a521dcece
Author: Lisandro Damián Nicanor Pérez Meyer <perezmeyer at gmail.com>
Date:   Sun Jun 9 14:32:47 2013 -0300

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

diff --git a/debian/changelog b/debian/changelog
index 4e006f7..6aa4083 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ qtsvg-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 packages for qch and HTML doc formats.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Sun, 09 Jun 2013 14:31:17 -0300
 
diff --git a/debian/control b/debian/control
index db6f8b6..1c74860 100644
--- a/debian/control
+++ b/debian/control
@@ -97,3 +97,26 @@ Description: Qt 5 SVG library debugging symbols
  .
  This package contains the debugging symbols for the Qt 5 SVG 
  libraries.
+
+Package: qtsvg5-doc
+Priority: extra
+Architecture: all
+Section: doc
+Depends: ${misc:Depends}
+Description: Qt 5 SVG 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 SVG libraries.
+
+Package: qtsvg5-doc-html
+Priority: extra
+Architecture: all
+Section: doc
+Depends: ${misc:Depends}
+Description: Qt 5 SVG 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 SVG
+ libraries.
diff --git a/debian/qtsvg5-doc-html.install b/debian/qtsvg5-doc-html.install
new file mode 100644
index 0000000..f8c6e1a
--- /dev/null
+++ b/debian/qtsvg5-doc-html.install
@@ -0,0 +1 @@
+usr/share/qt5/doc/qtsvg/
diff --git a/debian/qtsvg5-doc.install b/debian/qtsvg5-doc.install
new file mode 100644
index 0000000..45c1513
--- /dev/null
+++ b/debian/qtsvg5-doc.install
@@ -0,0 +1 @@
+usr/share/qt5/doc/qtsvg.qch
diff --git a/debian/rules b/debian/rules
index 1e446e8..c8970db 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
@@ -29,6 +32,9 @@ override_dh_auto_install:
 	# Remove libtool-like files
 	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
 

-- 
qtsvg packaging



More information about the pkg-kde-commits mailing list