[Pkg-cli-libs-commits] [taoframework] 07/91: * remove the docs package as it is way too large * fix the permission normalization

Jo Shields directhex at moszumanska.debian.org
Mon Sep 22 08:33:16 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 95dd4f4c14971ba59501a3766594186c94ee7e2a
Author: Sebastian Dröge <slomo at debian.org>
Date:   Thu Feb 23 16:24:41 2006 +0000

    * remove the docs package as it is way too large
    * fix the permission normalization
---
 debian/control         | 11 -----------
 debian/libtao-doc.docs |  1 -
 debian/rules           |  6 +++---
 3 files changed, 3 insertions(+), 15 deletions(-)

diff --git a/debian/control b/debian/control
index acbe22e..86f5f0e 100644
--- a/debian/control
+++ b/debian/control
@@ -18,17 +18,6 @@ Description: Examples for all Tao libraries
  .
  http://www.mono-project.com/Tao
 
-Package: libtao-doc
-Architecture: all
-Description: Documentation for all Tao libraries
- The Tao Framework is a collection of bindings and libraries to
- facilitate cross-platform games-related development utilizing the Mono
- and .NET platforms.
- .
- This package contains the documentation for all Tao libraries.
- .
- http://www.mono-project.com/Tao
-
 Package: libtao-opengl-cil
 Architecture: all
 Depends: ${cli:Depends}
diff --git a/debian/libtao-doc.docs b/debian/libtao-doc.docs
deleted file mode 100644
index 1ac1d33..0000000
--- a/debian/libtao-doc.docs
+++ /dev/null
@@ -1 +0,0 @@
-dist/doc
diff --git a/debian/rules b/debian/rules
index 7ca9c26..55191b1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -38,8 +38,8 @@ install: build
 	dh_installdirs
 
 	# Normalize the permissions
-	-find $(CURDIR)/dist -type f -name "*.dll" -or -name "*.mdb" -or -name "*.cs" -or -name "*.config" -exec chmod -x {} \;
-	-find $(CURDIR)/dist -type f -name "*.exe" -exec chmod +x {} \;
+	-find $(CURDIR)/dist -type f -name "*.dll" -or -name "*.mdb" -or -name "*.cs" -or -name "*.config" | xargs chmod -x
+	-find $(CURDIR)/dist -type f -name "*.exe" | xargs chmod +x
 
 	# Install the compiled stuff into the right place
 	mkdir -p $(CURDIR)/debian/tmp/usr/lib/tao
@@ -55,7 +55,7 @@ install: build
 		$(CURDIR)/dist/bin/Tao.OpenGl.Glu.dll* \
 		$(CURDIR)/dist/bin/Tao.PhysFs.dll* \
 		$(CURDIR)/dist/bin/Tao.Sdl.dll*; do \
-			cp -v $$file $(CURDIR)/debian/tmp/usr/lib/tao; \
+			cp $$file $(CURDIR)/debian/tmp/usr/lib/tao; \
 	done
 
 	# Install the libraries into GAC

-- 
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