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

X Strike Force X.Org X11 SVN commit: r2197 - trunk/lib/libxt/debian



Author: dnusinow
Date: 2006-05-21 16:54:06 -0400 (Sun, 21 May 2006)
New Revision: 2197

Modified:
   trunk/lib/libxt/debian/changelog
   trunk/lib/libxt/debian/rules
Log:
* Include customization expansion in the default XFILESEARCHPATH. Thanks to
  several people for the report, and to Brendan O'Dea and Ian Wienand for
  the diagnosis and fix respectively. (closes: #365612)

Modified: trunk/lib/libxt/debian/changelog
===================================================================
--- trunk/lib/libxt/debian/changelog	2006-05-21 20:53:18 UTC (rev 2196)
+++ trunk/lib/libxt/debian/changelog	2006-05-21 20:54:06 UTC (rev 2197)
@@ -1,3 +1,11 @@
+libxt (1:1.0.0-5) UNRELEASED; urgency=low
+
+  * Include customization expansion in the default XFILESEARCHPATH. Thanks to
+    several people for the report, and to Brendan O'Dea and Ian Wienand for
+    the diagnosis and fix respectively. (closes: #365612)
+
+ -- David Nusinow <dnusinow@debian.org>  Sun, 21 May 2006 16:54:39 -0400
+
 libxt (1:1.0.0-4) unstable; urgency=low
 
   * Reorder makeshlib command in rules file so that ldconfig is run

Modified: trunk/lib/libxt/debian/rules
===================================================================
--- trunk/lib/libxt/debian/rules	2006-05-21 20:53:18 UTC (rev 2196)
+++ trunk/lib/libxt/debian/rules	2006-05-21 20:54:06 UTC (rev 2197)
@@ -31,7 +31,7 @@
 	confflags += --build=$(DEB_BUILD_GNU_TYPE) --host=$(DEB_HOST_GNU_TYPE)
 endif
 
-CFLAGS +=  -DXFILESEARCHPATHDEFAULT=\\\"/usr/lib/X11/%L/%T/%N%S:/usr/lib/X11/%l/%T/%N%S:/usr/lib/X11/%T/%N%S:/etc/X11/%L/%T/%N%S:/etc/X11/%l/%T/%N%S:/etc/X11/%T/%N%S\\\" -include X11/XlibConf.h -D_REENTRANT
+CFLAGS +=  -DXFILESEARCHPATHDEFAULT=\\\"/usr/lib/X11/%L/%T/%N%S:/usr/lib/X11/%l/%T/%N%S:/usr/lib/X11/%T/%N%S:/etc/X11/%L/%T/%N%C%S:/etc/X11/%l/%T/%N%C%S:/etc/X11/%T/%N%C%S:/etc/X11/%L/%T/%N%S:/etc/X11/%l/%T/%N%S:/etc/X11/%T/%N%S\\\" -include X11/XlibConf.h -D_REENTRANT
 
 build: patch build-stamp
 build-stamp:



Reply to: