[SCM] qttools packaging branch, experimental, updated. debian/5.5.1-3-15-g303f434

Dmitry Shachnev mitya57 at moszumanska.debian.org
Wed Jan 6 20:37:54 UTC 2016


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

The following commit has been merged in the experimental branch:
commit 0e6184428d095edbb1207c61dfc7cacb82ad5fe7
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date:   Wed Jan 6 23:24:46 2016 +0300

    Add necessary Breaks/Replaces for qdoc move.
---
 debian/changelog |  1 +
 debian/control   | 12 ++++++++++--
 2 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index b7142a6..ced5bd0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,7 @@ qttools-opensource-src (5.6.0~beta-1) UNRELEASED; urgency=medium
   * Build qdoc before building docs.
   * Install qdoc documentation.
   * Update install files.
+  * Add necessary Breaks/Replaces for qdoc move.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Sat, 14 Nov 2015 21:02:38 +0300
 
diff --git a/debian/control b/debian/control
index d0e71d9..c0322d9 100644
--- a/debian/control
+++ b/debian/control
@@ -118,8 +118,12 @@ Architecture: any
 Section: devel
 Depends: qtchooser, ${misc:Depends}, ${shlibs:Depends}
 Recommends: libqt5sql5-sqlite
-Breaks: qttools5-examples (<< 5.3.0-4~), qttools5-dev (<< 5.5.0-2~)
-Replaces: qttools5-examples (<< 5.3.0-4~), qttools5-dev (<< 5.5.0-2~)
+Breaks: qtbase5-dev-tools (<< 5.6.0~),
+        qttools5-dev (<< 5.5.0-2~),
+        qttools5-examples (<< 5.3.0-4~)
+Replaces: qtbase5-dev-tools (<< 5.6.0~),
+          qttools5-dev (<< 5.5.0-2~),
+          qttools5-examples (<< 5.3.0-4~)
 Description: Qt 5 development tools
  Qt is a cross-platform C++ application framework. Qt's primary feature
  is its rich set of widgets that provide standard GUI functionality.
@@ -181,6 +185,8 @@ Priority: extra
 Architecture: all
 Section: doc
 Depends: ${misc:Depends}
+Breaks: qtbase5-doc (<< 5.6.0~)
+Replaces: qtbase5-doc (<< 5.6.0~)
 Description: Qt 5 tools documentation
  Qt is a cross-platform C++ application framework. Qt's primary feature
  is its rich set of widgets that provide standard GUI functionality.
@@ -193,6 +199,8 @@ Priority: extra
 Architecture: all
 Section: doc
 Depends: ${misc:Depends}
+Breaks: qtbase5-doc-html (<< 5.6.0~)
+Replaces: qtbase5-doc-html (<< 5.6.0~)
 Description: Qt 5 tools 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.

-- 
qttools packaging



More information about the pkg-kde-commits mailing list