[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

X Strike Force X.Org X11 SVN commit: r228 - trunk/debian



Author: branden
Date: 2005-06-17 18:05:37 -0500 (Fri, 17 Jun 2005)
New Revision: 228

Modified:
   trunk/debian/changelog
   trunk/debian/control
Log:
Add build-dependency on render-dev (>> 1:0.9), since several files
directly #include render.h and renderproto.h.  Version dependency since
symbols new to renderext 0.9 are used.  Document dependency in detail in
debian/control comments.


Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2005-06-17 22:49:30 UTC (rev 227)
+++ trunk/debian/changelog	2005-06-17 23:05:37 UTC (rev 228)
@@ -190,8 +190,13 @@
     debian/rules's clean target, as nothing creates it, and nothing has since
     xfree86 4.3.0-0pre1v3.
 
- -- Branden Robinson <branden@debian.org>  Thu, 16 Jun 2005 03:48:53 -0500
+  * Add build-dependency on render-dev (>> 1:0.9), since several files
+    directly #include render.h and renderproto.h.  Version dependency since
+    symbols new to renderext 0.9 are used.  Document dependency in detail in
+    debian/control comments.
 
+ -- Branden Robinson <branden@debian.org>  Fri, 17 Jun 2005 17:50:16 -0500
+
 xfree86 (4.3.0.dfsg.1-14) unstable; urgency=high
 
   Urgency set to high due to fix for security flaw (see below).

Modified: trunk/debian/control
===================================================================
--- trunk/debian/control	2005-06-17 22:49:30 UTC (rev 227)
+++ trunk/debian/control	2005-06-17 23:05:37 UTC (rev 228)
@@ -4,7 +4,7 @@
 Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
 Uploaders: David Nusinow <dnusinow@debian.org>, Branden Robinson <branden@debian.org>, Fabio M. Di Nitto <fabbione@fabbione.net>
 Standards-Version: 3.6.1
-Build-Depends: bison, bsdmainutils, flex, fontconfig, groff, tetex-bin, libexpat1-dev | libexpat-dev, libfreetype6-dev, libglide2-dev (>> 2001.01.26) [i386], libglide3-dev (>= 2002.04.10-7) [alpha amd64 i386 ia64], libncurses5-dev | libncurses-dev, libpam0g-dev | libpam-dev, libpng12-dev | libpng-dev, libxcursor-dev, libxft-dev (>> 2.1.2), libxrender-dev (>> 0.8.3), zlib1g-dev | libz-dev, debhelper (>= 4.1.16), dpkg-dev (>= 1.10.14), lynx, po-debconf, dbs
+Build-Depends: bison, bsdmainutils, flex, fontconfig, groff, tetex-bin, libexpat1-dev | libexpat-dev, libfreetype6-dev, libglide2-dev (>> 2001.01.26) [i386], libglide3-dev (>= 2002.04.10-7) [alpha amd64 i386 ia64], libncurses5-dev | libncurses-dev, libpam0g-dev | libpam-dev, libpng12-dev | libpng-dev, libxcursor-dev, libxft-dev (>> 2.1.2), libxrender-dev (>> 0.8.3), render-dev (>> 1:0.9) zlib1g-dev | libz-dev, debhelper (>= 4.1.16), dpkg-dev (>= 1.10.14), lynx, po-debconf, dbs
 Build-Conflicts: cpp-3.3 (<< 1:3.3.3-0pre1), linux-kernel-headers (<< 2.5.999-test7-bk-15) [sparc]
 
 # Reasons for Build-Depends:
@@ -241,6 +241,16 @@
 #       xc/programs/xrandr/xrandr.c:#include <X11/extensions/Xrender.h> /* we share subpixel information */
 #       xc/programs/xterm/aclocal.m4:#include <X11/extensions/Xrender.h>
 #       xc/programs/xterm/configure:#include <X11/extensions/Xrender.h>
+#   render-dev (>> 1:0.9)
+#       xc/programs/Xserver/hw/dmx/dmxpict.c:#include "render.h"
+#       xc/programs/Xserver/hw/dmx/dmxpict.c:#include "renderproto.h"
+#       xc/programs/Xserver/render/render.c:#include "render.h"
+#       xc/programs/Xserver/render/render.c:#include "renderproto.h"
+#       xc/programs/Xserver/render/glyphstr.h:#include "renderproto.h"
+#       xc/programs/Xserver/randr/randr.c:#include "render.h"   /* we share subpixel order information */
+#       xc/extras/ogl-sample/main/gfx/lib/glu/libtess/tess.c:#include "render.h"
+#       xc/extras/ogl-sample/main/gfx/lib/glu/libtess/render.c:#include "render.h"
+#       xc/lib/Xrandr/Xrandr.c:#include <X11/extensions/render.h>
 #   zlib1g-dev | libz-dev
 #       Because the X11 sample implementation has included a copy of the zlib
 #       sources for many years, some parts of the tree do not look for it in



Reply to: