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

X Strike Force X.Org X11 SVN commit: r1424 - in branches/modular/debian/xorg/debian: . local



Author: dnusinow
Date: 2006-03-11 19:05:47 -0500 (Sat, 11 Mar 2006)
New Revision: 1424

Modified:
   branches/modular/debian/xorg/debian/changelog
   branches/modular/debian/xorg/debian/local/dexconf
Log:
* Update dexconf for new font location. Thanks Svante Signell.
  (closes: #356181)


Modified: branches/modular/debian/xorg/debian/changelog
===================================================================
--- branches/modular/debian/xorg/debian/changelog	2006-03-12 00:03:24 UTC (rev 1423)
+++ branches/modular/debian/xorg/debian/changelog	2006-03-12 00:05:47 UTC (rev 1424)
@@ -3,8 +3,10 @@
   * Include rgb.txt from rgb 1.0.0 upstream release. Also provide symlink to
     /usr/share/X11 so that the server knows where to look. Thanks Lukasz
     Panowski. (closes: #356039)
+  * Update dexconf for new font location. Thanks Svante Signell.
+    (closes: #356181)
 
- -- David Nusinow <dnusinow@debian.org>  Sat, 11 Mar 2006 19:01:39 -0500
+ -- David Nusinow <dnusinow@debian.org>  Sat, 11 Mar 2006 19:04:46 -0500
 
 xorg (1:7.0.2) experimental; urgency=low
 

Modified: branches/modular/debian/xorg/debian/local/dexconf
===================================================================
--- branches/modular/debian/xorg/debian/local/dexconf	2006-03-12 00:03:24 UTC (rev 1423)
+++ branches/modular/debian/xorg/debian/local/dexconf	2006-03-12 00:05:47 UTC (rev 1424)
@@ -202,13 +202,13 @@
   exec 4>"$DEXCONFTMPDIR/Files"
   cat >&4 <<SECTION
 Section "Files"
-	FontPath	"/usr/share/X11/fonts/misc"
-	FontPath	"/usr/share/X11/fonts/cyrillic"
-	FontPath	"/usr/share/X11/fonts/100dpi/:unscaled"
-	FontPath	"/usr/share/X11/fonts/75dpi/:unscaled"
-	FontPath	"/usr/share/X11/fonts/Type1"
-	FontPath	"/usr/share/X11/fonts/100dpi"
-	FontPath	"/usr/share/X11/fonts/75dpi"
+	FontPath	"/usr/share/fonts/X11/misc"
+	FontPath	"/usr/share/fonts/X11/cyrillic"
+	FontPath	"/usr/share/fonts/X11/100dpi/:unscaled"
+	FontPath	"/usr/share/fonts/X11/75dpi/:unscaled"
+	FontPath	"/usr/share/fonts/X11/Type1"
+	FontPath	"/usr/share/fonts/X11/100dpi"
+	FontPath	"/usr/share/fonts/X11/75dpi"
 	# path to defoma fonts
 	FontPath	"/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
 EndSection



Reply to: