debian/changelog | 6 ++++++ debian/patches/01_implicit_declaration.diff | 15 --------------- debian/patches/series | 1 - 3 files changed, 6 insertions(+), 16 deletions(-)
New commits: commit 57b8618dfb41d8b100ade3cec4eacf6243587ae6 Author: Julien Cristau <jcris...@debian.org> Date: Mon Feb 9 20:55:17 2009 +0100 Drop patch 01_implicit_declaration.diff. The warning is gone (stdlib.h gets included via misc.h in the sdk). diff --git a/debian/changelog b/debian/changelog index f795397..54a6e20 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +xserver-xorg-video-neomagic (1:1.2.2-2) UNRELEASED; urgency=low + + * Drop patch 01_implicit_declaration.diff. The warning is gone. + + -- Julien Cristau <jcris...@debian.org> Mon, 09 Feb 2009 20:53:56 +0100 + xserver-xorg-video-neomagic (1:1.2.2-1) experimental; urgency=low * New upstream release. diff --git a/debian/patches/01_implicit_declaration.diff b/debian/patches/01_implicit_declaration.diff deleted file mode 100644 index 151b3bd..0000000 --- a/debian/patches/01_implicit_declaration.diff +++ /dev/null @@ -1,15 +0,0 @@ -Patch stolen from -http://bugs.freedesktop.org/show_bug.cgi?id=7873 - ---- xserver-xorg-video-neomagic.orig/src/neo_driver.c -+++ xserver-xorg-video-neomagic/src/neo_driver.c -@@ -117,6 +117,9 @@ - #include <X11/extensions/xf86dgastr.h> - #endif - -+/* For abs() */ -+#include <stdlib.h> -+ - /* Mandatory functions */ - static const OptionInfoRec * NEOAvailableOptions(int chipid, int busid); - static void NEOIdentify(int flags); diff --git a/debian/patches/series b/debian/patches/series index 50c99fe..84a6b5c 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,2 +1 @@ -01_implicit_declaration.diff 02_gen_pci_ids.diff -- To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org