[texmaker] 91/103: Commit patch by Andreas Bombe <aeb at debian.org> Sun, 22 Nov 2015 19:23:01 +0100

Andreas Tille tille at debian.org
Sun Sep 10 17:38:33 UTC 2017


This is an automated email from the git hooks/post-receive script.

tille pushed a commit to branch master
in repository texmaker.

commit e45062947a5892a9e087750f34012a2a4737afc3
Author: Andreas Tille <tille at debian.org>
Date:   Wed Nov 25 07:27:12 2015 +0000

    Commit patch by Andreas Bombe <aeb at debian.org>  Sun, 22 Nov 2015 19:23:01 +0100
---
 debian/changelog                           |  8 ++++++++
 debian/patches/fix-qtlocalpeer-compilation | 12 ++++++++++++
 debian/patches/series                      |  1 +
 3 files changed, 21 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 2e378d9..56a559a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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.
diff --git a/debian/patches/fix-qtlocalpeer-compilation b/debian/patches/fix-qtlocalpeer-compilation
new file mode 100644
index 0000000..3327953
--- /dev/null
+++ b/debian/patches/fix-qtlocalpeer-compilation
@@ -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)
diff --git a/debian/patches/series b/debian/patches/series
index 365e455..49df170 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
 10_spelling_dict.patch
 20-add-keywords-desktop-file.patch
 use-system-synctex.patch
+fix-qtlocalpeer-compilation

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/texmaker.git



More information about the debian-science-commits mailing list