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

X Strike Force X.Org X11 SVN commit: r1815 - in trunk/util/xutils-dev/debian: . patches



Author: dnusinow
Date: 2006-04-15 20:49:40 -0400 (Sat, 15 Apr 2006)
New Revision: 1815

Added:
   trunk/util/xutils-dev/debian/patches/03_norman.diff
Modified:
   trunk/util/xutils-dev/debian/changelog
   trunk/util/xutils-dev/debian/patches/series
Log:
* Add 03_norman.diff which should prevent Imake-using packages from needing
  the rman command. Thanks Steve Langasek.

Modified: trunk/util/xutils-dev/debian/changelog
===================================================================
--- trunk/util/xutils-dev/debian/changelog	2006-04-16 00:24:25 UTC (rev 1814)
+++ trunk/util/xutils-dev/debian/changelog	2006-04-16 00:49:40 UTC (rev 1815)
@@ -1,3 +1,10 @@
+xutils-dev (1:1.0.2-2) unstable; urgency=low
+
+  * Add 03_norman.diff which should prevent Imake-using packages from needing
+    the rman command. Thanks Steve Langasek.
+
+ -- David Nusinow <dnusinow@debian.org>  Sat, 15 Apr 2006 20:48:22 -0400
+
 xutils-dev (1:1.0.2-1) unstable; urgency=low
 
   * Include missed .cf files. Thanks Giacomo Boffi and Russ Allbery.

Added: trunk/util/xutils-dev/debian/patches/03_norman.diff
===================================================================
--- trunk/util/xutils-dev/debian/patches/03_norman.diff	2006-04-16 00:24:25 UTC (rev 1814)
+++ trunk/util/xutils-dev/debian/patches/03_norman.diff	2006-04-16 00:49:40 UTC (rev 1815)
@@ -0,0 +1,13 @@
+Index: xutils-dev/xorg-cf-files-1.0.1/Imake.tmpl
+===================================================================
+--- xutils-dev.orig/xorg-cf-files-1.0.1/Imake.tmpl	2006-04-15 20:46:46.000000000 -0400
++++ xutils-dev/xorg-cf-files-1.0.1/Imake.tmpl	2006-04-15 20:47:28.000000000 -0400
+@@ -237,7 +237,7 @@
+ #endif
+ 
+ #ifndef BuildRman
+-#define BuildRman YES
++#define BuildRman NO
+ #endif
+ 
+ #ifndef HasGperf

Modified: trunk/util/xutils-dev/debian/patches/series
===================================================================
--- trunk/util/xutils-dev/debian/patches/series	2006-04-16 00:24:25 UTC (rev 1814)
+++ trunk/util/xutils-dev/debian/patches/series	2006-04-16 00:49:40 UTC (rev 1815)
@@ -1,2 +1,3 @@
 01_netbsd_imake.c_fixes.diff -p0
 02_mkdirhier_rewrite.diff -p0
+03_norman.diff



Reply to: