[Pkg-mono-svn-commits] rev 2282 - non-group/tao/trunk/debian

D. Moonfire dmoonfire-guest at costa.debian.org
Thu Feb 23 00:04:10 UTC 2006


Author: dmoonfire-guest
Date: 2006-02-23 00:04:09 +0000 (Thu, 23 Feb 2006)
New Revision: 2282

Modified:
   non-group/tao/trunk/debian/rules
Log:
Removed the Glfw examples since they aren't built.


Modified: non-group/tao/trunk/debian/rules
===================================================================
--- non-group/tao/trunk/debian/rules	2006-02-22 22:17:12 UTC (rev 2281)
+++ non-group/tao/trunk/debian/rules	2006-02-23 00:04:09 UTC (rev 2282)
@@ -43,9 +43,11 @@
 		$(CURDIR)/debian/tmp/usr/share/doc/libtao-doc
 
 #	Copy the examples, but remove the NeHe since they are windows-specific
-#	at this point
+#	at this point. Also remove the Glfw since those can't be run
+#	on a Debian box.
 	cp -r $(CURDIR)/dist/examples/ $(CURDIR)/debian/tmp/usr/share/tao
 	rm $(CURDIR)/debian/tmp/usr/share/tao/NeHe*
+	rm $(CURDIR)/debian/tmp/usr/share/tao/Glfw*
 
 #	Install the files into GAC
 	for file in $(CURDIR)/debian/tmp/usr/lib/tao/*.dll; do \




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