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

X Strike Force X.Org X11 SVN commit: r2102 - trunk/lib/libfontenc/debian



Author: ender
Date: 2006-05-05 03:37:46 -0400 (Fri, 05 May 2006)
New Revision: 2102

Modified:
   trunk/lib/libfontenc/debian/changelog
   trunk/lib/libfontenc/debian/rules
Log:
 * Fix the encoding path to ${datadir}/fonts/X11/encodings in order to
   generate other encodings (the former one did not exist at all). Thanks
   Liu Mars. Closes: #366097.


Modified: trunk/lib/libfontenc/debian/changelog
===================================================================
--- trunk/lib/libfontenc/debian/changelog	2006-05-05 04:36:24 UTC (rev 2101)
+++ trunk/lib/libfontenc/debian/changelog	2006-05-05 07:37:46 UTC (rev 2102)
@@ -1,3 +1,11 @@
+libfontenc (1:1.0.1-6) unstable; urgency=low
+
+  * Fix the encoding path to ${datadir}/fonts/X11/encodings in order to
+    generate other encodings (the former one did not exist at all). Thanks  
+    Liu Mars. Closes: #366097.
+
+ -- David Martínez Moreno <ender@debian.org>  Fri,  5 May 2006 09:29:10 +0200
+
 libfontenc (1:1.0.1-5) unstable; urgency=low
 
   * Reorder makeshlib command in rules file so that ldconfig is run

Modified: trunk/lib/libfontenc/debian/rules
===================================================================
--- trunk/lib/libfontenc/debian/rules	2006-05-05 04:36:24 UTC (rev 2101)
+++ trunk/lib/libfontenc/debian/rules	2006-05-05 07:37:46 UTC (rev 2102)
@@ -40,7 +40,7 @@
 	cd obj-$(DEB_BUILD_GNU_TYPE) && \
 	../configure --prefix=/usr --mandir=\$${prefix}/share/man \
 	             --infodir=\$${prefix}/share/info $(confflags) \
-				 --with-encodingsdir=\$${datadir}/fonts/X11/fonts/encodings \
+		     --with-encodingsdir=\$${datadir}/fonts/X11/encodings \
 	             CFLAGS="$(CFLAGS)" 
 	cd obj-$(DEB_BUILD_GNU_TYPE) && $(MAKE)
 



Reply to: