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

X Strike Force X.Org X11 SVN commit: r1799 - trunk/lib/libfontenc-X11R7.0-1.0.1/debian



Author: dnusinow
Date: 2006-04-15 12:17:55 -0400 (Sat, 15 Apr 2006)
New Revision: 1799

Modified:
   trunk/lib/libfontenc-X11R7.0-1.0.1/debian/changelog
   trunk/lib/libfontenc-X11R7.0-1.0.1/debian/rules
Log:
* Build with --with-encodingsdir=${datadir}/X11/fonts/encodings to account
  for where we install the encodings. Thanks Xin Liu. Thanks Daniel Stone
  for the fix. (closes: #362722)

Modified: trunk/lib/libfontenc-X11R7.0-1.0.1/debian/changelog
===================================================================
--- trunk/lib/libfontenc-X11R7.0-1.0.1/debian/changelog	2006-04-15 16:15:38 UTC (rev 1798)
+++ trunk/lib/libfontenc-X11R7.0-1.0.1/debian/changelog	2006-04-15 16:17:55 UTC (rev 1799)
@@ -1,3 +1,11 @@
+libfontenc (1:1.0.1-3) unstable; urgency=low
+
+  * Build with --with-encodingsdir=${datadir}/X11/fonts/encodings to account
+    for where we install the encodings. Thanks Xin Liu. Thanks Daniel Stone
+    for the fix. (closes: #362722)
+
+ -- David Nusinow <dnusinow@debian.org>  Sat, 15 Apr 2006 12:17:27 -0400
+
 libfontenc (1:1.0.1-2) unstable; urgency=low
 
   * Upload to unstable

Modified: trunk/lib/libfontenc-X11R7.0-1.0.1/debian/rules
===================================================================
--- trunk/lib/libfontenc-X11R7.0-1.0.1/debian/rules	2006-04-15 16:15:38 UTC (rev 1798)
+++ trunk/lib/libfontenc-X11R7.0-1.0.1/debian/rules	2006-04-15 16:17:55 UTC (rev 1799)
@@ -40,6 +40,7 @@
 	cd obj-$(DEB_BUILD_GNU_TYPE) && \
 	../configure --prefix=/usr --mandir=\$${prefix}/share/man \
 	             --infodir=\$${prefix}/share/info $(confflags) \
+				 --with-encodingsdir=${datadir}/X11/fonts/encodings \
 	             CFLAGS="$(CFLAGS)" 
 	cd obj-$(DEB_BUILD_GNU_TYPE) && $(MAKE)
 



Reply to: