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

X Strike Force X.Org X11 SVN commit: r1015 - branches/modular/lib/libXt-X11R7.0-1.0.0/debian



Author: dnusinow
Date: 2006-01-05 00:55:36 -0500 (Thu, 05 Jan 2006)
New Revision: 1015

Modified:
   branches/modular/lib/libXt-X11R7.0-1.0.0/debian/changelog
   branches/modular/lib/libXt-X11R7.0-1.0.0/debian/rules
Log:
* Add --with-appdefaultdir=/etc/X11/app-defaults to configuration. Thanks
  Eugene Konev.


Modified: branches/modular/lib/libXt-X11R7.0-1.0.0/debian/changelog
===================================================================
--- branches/modular/lib/libXt-X11R7.0-1.0.0/debian/changelog	2006-01-05 04:10:16 UTC (rev 1014)
+++ branches/modular/lib/libXt-X11R7.0-1.0.0/debian/changelog	2006-01-05 05:55:36 UTC (rev 1015)
@@ -1,8 +1,10 @@
 libxt (1:1.0.0-1) UNRLEASED; urgency=low
 
   * First upload to Debian
+  * Add --with-appdefaultdir=/etc/X11/app-defaults to configuration. Thanks
+    Eugene Konev.
 
- -- David Nusinow <dnusinow@debian.org>  Thu, 29 Dec 2005 20:55:14 -0500
+ -- David Nusinow <dnusinow@debian.org>  Thu,  5 Jan 2006 00:54:46 -0500
 
 libxt (1:0.99.0+cvs.20050803-3) breezy; urgency=low
 

Modified: branches/modular/lib/libXt-X11R7.0-1.0.0/debian/rules
===================================================================
--- branches/modular/lib/libXt-X11R7.0-1.0.0/debian/rules	2006-01-05 04:10:16 UTC (rev 1014)
+++ branches/modular/lib/libXt-X11R7.0-1.0.0/debian/rules	2006-01-05 05:55:36 UTC (rev 1015)
@@ -41,6 +41,7 @@
 	cd obj-$(DEB_BUILD_GNU_TYPE) && \
 	../configure --prefix=/usr --mandir=\$${prefix}/share/man \
 	             --infodir=\$${prefix}/share/info $(confflags) \
+				 --with-appdefaultdir=/etc/X11/app-defaults \
 	             CFLAGS="$(CFLAGS)" 
 	cd obj-$(DEB_BUILD_GNU_TYPE) && $(MAKE)
 



Reply to: