Package:release.debian.org Severity: important Tags: wheezy User: release.debian.org@packages.debian.org Usertags: pu Dear release team, 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). Find the .debdiff attached to this mail. Thanks, Mike -- DAS-NETZWERKTEAM mike gabriel, herweg 7, 24357 fleckeby fon: +49 (1520) 1976 148 GnuPG Key ID 0x25771B31 mail: mike.gabriel@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 2014-03-12 11:48:06.000000000 +0100
+++ freerdp-1.0.1/debian/changelog 2014-03-12 11:47:15.000000000 +0100
@@ -1,3 +1,16 @@
+freerdp (1.0.1-2+deb7u1) stable-proposed-updates; urgency=low
+
+ * debian/control:
+ + Update Maintainer: and Uploaders: fields to current
+ status in latest package version in Debian unstable
+ (1.0.2-2).
+ * 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@debian.org> Wed, 12 Mar 2014 11:47:13 +0100
+
freerdp (1.0.1-2) unstable; urgency=low
* debian/control: Fix suggeting package name. Closes: #674138.
diff -Nru freerdp-1.0.1/debian/control freerdp-1.0.1/debian/control
--- freerdp-1.0.1/debian/control 2014-03-12 11:48:06.000000000 +0100
+++ freerdp-1.0.1/debian/control 2014-03-12 11:45:24.000000000 +0100
@@ -1,7 +1,10 @@
Source: freerdp
Section: x11
Priority: optional
-Maintainer: Otavio Salvador <otavio@debian.org>
+Maintainer: Mike Gabriel <sunweaver@debian.org>
+Uploaders:
+ Otavio Salvador <otavio@debian.org>,
+ Laszlo Boszormenyi (GCS) <gcs@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-compliling.patch freerdp-1.0.1/debian/patches/1001_fix-compliling.patch
--- freerdp-1.0.1/debian/patches/1001_fix-compliling.patch 1970-01-01 01:00:00.000000000 +0100
+++ freerdp-1.0.1/debian/patches/1001_fix-compliling.patch 2014-03-12 11:44:33.000000000 +0100
@@ -0,0 +1,36 @@
+Description: Trying to build something against libfreerdp-dev leads to compilation errors.
+Author: "Jean-Baptiste Rouault" <jean-baptiste.rouault@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 2014-03-12 11:48:06.000000000 +0100
+++ freerdp-1.0.1/debian/patches/series 2014-03-12 11:34:59.000000000 +0100
@@ -1 +1,2 @@
-1.0-stable-sync.patch
\ Kein Zeilenumbruch am Dateiende.
+1.0-stable-sync.patch
+1001_fix-compliling.patch
Attachment:
pgpXS06pkOvtk.pgp
Description: Digitale PGP-Signatur