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

X Strike Force X.Org X11 SVN commit: r1031 - branches/modular/app/xterm/debian



Author: ender
Date: 2006-01-07 21:42:02 -0500 (Sat, 07 Jan 2006)
New Revision: 1031

Modified:
   branches/modular/app/xterm/debian/changelog
   branches/modular/app/xterm/debian/rules
Log:
Added --disable-imake and --disable-narrowproto to configure line in order
to deal with toolbar problems due to the absence of NARROWPROTO definition
(closes: 346398).


Modified: branches/modular/app/xterm/debian/changelog
===================================================================
--- branches/modular/app/xterm/debian/changelog	2006-01-07 22:23:44 UTC (rev 1030)
+++ branches/modular/app/xterm/debian/changelog	2006-01-08 02:42:02 UTC (rev 1031)
@@ -1,8 +1,10 @@
 xterm (208-2) unstable; urgency=low
 
-  * 
+  * Added --disable-imake and --disable-narrowproto to configure line in order
+    to deal with toolbar problems due to the absence of NARROWPROTO definition
+    (closes: 346398).
 
- -- David Nusinow <dnusinow@debian.org>  Fri,  6 Jan 2006 00:30:03 -0500
+ -- David Martínez Moreno <ender@debian.org>  Sun,  8 Jan 2006 03:33:01 +0100
 
 xterm (208-1) unstable; urgency=low
 

Modified: branches/modular/app/xterm/debian/rules
===================================================================
--- branches/modular/app/xterm/debian/rules	2006-01-07 22:23:44 UTC (rev 1030)
+++ branches/modular/app/xterm/debian/rules	2006-01-08 02:42:02 UTC (rev 1031)
@@ -85,7 +85,10 @@
 configure: $(STAMP_DIR)/patch $(STAMP_DIR)/configure
 $(STAMP_DIR)/configure: $(STAMP_DIR)/patch
 	dh_testdir
-	./configure --enable-logging --enable-wide-chars --enable-256-color --prefix=/usr --exec-prefix=/usr --mandir=/usr/share/man --with-app-defaults=/etc/X11/app-defaults
+	./configure --enable-logging --enable-wide-chars --enable-256-color \
+				--prefix=/usr --exec-prefix=/usr --mandir=/usr/share/man \
+				--with-app-defaults=/etc/X11/app-defaults \
+				--disable-imake --disable-narrowproto
 	touch $@
 
 



Reply to: