[SCM] qtbase packaging branch, master, updated. debian/5.2.0+dfsg-6-3-gdd85a4c

Lisandro Damián Nicanor Pérez lisandro at moszumanska.debian.org
Fri Jan 31 15:35:31 UTC 2014


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

The following commit has been merged in the master branch:
commit c3ce9ca4ff16b8ef3ea69580da3a9d042cf76849
Author: Lisandro Damián Nicanor Pérez Meyer <perezmeyer at gmail.com>
Date:   Thu Dec 12 17:38:36 2013 -0300

    Adjust dependencies in debian/control.
---
 debian/changelog | 1 +
 debian/control   | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 14627bd..1892c71 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -15,6 +15,7 @@ qtbase-opensource-src (5.2.0+dfsg-1) UNRELEASED; urgency=low
     - Rename libqt5core5 to libqt5core5a to help in the transition:
       - Make libqt5core5a break and replace libqt5core5 << 5.2.0+dfsg~.
       - Rename the associated files (install, lintian-overrides and symbols).
+      - Adjust dependencies in debian/control.
     - Re create symbols that used the qreal subst, they are now all doubles.
   * A user of Qt built by a distro doesn't needs to find where the SQL plugins
     are via CMake. Do not install them (Closes: #729602).
diff --git a/debian/control b/debian/control
index 2f41ed5..840a03f 100644
--- a/debian/control
+++ b/debian/control
@@ -267,7 +267,7 @@ Depends: libgl1-mesa-dev [!armel !armhf] | libgl-dev [!armel !armhf],
          libgles2-mesa-dev [armel armhf] | libgles2-dev [armel armhf],
          libglu1-mesa-dev [!armel !armhf] | libglu-dev [!armel !armhf],
          libqt5concurrent5 (= ${binary:Version}),
-         libqt5core5 (= ${binary:Version}),
+         libqt5core5a (= ${binary:Version}),
          libqt5dbus5 (= ${binary:Version}),
          libqt5gui5 (= ${binary:Version}),
          libqt5network5 (= ${binary:Version}),
@@ -375,7 +375,7 @@ Priority: extra
 Architecture: any
 Multi-Arch: same
 Section: debug
-Depends: libqt5core5 (= ${binary:Version}), ${misc:Depends}
+Depends: libqt5core5a (= ${binary:Version}), ${misc:Depends}
 Description: Qt 5 base library debugging symbols
  Qt is a cross-platform C++ application framework. Qt's primary feature
  is its rich set of widgets that provide standard GUI functionality.

-- 
qtbase packaging



More information about the pkg-kde-commits mailing list