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

X Strike Force X.Org X11 SVN commit: r2138 - trunk/font/xfonts-encodings/debian



Author: dnusinow
Date: 2006-05-15 01:19:14 -0400 (Mon, 15 May 2006)
New Revision: 2138

Modified:
   trunk/font/xfonts-encodings/debian/changelog
   trunk/font/xfonts-encodings/debian/rules
Log:
* Append trailing slash to the encodings-dir argument used during configure.
  Thanks Hongzheng Wang. Thanks to Aaron M. Ucko for the fix.
  (closes: #366994)

Modified: trunk/font/xfonts-encodings/debian/changelog
===================================================================
--- trunk/font/xfonts-encodings/debian/changelog	2006-05-15 04:38:26 UTC (rev 2137)
+++ trunk/font/xfonts-encodings/debian/changelog	2006-05-15 05:19:14 UTC (rev 2138)
@@ -1,3 +1,11 @@
+xfonts-encodings (1:1.0.0-4) UNRELEASED; urgency=low
+
+  * Append trailing slash to the encodings-dir argument used during configure.
+    Thanks Hongzheng Wang. Thanks to Aaron M. Ucko for the fix.
+    (closes: #366994)
+
+ -- David Nusinow <dnusinow@debian.org>  Mon, 15 May 2006 01:02:59 -0400
+
 xfonts-encodings (1:1.0.0-3) unstable; urgency=low
 
   * Add symlink in /usr/X11R6/lib/X11/fonts/encodings/encodings.dir pointing

Modified: trunk/font/xfonts-encodings/debian/rules
===================================================================
--- trunk/font/xfonts-encodings/debian/rules	2006-05-15 04:38:26 UTC (rev 2137)
+++ trunk/font/xfonts-encodings/debian/rules	2006-05-15 05:19:14 UTC (rev 2138)
@@ -40,7 +40,7 @@
 	cd obj-$(DEB_BUILD_GNU_TYPE) && \
 	../configure --prefix=/usr --mandir=\$${prefix}/share/man \
 	             --infodir=\$${prefix}/share/info $(confflags) \
-		     --with-encodingsdir=/usr/share/fonts/X11/encodings \
+		     --with-encodingsdir=/usr/share/fonts/X11/encodings/ \
 	             CFLAGS="$(CFLAGS)" 
 	cd obj-$(DEB_BUILD_GNU_TYPE) && $(MAKE)
 



Reply to: