[Pkg-mono-svn-commits] rev 2008 - xsp/trunk/debian

Dave Beckett dajobe at costa.debian.org
Wed Sep 21 19:45:20 UTC 2005


Author: dajobe
Date: 2005-09-21 19:45:19 +0000 (Wed, 21 Sep 2005)
New Revision: 2008

Modified:
   xsp/trunk/debian/rules
Log:
clean: add all built files

Modified: xsp/trunk/debian/rules
===================================================================
--- xsp/trunk/debian/rules	2005-09-21 19:39:45 UTC (rev 2007)
+++ xsp/trunk/debian/rules	2005-09-21 19:45:19 UTC (rev 2008)
@@ -40,6 +40,17 @@
 	dh_testroot
 	rm -f build-stamp configure-stamp config.status config.log
 	# Add here commands to clean up after the build process.
+
+	rm -f \
+	server/mod-mono-server.exe server/mod-mono-server.exe.mdb \
+	server/xsp.exe server/xsp.exe.mdb \
+	test/ServiceClient.exe \
+	test/codebehind1.dll test/extensions.dll \
+	test/tabcontrol.dll test/tabcontrol2.dll \
+	test/typedesc.dll \
+	tools/asp_state/asp-state.exe tools/asp_state/asp-state.exe.mdb \
+	tools/dbsessmgr/dbsessmgr.exe tools/dbsessmgr/dbsessmgr.exe.mdb
+
 	-$(MAKE) clean
 	#use updated config.{sub|guess} files
 #	-test -r /usr/share/misc/config.sub && \




More information about the Pkg-mono-svn-commits mailing list