r47187 - in /packages/texmaker/trunk/debian: changelog patches/fix-qtlocalpeer-compilation patches/series

tille at users.alioth.debian.org tille at users.alioth.debian.org
Wed Nov 25 07:27:13 UTC 2015


Author: tille
Date: Wed Nov 25 07:27:12 2015
New Revision: 47187

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=47187
Log:
Commit patch by Andreas Bombe <aeb at debian.org>  Sun, 22 Nov 2015 19:23:01 +0100

Added:
    packages/texmaker/trunk/debian/patches/fix-qtlocalpeer-compilation
Modified:
    packages/texmaker/trunk/debian/changelog
    packages/texmaker/trunk/debian/patches/series

Modified: packages/texmaker/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/texmaker/trunk/debian/changelog?rev=47187&op=diff
==============================================================================
--- packages/texmaker/trunk/debian/changelog	(original)
+++ packages/texmaker/trunk/debian/changelog	Wed Nov 25 07:27:12 2015
@@ -1,3 +1,11 @@
+texmaker (4.4.1-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Add patch to add missing QDataStream include in singleapp/qtlocalpeer.cpp
+    to fix compilation with current QT5. (Closes: #803755) 
+
+ -- Andreas Bombe <aeb at debian.org>  Sun, 22 Nov 2015 19:23:01 +0100
+
 texmaker (4.4.1-1) unstable; urgency=medium
 
   * New upstream release.

Added: packages/texmaker/trunk/debian/patches/fix-qtlocalpeer-compilation
URL: http://svn.debian.org/wsvn/debian-science/packages/texmaker/trunk/debian/patches/fix-qtlocalpeer-compilation?rev=47187&op=file
==============================================================================
--- packages/texmaker/trunk/debian/patches/fix-qtlocalpeer-compilation	(added)
+++ packages/texmaker/trunk/debian/patches/fix-qtlocalpeer-compilation	Wed Nov 25 07:27:12 2015
@@ -0,0 +1,12 @@
+Index: texmaker-4.4.1/singleapp/qtlocalpeer.cpp
+===================================================================
+--- texmaker-4.4.1.orig/singleapp/qtlocalpeer.cpp
++++ texmaker-4.4.1/singleapp/qtlocalpeer.cpp
+@@ -41,6 +41,7 @@
+ 
+ #include "qtlocalpeer.h"
+ #include <QCoreApplication>
++#include <QDataStream>
+ #include <QTime>
+ 
+ #if defined(Q_OS_WIN)

Modified: packages/texmaker/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/debian-science/packages/texmaker/trunk/debian/patches/series?rev=47187&op=diff
==============================================================================
--- packages/texmaker/trunk/debian/patches/series	(original)
+++ packages/texmaker/trunk/debian/patches/series	Wed Nov 25 07:27:12 2015
@@ -1,3 +1,4 @@
 10_spelling_dict.patch
 20-add-keywords-desktop-file.patch
 use-system-synctex.patch
+fix-qtlocalpeer-compilation




More information about the debian-science-commits mailing list