[SCM] qtdeclarative packaging branch, master, updated. debian/5.0.2-4-9-g483cbd8

Lisandro Damián Nicanor Pérez lisandro at alioth.debian.org
Thu Jun 6 23:11:07 UTC 2013


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

The following commit has been merged in the master branch:
commit dde60219e4ca59922efa66cecf09975c17c62fd1
Author: Lisandro Damián Nicanor Pérez Meyer <perezmeyer at gmail.com>
Date:   Thu Jun 6 20:08:54 2013 -0300

    Build the docs.
    
    And also install it.
---
 debian/rules |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/debian/rules b/debian/rules
index 17250df..ede4d7d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,8 +14,13 @@ export QT_SELECT := qt5
 override_dh_auto_configure:
 	qmake
 
+override_dh_auto_build:
+	dh_auto_build
+	# Build docs
+	dh_auto_build -Smakefile -- docs
+
 override_dh_auto_install:
-	dh_auto_install
+	dh_auto_install -- install_docs
 
 	# Fix wrong path in pkgconfig files
 	find $(CURDIR)/debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/pkgconfig -type f -name '*.pc' \

-- 
qtdeclarative packaging



More information about the pkg-kde-commits mailing list