[SCM] qtbase packaging branch, master, updated. debian/5.3.2+dfsg-1-6-g93ad86d

Lisandro Damián Nicanor Pérez lisandro at moszumanska.debian.org
Sun Sep 21 21:54:14 UTC 2014


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

The following commit has been merged in the master branch:
commit 93ad86d14609442ad80f43d2d7955c85ec120d37
Author: Lisandro Damián Nicanor Pérez Meyer <perezmeyer at gmail.com>
Date:   Sun Sep 21 18:53:51 2014 -0300

    Make qtbase5-dev depend on libxext-dev
---
 debian/changelog | 2 ++
 debian/control   | 5 +++--
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 6ebb45a..d211393 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,8 @@ qtbase-opensource-src (5.3.2+dfsg-2) UNRELEASED; urgency=medium
   * Add Adam Majer's fix_sparc_atomics.patch to let Sparc use C++11's atomics.
   * Add libxext-dev as build dependency: it's currently being pulled by
     something else, but adding it here will make things more robust.
+  * Make qtbase5-dev depend on libxext-dev. Some mkspecs require it and it
+    seems it's not a false positive.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Wed, 17 Sep 2014 15:49:52 -0300
 
diff --git a/debian/control b/debian/control
index 1aac554..3f00362 100644
--- a/debian/control
+++ b/debian/control
@@ -281,10 +281,11 @@ Depends: libgl1-mesa-dev [!armel !armhf] | libgl-dev [!armel !armhf],
          libqt5test5 (= ${binary:Version}),
          libqt5widgets5 (= ${binary:Version}),
          libqt5xml5 (= ${binary:Version}),
+         libxext-dev
+         ${misc:Depends},
          qt5-qmake (= ${binary:Version}),
          qtbase5-dev-tools (= ${binary:Version}),
-         qtchooser,
-         ${misc:Depends}
+         qtchooser
 Recommends: libqt5opengl5-dev (= ${binary:Version})
 Suggests: firebird-dev,
           libegl1-mesa-dev,

-- 
qtbase packaging



More information about the pkg-kde-commits mailing list