[Pkg-cli-libs-commits] [taoframework] 03/91: Removed the Glfw examples since they aren't built.

Jo Shields directhex at moszumanska.debian.org
Mon Sep 22 08:33:15 UTC 2014


This is an automated email from the git hooks/post-receive script.

directhex pushed a commit to branch master
in repository taoframework.

commit c484339fe85d72e71dbf47bb3c9fc25c7c2c459a
Author: Dylan R. E. Moonfire <debian at mfgames.com>
Date:   Thu Feb 23 00:04:09 2006 +0000

    Removed the Glfw examples since they aren't built.
---
 debian/rules | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 66b725b..1fe62eb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -43,9 +43,11 @@ install: build
 		$(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 \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-cli-libs/packages/taoframework.git



More information about the Pkg-cli-libs-commits mailing list