Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
debian-packages
tora
Commits
83d72a3c
Commit
83d72a3c
authored
May 04, 2009
by
Michael Meskes
Browse files
Added some missing include directives.
parent
822e23bd
Changes
3
Hide whitespace changes
Inline
Side-by-side
debian/changelog
View file @
83d72a3c
tora (2.0.0-4) unstable; urgency=low
* Added patch to add missing include directives, closes: #526166
-- Michael Meskes <meskes@debian.org> Mon, 04 May 2009 16:12:37 +0200
tora (2.0.0-3) unstable; urgency=low
* Cleaned up packaging a little bit.
...
...
debian/patches/00list
View file @
83d72a3c
01_missing_includes
03_README.LAYOUT
debian/patches/01_missing_includes.dpatch
0 → 100755
View file @
83d72a3c
#!
/bin/sh /usr/share/dpatch/dpatch-run
##
01_missing_includes.dpatch by Michael Meskes <meskes@debian.org>
##
## All lines beginning with `## DP:' are a description of the patch.
##
DP: Some missing include directives
@DPATCH@
--- tora-2.0.0/src/toqvalue.cpp~ 2009-04-29 17:02:16.000000000 +0000
+++ tora-2.0.0/src/toqvalue.cpp 2009-04-29 17:02:23.000000000 +0000
@@ -47,6 +47,8 @@
#include <QVariant>
#include <QApplication>
+#include <cstdio>
+
static int NumberFormat;
static int NumberDecimals;
--- tora-2.0.0/src/todebug.cpp~ 2009-04-29 17:04:00.000000000 +0000
+++ tora-2.0.0/src/todebug.cpp 2009-04-29 17:04:11.000000000 +0000
@@ -58,6 +58,7 @@
#include "totool.h"
#include "tocodemodel.h"
+#include <cstdio>
#include <stack>
#include <qcheckbox.h>
--- tora-2.0.0/src/tomodeleditor.cpp~ 2009-04-29 17:09:30.000000000 +0000
+++ tora-2.0.0/src/tomodeleditor.cpp 2009-04-29 17:09:42.000000000 +0000
@@ -59,6 +59,8 @@
#include <QSettings>
#include <QAbstractItemModel>
+#include <cstdio>
+
#include "icons/commit.xpm"
#include "icons/copy.xpm"
#include "icons/cut.xpm"
--- tora-2.0.0/src/toresultview.cpp~ 2009-04-29 17:17:49.000000000 +0000
+++ tora-2.0.0/src/toresultview.cpp 2009-04-29 17:18:01.000000000 +0000
@@ -54,6 +54,8 @@
#include "totool.h"
#include "toresultlistformat.h"
+#include <cstdio>
+
#include <qapplication.h>
#include <qclipboard.h>
#include <qcombobox.h>
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment