[SCM] qtsensors packaging branch, master, updated. c55cb71d66347546b3a798450e5ce0394e57f339

Lisandro Damián Nicanor Pérez lisandro at alioth.debian.org
Tue Oct 22 00:59:47 UTC 2013


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

The following commit has been merged in the master branch:
commit c55cb71d66347546b3a798450e5ce0394e57f339
Author: Lisandro Damián Nicanor Pérez Meyer <perezmeyer at gmail.com>
Date:   Mon Oct 21 21:59:20 2013 -0300

    Build documentation.
---
 debian/control |    2 ++
 debian/rules   |    3 +++
 2 files changed, 5 insertions(+)

diff --git a/debian/control b/debian/control
index 4dc06a2..2841737 100644
--- a/debian/control
+++ b/debian/control
@@ -12,6 +12,8 @@ Build-Depends: debhelper (>= 9.0.0),
                pkg-kde-tools,
                qtbase5-private-dev (>= 5.1.1+dfsg~),
                qtdeclarative5-private-dev (>= 5.1.1~)
+Build-Depends-Indep: libqt5sql5-sqlite,
+                     qttools5-dev-tools (>= 5.1.1~)
 Standards-Version: 3.9.3
 Homepage: http://qt-project.org/
 Vcs-Git: git://anonscm.debian.org/pkg-kde/qt/qtsensors.git
diff --git a/debian/rules b/debian/rules
index bf40f6e..ce112d6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,6 +14,9 @@ export QT_SELECT := qt5
 override_dh_auto_configure:
 	qmake
 
+override_dh_auto_build-indep:
+	dh_auto_build -Smakefile -- docs
+
 override_dh_auto_install:
 	dh_auto_install
 	

-- 
qtsensors packaging



More information about the pkg-kde-commits mailing list