Hi Adam,

On  Di 15 Apr 2014 14:38:00 CEST, Adam D. Barratt wrote:

Control: severity -1 normal
Control: tags -1 + moreinfo

On 2014-03-12 11:03, Mike Gabriel wrote:
please accept an upload of freerdp 1.0.1-2+deb7u1 to wheezy-proposed updates.

The upload fixes a header issue in the libfreerdp-dev package (#729044).

The patch looks okay, however stable currently has freerdp 1.0.1-1.1+deb7u2, not -2; please could you prepare an update based on that version.

Ahhh... right... The debian-wheezy branch on freerdp.git differed from the actual uploads to Debian. That is fixed now.

Attached is the new debdiff.

Mike
--

DAS-NETZWERKTEAM
mike gabriel, herweg 7, 24357 fleckeby
fon: +49 (1520) 1976 148

GnuPG Key ID 0x25771B31
mail: mike.gabr...@das-netzwerkteam.de, http://das-netzwerkteam.de

freeBusy:
https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.xfb
diff -Nru freerdp-1.0.1/debian/changelog freerdp-1.0.1/debian/changelog
--- freerdp-1.0.1/debian/changelog	2013-01-28 12:08:20.000000000 +0100
+++ freerdp-1.0.1/debian/changelog	2014-04-17 12:24:34.000000000 +0200
@@ -1,3 +1,16 @@
+freerdp (1.0.1-1.1+deb7u3) stable-proposed-updates; 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).
+  * debian/control:
+    + Update Maintainer: and Uploaders: fields to current
+      status in latest package version in Debian unstable
+      (1.0.2-2).
+
+ -- Mike Gabriel <sunwea...@debian.org>  Thu, 17 Apr 2014 12:20:28 +0200
+
 freerdp (1.0.1-1.1+deb7u2) testing-proposed-updates; urgency=medium
 
   * debian/patches/PatBlt_DPa.patch:
diff -Nru freerdp-1.0.1/debian/control freerdp-1.0.1/debian/control
--- freerdp-1.0.1/debian/control	2012-07-13 19:13:33.000000000 +0200
+++ freerdp-1.0.1/debian/control	2014-04-17 12:24:12.000000000 +0200
@@ -1,7 +1,10 @@
 Source: freerdp
 Section: x11
 Priority: optional
-Maintainer: Otavio Salvador <ota...@debian.org>
+Maintainer: Mike Gabriel <sunwea...@debian.org>
+Uploaders:
+ Otavio Salvador <ota...@debian.org>,
+ Laszlo Boszormenyi (GCS) <g...@debian.hu>,
 Build-Depends:
  debhelper (>= 9), autotools-dev, cmake, libasound2-dev, libcups2-dev,
  libpcsclite-dev, libpulse-dev, libssl-dev, libx11-dev, libxcursor-dev,
diff -Nru freerdp-1.0.1/debian/patches/1001_fix-compiling.patch freerdp-1.0.1/debian/patches/1001_fix-compiling.patch
--- freerdp-1.0.1/debian/patches/1001_fix-compiling.patch	1970-01-01 01:00:00.000000000 +0100
+++ freerdp-1.0.1/debian/patches/1001_fix-compiling.patch	2014-04-17 12:19:00.000000000 +0200
@@ -0,0 +1,36 @@
+Description: Trying to build something against libfreerdp-dev leads to compilation errors.
+Author: "Jean-Baptiste Rouault" <jean-baptiste.roua...@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 -Nru freerdp-1.0.1/debian/patches/series freerdp-1.0.1/debian/patches/series
--- freerdp-1.0.1/debian/patches/series	2013-01-01 17:35:28.000000000 +0100
+++ freerdp-1.0.1/debian/patches/series	2014-04-17 12:19:00.000000000 +0200
@@ -1 +1,2 @@
 PatBlt_DPa.patch
+1001_fix-compiling.patch

Attachment: pgpJeHVipXZOZ.pgp
Description: Digitale PGP-Signatur

Reply via email to