[SCM] qtdeclarative packaging branch, master, updated. debian/5.0.2-4-3-gea98d4d

Timo Jyrinki timo at alioth.debian.org
Thu May 30 08:37:52 UTC 2013


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

The following commit has been merged in the master branch:
commit ea98d4d4bdd3f5ddde522bf32baa0b926cc7122d
Author: Timo Jyrinki <timo.jyrinki at canonical.com>
Date:   Thu May 30 11:36:57 2013 +0300

    Depend on libgl1-mesa-dri from the qtquick2 QML plugin
    
    * Depend on libgl1-mesa-dri from the qtquick2 QML plugin
      - Not depending may cause crashes due to lack of VBO support
        (http://pad.lv/1176199)
---
 debian/changelog |    5 +++++
 debian/control   |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 7744196..b06e4c3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,10 @@
 qtdeclarative-opensource-src (5.0.2-5) UNRELEASED; urgency=low
 
+  [ Timo Jyrinki ]
+  * Depend on libgl1-mesa-dri from the qtquick2 QML plugin
+    - Not depending may cause crashes due to lack of VBO support
+      (http://pad.lv/1176199)
+
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Thu, 23 May 2013 21:27:24 -0300
 
 qtdeclarative-opensource-src (5.0.2-4) experimental; urgency=low
diff --git a/debian/control b/debian/control
index 602fdcd..6345f88 100644
--- a/debian/control
+++ b/debian/control
@@ -107,7 +107,7 @@ Package: qtdeclarative5-qtquick2-plugin
 Architecture: any
 Multi-Arch: same
 Pre-Depends: dpkg (>= 1.15.6~), ${misc:Pre-Depends}
-Depends: ${misc:Depends}, ${shlibs:Depends}
+Depends: libgl1-mesa-dri, ${misc:Depends}, ${shlibs:Depends}
 Description: Qt 5 Qt Quick 2 QML plugin
  Qt is a cross-platform C++ application framework. Qt's primary feature
  is its rich set of widgets that provide standard GUI functionality.

-- 
qtdeclarative packaging



More information about the pkg-kde-commits mailing list