Author: branden
Date: 2004-03-27 05:25:23 -0500 (Sat, 27 Mar 2004)
New Revision: 1197
Modified:
trunk/debian/changelog
trunk/debian/control
Log:
Correct the package description of libx11-6-dbg to accurately identify the
location of Xlib's loadable modules (thanks, Chung-chieh Shan).
(Closes: #239988)
Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog 2004-03-27 10:04:26 UTC (rev 1196)
+++ trunk/debian/changelog 2004-03-27 10:25:23 UTC (rev 1197)
@@ -85,8 +85,12 @@
setups where different X servers run on each card (thanks, Andreas
Schuldei). (Closes: #207543)
- -- Branden Robinson <[EMAIL PROTECTED]> Fri, 26 Mar 2004 19:51:50 -0500
+ * Correct the package description of libx11-6-dbg to accurately identify the
+ location of Xlib's loadable modules (thanks, Chung-chieh Shan).
+ (Closes: #239988)
+ -- Branden Robinson <[EMAIL PROTECTED]> Sat, 27 Mar 2004 05:23:53 -0500
+
xfree86 (4.3.0-7) unstable; urgency=medium
* Urgency due to fix for FTBFS. Yes -- I too am begging for it to stop.
Modified: trunk/debian/control
===================================================================
--- trunk/debian/control 2004-03-27 10:04:26 UTC (rev 1196)
+++ trunk/debian/control 2004-03-27 10:25:23 UTC (rev 1197)
@@ -192,8 +192,8 @@
be debugged is executed.
.
Unstripped versions of Xlib's loadable modules for internationalization
- support are provided in /usr/X11R6/lib/debug/X11/locale/common. Note that if
- you wish to debug these modules, you will need to set XLOCALEDIR to
+ support are provided in /usr/X11R6/lib/debug/X11/locale/lib/common. Note
+ that if you wish to debug these modules, you will need to set XLOCALEDIR to
/usr/X11R6/lib/debug/X11/locale. Also note that for security reasons,
unprivileged users are unable to override XLOCALEDIR in this way, so you may
have to perform your debugging of the Xlib modules as root.