Author: ishikawa
Date: 2003-12-04 00:20:04 -0500 (Thu, 04 Dec 2003)
New Revision: 810

Modified:
   branches/4.3.0/sid/debian/changelog
   branches/4.3.0/sid/debian/rules
Log:
fix wrong symlink for Xrender.h in debian/rules
    (http://lists.debian.org/debian-x/2003/debian-x-200311/msg00545.html)



Modified: branches/4.3.0/sid/debian/changelog
===================================================================
--- branches/4.3.0/sid/debian/changelog 2003-12-04 05:13:41 UTC (rev 809)
+++ branches/4.3.0/sid/debian/changelog 2003-12-04 05:20:04 UTC (rev 810)
@@ -257,6 +257,9 @@
     their non-debugging counterparts, and using this substvar can lead to
     duplicate package relationships and lintian warnings.
 
+  * fix wrong symlink for Xrender.h in debian/rules
+    (http://lists.debian.org/debian-x/2003/debian-x-200311/msg00545.html)
+
  -- Branden Robinson <[EMAIL PROTECTED]>  Mon,  1 Dec 2003 16:06:51 -0500
 
 xfree86 (4.3.0-0pre1v4) experimental; urgency=low

Modified: branches/4.3.0/sid/debian/rules
===================================================================
--- branches/4.3.0/sid/debian/rules     2003-12-04 05:13:41 UTC (rev 809)
+++ branches/4.3.0/sid/debian/rules     2003-12-04 05:20:04 UTC (rev 810)
@@ -206,7 +206,7 @@
        ln -s /usr/include/X11/Xft debian/local/exports/include/X11
        # Xrender
        ln -s /usr/X11R6/lib/libXrender.* debian/local/exports/lib
-       ln -s /usr/include/X11/extentions/Xrender.h 
debian/local/exports/include/X11/extentions
+       ln -s /usr/include/X11/extensions/Xrender.h 
debian/local/exports/include/X11/extensions
        # Xcursor
        ln -s /usr/lib/libXcursor.* debian/local/exports/lib
        ln -s /usr/include/X11/Xcursor debian/local/exports/include/X11

Reply via email to