[Pkg-remote-commits] [freerdp] 01/11: 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
Wed Nov 30 13:01:14 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 ee7258bc77749b946aa63a617ae08e56356e7697
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date: Fri Nov 8 12:42:42 2013 +0100
Add patch: 1001_fix-compliling.patch. Fix compilation errors against libfreerdp-dev. Thanks to Jean-Baptiste Rouault for reporting this. (Closes: #729044).
Conflicts (resolved by Mike Gabriel):
debian/changelog
debian/patches/series
---
debian/changelog | 8 +++++++
debian/patches/1001_fix-compliling.patch | 36 ++++++++++++++++++++++++++++++++
debian/patches/series | 3 ++-
3 files changed, 46 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index f529a2b..3d92621 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+freerdp (1.0.1-2+deb7u1) stable-proposed-updates; urgency=low
+
+ * 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> Wed, 12 Mar 2014 11:43:35 +0100
+
freerdp (1.0.1-2) unstable; urgency=low
* debian/control: Fix suggeting package name. Closes: #674138.
diff --git a/debian/patches/1001_fix-compliling.patch b/debian/patches/1001_fix-compliling.patch
new file mode 100644
index 0000000..b9f6195
--- /dev/null
+++ b/debian/patches/1001_fix-compliling.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 997081e..a8c33cc 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
-1.0-stable-sync.patch
\ No newline at end of file
+1.0-stable-sync.patch
+1001_fix-compliling.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