[SCM] qtdoc packaging branch, master, updated. 59ae5b36fdbad2fbab3705f70465926ae5f72551

Lisandro Damián Nicanor Pérez lisandro at alioth.debian.org
Sun Jun 9 15:56:50 UTC 2013


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

The following commit has been merged in the master branch:
commit 75f828bcc2f212fec1d485b8f8b67d48f86a1184
Author: Lisandro Damián Nicanor Pérez Meyer <perezmeyer at gmail.com>
Date:   Sun Jun 9 12:45:16 2013 -0300

    Make the other doc packages a dependency.
    
    This package will pull the full Qt5 doc.
---
 debian/control |   12 ++++++++++--
 1 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 85574af..8ffa37c 100644
--- a/debian/control
+++ b/debian/control
@@ -26,7 +26,11 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-kde/qt/qtdoc.git;a=summary
 
 Package: qt5-doc
 Architecture: all
-Depends: ${misc:Depends}
+Depends: ${misc:Depends},
+         qtbase5-doc,
+         qtxmlpatterns5-doc,
+         qtdeclarative5-doc,
+         qtgraphicaleffects5-doc
 Suggests: qtbase5-dev, qttools5-dev-tools
 Description: Qt 5 API Documentation
  Qt is a cross-platform C++ application framework. Qt's primary feature
@@ -41,7 +45,11 @@ Description: Qt 5 API Documentation
 
 Package: qt5-doc-html
 Architecture: all
-Depends: ${misc:Depends}
+Depends: ${misc:Depends},
+         qtbase5-doc-html,
+         qtxmlpatterns5-doc-html,
+         qtdeclarative5-doc-html,
+         qtgraphicaleffects5-doc-html
 Suggests: qtbase5-dev, qttools5-dev-tools, w3m | www-browser
 Description: Qt 5 API documentation (HTML format)
  Qt is a cross-platform C++ application framework. Qt's primary feature

-- 
qtdoc packaging



More information about the pkg-kde-commits mailing list