[SCM] qtbase packaging branch, experimental, updated. debian/5.6.0+dfsg-1-3-g08a2fea

Lisandro Damián Nicanor Pérez lisandro at moszumanska.debian.org
Thu Mar 17 12:45:19 UTC 2016


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

The following commit has been merged in the experimental branch:
commit 218d6904c2fe91e9563379a7043789a7755ed18e
Author: Lisandro Damián Nicanor Pérez Meyer <perezmeyer at gmail.com>
Date:   Thu Mar 17 09:39:37 2016 -0300

    Do not call exit on the Xsession.d script.
---
 debian/90qt5-opengl | 1 -
 debian/changelog    | 3 +++
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/90qt5-opengl b/debian/90qt5-opengl
index a59afd8..0986943 100644
--- a/debian/90qt5-opengl
+++ b/debian/90qt5-opengl
@@ -8,7 +8,6 @@ if [ "$(which glxinfo)" = "" ] ; then
   echo "glxinfo not found"
   echo "On Debian (based) systems, install the mesa-utils package"
   #echo "On RedHat (based) systems, install the glx-utils package"
-  exit 1
 fi
 OPENGL_VERSION=`LANG=C glxinfo | grep '^OpenGL version string: ' | head -n 1 | sed -e 's/^OpenGL version string: \([0-9]\).*$//g'`
 if [ -n "$OPENGL_VERSION" ] && [ "$OPENGL_VERSION" -lt 2 ]; then
diff --git a/debian/changelog b/debian/changelog
index 9f21d0e..8dcd799 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,8 @@
 qtbase-opensource-src (5.6.0+dfsg-2) UNRELEASED; urgency=medium
 
+  [ Lisandro Damián Nicanor Pérez Meyer ]
+  * Do not call exit on the Xsession.d script, as it's being sourced.
+
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Thu, 17 Mar 2016 09:38:11 -0300
 
 qtbase-opensource-src (5.6.0+dfsg-1) experimental; urgency=medium

-- 
qtbase packaging



More information about the pkg-kde-commits mailing list