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

X Strike Force X.Org X11 SVN commit: r4183 - trunk/app/xbase-clients/debian



Author: julien
Date: 2007-01-07 12:38:51 -0500 (Sun, 07 Jan 2007)
New Revision: 4183

Modified:
   trunk/app/xbase-clients/debian/changelog
   trunk/app/xbase-clients/debian/rules
Log:
* Define MANCONF when configuring xman, to make it look for man pages in the
  right path instead of in /usr/man (closes: 404757).

Modified: trunk/app/xbase-clients/debian/changelog
===================================================================
--- trunk/app/xbase-clients/debian/changelog	2007-01-07 14:09:13 UTC (rev 4182)
+++ trunk/app/xbase-clients/debian/changelog	2007-01-07 17:38:51 UTC (rev 4183)
@@ -3,8 +3,10 @@
   * Add patch by Eugene Konev to fix xmore crash (closes: #365292).
   * Remove version string from subdirectory names, thus new tarball, and
     update patches to match.
+  * Define MANCONF when configuring xman, to make it look for man pages in the
+    right path instead of in /usr/man (closes: 404757).
 
- -- Julien Cristau <julien.cristau@ens-lyon.org>  Sun,  7 Jan 2007 15:01:47 +0100
+ -- Julien Cristau <julien.cristau@ens-lyon.org>  Sun,  7 Jan 2007 18:34:58 +0100
 
 xbase-clients (1:7.1.ds-3) unstable; urgency=low
 

Modified: trunk/app/xbase-clients/debian/rules
===================================================================
--- trunk/app/xbase-clients/debian/rules	2007-01-07 14:09:13 UTC (rev 4182)
+++ trunk/app/xbase-clients/debian/rules	2007-01-07 17:38:51 UTC (rev 4183)
@@ -48,7 +48,8 @@
 		../"$$FILE"/configure --prefix=/usr --mandir=\$${prefix}/share/man \
 		             --infodir=\$${prefix}/share/info $(confflags) \
 		             --disable-xprint \
-		             CFLAGS="$(CFLAGS)" && \
+		             CFLAGS="$(CFLAGS)" \
+			     MANCONF="/etc/manpath.config" && \
 		$(MAKE)) || exit 1; \
 	done
 



Reply to: