[pkg-bacula-commits] [bacula] 01/06: Fix missing QtGlobal include

Sven Hartge hartge-guest at moszumanska.debian.org
Wed Feb 21 21:43:05 UTC 2018


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

hartge-guest pushed a commit to branch qt5
in repository bacula.

commit 5d686b341f58b2fbd17bcd11a5c3faf3e6722db1
Author: Sven Hartge <sven at svenhartge.de>
Date:   Wed Feb 21 22:14:21 2018 +0100

    Fix missing QtGlobal include
    
    Patch from Phil Stracchino <phils at caerllewys.net> via Gentoo.
---
 .../patches/debian-gentoo-fix-pages-h-qt-includes.patch   | 15 +++++++++++++++
 debian/patches/series                                     |  1 +
 2 files changed, 16 insertions(+)

diff --git a/debian/patches/debian-gentoo-fix-pages-h-qt-includes.patch b/debian/patches/debian-gentoo-fix-pages-h-qt-includes.patch
new file mode 100644
index 0000000..20150c5
--- /dev/null
+++ b/debian/patches/debian-gentoo-fix-pages-h-qt-includes.patch
@@ -0,0 +1,15 @@
+--- a/src/qt-console/pages.h.orig 2017-11-21 12:37:16.000000000 -0500
++++ b/src/qt-console/pages.h      2018-02-07 13:11:46.223273248 -0500
+@@ -20,10 +20,11 @@
+ */
+ /*
+  *   Dirk Bartley, March 2007
+  */
+
++#include <QtGlobal>
+ #if QT_VERSION >= 0x050000
+ #include <QtWidgets>
+ #else
+ #include <QtGui>
+ #endif
+
diff --git a/debian/patches/series b/debian/patches/series
index e3a696e..52bda71 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -11,3 +11,4 @@ debian-customize-systemd-units.patch
 #upstream-fix-baculabackupreport-defaults.patch
 #debian-fix-baculabackupreport-defaults.patch
 upstream-fix-update_sqlite3_tables.patch
+debian-gentoo-fix-pages-h-qt-includes.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-bacula/bacula.git



More information about the pkg-bacula-commits mailing list