[SCM] qtdoc packaging branch, master, updated. debian/5.2.0-1-2-gb02af78

Dmitry Shachnev mitya57-guest at moszumanska.debian.org
Fri Jan 31 15:37:14 UTC 2014


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

The following commit has been merged in the master branch:
commit b02af78a2c6a36537646770c793cc2e2f7d99756
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date:   Fri Jan 31 19:36:46 2014 +0400

    Depend on qtbase5-doc to enable qtbase docs.
    
    Closes: #722603.
---
 debian/changelog | 2 ++
 debian/control   | 4 +++-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index e7d67b8..db6ee1f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,7 @@
 qtdoc-opensource-src (5.2.0-2) UNRELEASED; urgency=medium
 
+  [ Dmitry Shachnev ]
+  * Depend on qtbase5-doc to enable qtbase docs (closes: #722603).
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Fri, 31 Jan 2014 19:34:47 +0400
 
diff --git a/debian/control b/debian/control
index 030630e..66c3f36 100644
--- a/debian/control
+++ b/debian/control
@@ -12,6 +12,7 @@ Build-Depends: debhelper (>= 9),
                libqt5sql5-sqlite,
                qtbase5-dev (>= 5.2.0~),
                qtbase5-dev-tools (>= 5.2.0~),
+               qtbase5-doc,
                qtbase5-doc-html,
                qtdeclarative5-doc,
                qtdeclarative5-doc-html,
@@ -43,7 +44,8 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-kde/qt/qtdoc.git
 
 Package: qt5-doc
 Architecture: all
-Depends: qtdeclarative5-doc,
+Depends: qtbase5-doc,
+         qtdeclarative5-doc,
          qtgraphicaleffects5-doc,
          qtmultimedia5-doc,
          qtscript5-doc,

-- 
qtdoc packaging



More information about the pkg-kde-commits mailing list