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

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



Author: dnusinow
Date: 2006-03-13 22:01:20 -0500 (Mon, 13 Mar 2006)
New Revision: 1451

Modified:
   branches/modular/app/xterm-210/debian/changelog
   branches/modular/app/xterm-210/debian/rules
Log:
* debian/rules clean target now calls make clean instead of distclean


Modified: branches/modular/app/xterm-210/debian/changelog
===================================================================
--- branches/modular/app/xterm-210/debian/changelog	2006-03-14 03:00:26 UTC (rev 1450)
+++ branches/modular/app/xterm-210/debian/changelog	2006-03-14 03:01:20 UTC (rev 1451)
@@ -13,8 +13,9 @@
       back and select text (closes: #347415)
    * Remove the 01_stolen_from_HEAD patch, as it is now obsolete
    * Switch build dependency from libxaw8-dev to libxaw7-dev
+   * debian/rules clean target now calls make clean instead of distclean
 
- -- David Nusinow <dnusinow@debian.org>  Mon, 13 Mar 2006 21:51:55 -0500
+ -- David Nusinow <dnusinow@debian.org>  Mon, 13 Mar 2006 22:00:52 -0500
 
 xterm (208-3) unstable; urgency=low
 

Modified: branches/modular/app/xterm-210/debian/rules
===================================================================
--- branches/modular/app/xterm-210/debian/rules	2006-03-14 03:00:26 UTC (rev 1450)
+++ branches/modular/app/xterm-210/debian/rules	2006-03-14 03:01:20 UTC (rev 1451)
@@ -105,7 +105,7 @@
 	dh_testroot
 	rm -f .pc patches
 	rm -rf $(STAMP_DIR)
-	-$(MAKE) distclean
+	-$(MAKE) clean
 	dh_clean debian/local/xterm.faq.gz
 
 .PHONY: install



Reply to: