[med-svn] [beads] 01/01: Add missing headers and remove deactivated and unused patch

Andreas Tille tille at debian.org
Fri Oct 20 21:12:18 UTC 2017


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

tille pushed a commit to branch master
in repository beads.

commit 8d81b0e2f438f5431d841668dde5cccb39e2bd09
Author: Andreas Tille <tille at debian.org>
Date:   Fri Oct 20 23:11:52 2017 +0200

    Add missing headers and remove deactivated and unused patch
---
 debian/patches/qt5_debug.patch   | 60 ----------------------------------------
 debian/patches/qt5_headers.patch | 16 +++++++++++
 debian/patches/series            |  1 +
 3 files changed, 17 insertions(+), 60 deletions(-)

diff --git a/debian/patches/qt5_debug.patch b/debian/patches/qt5_debug.patch
deleted file mode 100644
index 1044027..0000000
--- a/debian/patches/qt5_debug.patch
+++ /dev/null
@@ -1,60 +0,0 @@
-Author: Andreas Tille <tille at debian.org>
-        Wout B <wbertrums at gmail.com>
-Last-Update: Thu, 19 Oct 2017 14:58:04 +0200
-Description: There were some problems to find QDebug but this was
- most probably due to configuration issues.
- .
- This patch is deactivated for the moment
-
---- a/src/beads.h
-+++ b/src/beads.h
-@@ -16,7 +16,7 @@
- #ifndef BEADS_H_
- #define BEADS_H_
- 
--#include <QDebug>
-+#include <QtCore/qdebug.h>
- #include <QApplication>
- #include "config.h"
- 
---- a/src/images/imageIntensity.h
-+++ b/src/images/imageIntensity.h
-@@ -1,7 +1,7 @@
- #ifndef IMAGEINTENSITY_H_
- #define IMAGEINTENSITY_H_
- 
--#include <QDebug>
-+#include <QtCore/qdebug.h>
- #include <QString>
- 
- #include "imageCode.h"
---- a/src/qtbeads/qtbeads.cpp
-+++ b/src/qtbeads/qtbeads.cpp
-@@ -1,4 +1,4 @@
--#include <QDebug>
-+#include <QtCore/qdebug.h>
- #include <QApplication>
- #include "../config.h"
- #include "main_window.h"
---- a/src/spotDocument.h
-+++ b/src/spotDocument.h
-@@ -1,7 +1,7 @@
- #ifndef SPOTDOCUMENT_H_
- #define SPOTDOCUMENT_H_
- 
--#include <QDebug>
-+#include <QtCore/qdebug.h>
- #include <QFile>
- #include <QTextStream>
- 
---- a/src/qtbeads/properties.cpp
-+++ b/src/qtbeads/properties.cpp
-@@ -7,7 +7,7 @@
- 
- #include "properties.h"
- #include "qtbeads_error.h"
--#include <QDebug>
-+#include <QtCore/qdebug.h>
- #include <string>
- #include <iostream>
- #include <fstream>
diff --git a/debian/patches/qt5_headers.patch b/debian/patches/qt5_headers.patch
new file mode 100644
index 0000000..0af27fb
--- /dev/null
+++ b/debian/patches/qt5_headers.patch
@@ -0,0 +1,16 @@
+Author: Andreas Tille <tille at debian.org>
+Last-Update: Thu, 19 Oct 2017 14:58:04 +0200
+Description: Add missing headers
+
+--- a/src/qtbeads/main_window.cpp
++++ b/src/qtbeads/main_window.cpp
+@@ -10,6 +10,9 @@
+ #include <QMenu>
+ #include <QMenuBar>
+ #include <QFileDialog>
++#include <qlineedit.h>
++#include <qmessagebox.h>
++#include <qinputdialog.h>
+ #include "main_window.h"
+ #include "QCimg.h"
+ #include "../config.h"
diff --git a/debian/patches/series b/debian/patches/series
index d2962c6..b31269f 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 qt5.patch
+qt5_headers.patch
 use_debian_packaged_cimg.h

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



More information about the debian-med-commit mailing list