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

Bug#358665: xft: Wrong dir for include directory.



On Thu, Mar 23, 2006 at 08:17:30PM +0100, Kurt Roeckx wrote:
> 
> It seems you have moved the include files to:
> /usr/X11R6/include/Xft
> 
> Which is wrong, and now everything that needs them is failing to
> build.
> 
> It should be:
> /usr/X11R6/include/X11/Xft

I've just NMU'd this, patch is attached.


Kurt

diff -u xft-2.1.8.2/debian/changelog xft-2.1.8.2/debian/changelog
--- xft-2.1.8.2/debian/changelog
+++ xft-2.1.8.2/debian/changelog
@@ -1,3 +1,11 @@
+xft (2.1.8.2-5.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Install header files in /usr/X11R6/include/X11/Xft
+    (Closes: #358665)
+
+ -- Kurt Roeckx <kurt@roeckx.be>  Thu, 23 Mar 2006 21:07:01 +0100
+
 xft (2.1.8.2-5) unstable; urgency=low
 
   * Actually install the header files to /usr/X11R6/include/Xft. Thanks Steve
diff -u xft-2.1.8.2/debian/libxft-dev.install xft-2.1.8.2/debian/libxft-dev.install
--- xft-2.1.8.2/debian/libxft-dev.install
+++ xft-2.1.8.2/debian/libxft-dev.install
@@ -1,5 +1,5 @@
-usr/include/X11/Xft/Xft.h usr/X11R6/include/Xft
-usr/include/X11/Xft/XftCompat.h usr/X11R6/include/Xft
+usr/include/X11/Xft/Xft.h usr/X11R6/include/X11/Xft
+usr/include/X11/Xft/XftCompat.h usr/X11R6/include/X11/Xft
 usr/lib/libXft.a
 usr/lib/libXft.so
 usr/lib/pkgconfig/*.pc

Reply to: