[Pkg-remote-commits] [freerdp] 09/11: debian/patches: Add patch: 1001_fix-compiling.patch. Fix compilation errors against libfreerdp-dev. Thanks to Jean-Baptiste Rouault for reporting this. (Closes: #729044).

Mike Gabriel sunweaver at debian.org
Wed Nov 30 13:01:15 UTC 2016


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

sunweaver pushed a commit to branch debian/wheezy/updates
in repository freerdp.

commit 83c8080316f6984a5653d731e107203726d54394
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Fri Nov 8 12:42:42 2013 +0100

    debian/patches: Add patch: 1001_fix-compiling.patch. Fix compilation errors against libfreerdp-dev. Thanks to Jean-Baptiste Rouault for reporting this. (Closes: #729044).
---
 debian/changelog                        |  9 +++++++++
 debian/patches/1001_fix-compiling.patch | 36 +++++++++++++++++++++++++++++++++
 debian/patches/series                   |  1 +
 3 files changed, 46 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 4ea9fa6..a541b1b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+freerdp (1.0.1-1.1+deb7u3) UNRELEASED; urgency=low
+
+  * debian/patches:
+    + Add patch: 1001_fix-compliling.patch. Fix compilation errors
+      against libfreerdp-dev. Thanks to Jean-Baptiste Rouault for
+      reporting this. (Closes: #729044).
+
+ -- Mike Gabriel <sunweaver at debian.org>  Thu, 17 Apr 2014 11:43:35 +0200
+
 freerdp (1.0.1-1.1+deb7u2) testing-proposed-updates; urgency=medium
 
   * debian/patches/PatBlt_DPa.patch:
diff --git a/debian/patches/1001_fix-compiling.patch b/debian/patches/1001_fix-compiling.patch
new file mode 100644
index 0000000..b9f6195
--- /dev/null
+++ b/debian/patches/1001_fix-compiling.patch
@@ -0,0 +1,36 @@
+Description: Trying to build something against libfreerdp-dev leads to compilation errors.
+Author: "Jean-Baptiste Rouault" <jean-baptiste.rouault at diateam.net>
+Abstract:
+ Trying to build against libfreerdp-dev leads to compilation errors similar to the
+ following one:
+ .
+ <quote>
+ In file included from /usr/include/freerdp/gdi/gdi.h:26:0,
+ [...]
+ /usr/include/freerdp/utils/debug.h:23:20: fatal error: config.h: No such file or directory
+ </quote>
+Index: include/freerdp/utils/debug.h
+===================================================================
+--- a/include/freerdp/utils/debug.h	2013-02-19 09:35:03.000000000 +0100
++++ b/include/freerdp/utils/debug.h	2013-02-19 09:35:25.000000000 +0100
+@@ -20,8 +20,6 @@
+ #ifndef __UTILS_DEBUG_H
+ #define __UTILS_DEBUG_H
+ 
+-#include "config.h"
+-
+ #include <stdio.h>
+ 
+ #define DEBUG_NULL(fmt, ...) do { } while (0)
+Index: libfreerdp-core/freerdp.c
+===================================================================
+--- a/libfreerdp-core/freerdp.c	2013-02-19 09:34:31.000000000 +0100
++++ b/libfreerdp-core/freerdp.c	2013-02-19 09:34:51.000000000 +0100
+@@ -17,6 +17,7 @@
+  * limitations under the License.
+  */
+ 
++#include "config.h"
+ #include "rdp.h"
+ #include "input.h"
+ #include "update.h"
diff --git a/debian/patches/series b/debian/patches/series
index 01a73c0..f2e0bab 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 PatBlt_DPa.patch
+1001_fix-compiling.patch

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



More information about the pkg-remote-commits mailing list