debian/changelog | 9 +++++++++ debian/patches/10_Include-missing-selection-h.diff | 20 ++++++++++++++++++++ debian/patches/series | 1 + 3 files changed, 30 insertions(+)
New commits: commit 8c623bd496fa4b697252229614bc03cfde0d8515 Author: Michael Biebl <[email protected]> Date: Thu Jul 25 19:45:59 2013 +0200 Update changelong and upload to unstable Signed-off-by: Julien Cristau <[email protected]> diff --git a/debian/changelog b/debian/changelog index a2ef947..faf29dc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +xorg-server (2:1.12.4-6.1) unstable; urgency=low + + * Non-maintainer upload. + * 10_Include-missing-selection-h.diff: Fix FTBFS with GCC 4.8. Include + selection.h in dix/window.c for the missing DeleteWindowFromAnySelections + function prototype. Patch by Gerardo Malazdrewicz (closes: #701372) + + -- Michael Biebl <[email protected]> Thu, 25 Jul 2013 19:45:29 +0200 + xorg-server (2:1.12.4-6) unstable; urgency=low * Touch: Fix duplicate TouchBegin selection with virtual devices commit ca4169aa5e47411a275fedbd78963408beb31d6a Author: Michael Biebl <[email protected]> Date: Thu Jul 25 19:44:21 2013 +0200 Fix build failure with GCC 4.8 This patches fixes the following build failure: ../../dix/window.c:887:5: error: implicit declaration of function 'DeleteWindowFromAnySelections' [-Werror=implicit-function-declaration] by including "selection.h", where the function is prototyped. Signed-off-by: Julien Cristau <[email protected]> diff --git a/debian/patches/10_Include-missing-selection-h.diff b/debian/patches/10_Include-missing-selection-h.diff new file mode 100644 index 0000000..873b14e --- /dev/null +++ b/debian/patches/10_Include-missing-selection-h.diff @@ -0,0 +1,20 @@ +Description: Fix build failure with GCC 4.8 + This patches fixes the following build failure: + + ../../dix/window.c:887:5: error: implicit declaration of function 'DeleteWindowFromAnySelections' [-Werror=implicit-function-declaration] + + by including "selection.h", where the function is prototyped. + +Author: Gerardo Malazdrewicz <[email protected]> +Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=701372 +--- xorg-server-1.12.4/dix/window.c 2012-05-17 14:09:02.000000000 -0300 ++++ xorg-server-1.12.4.good/dix/window.c 2013-04-18 11:53:06.787521781 -0300 +@@ -131,6 +131,8 @@ + #include "xace.h" + #include "exevents.h" + ++#include "selection.h" ++ + #include <X11/Xatom.h> /* must come after server includes */ + + /****** diff --git a/debian/patches/series b/debian/patches/series index c89edaf..e05122f 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -10,3 +10,4 @@ 07_Revert-kinput-allocate-enough-space-for-null-charact.diff 08_xfree86_fix_ia64_inx_outx.diff 09_EXA-Track-source-mask-pixmaps-more-explicitly-for-Co.diff +10_Include-missing-selection-h.diff -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

