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

Sebastian Dröge slomo-guest at costa.debian.org
Thu Feb 23 16:24:48 UTC 2006


Author: slomo-guest
Date: 2006-02-23 16:24:41 +0000 (Thu, 23 Feb 2006)
New Revision: 2286

Removed:
   non-group/tao/trunk/debian/libtao-doc.docs
Modified:
   non-group/tao/trunk/debian/control
   non-group/tao/trunk/debian/rules
Log:
* remove the docs package as it is way too large
* fix the permission normalization


Modified: non-group/tao/trunk/debian/control
===================================================================
--- non-group/tao/trunk/debian/control	2006-02-23 15:45:37 UTC (rev 2285)
+++ non-group/tao/trunk/debian/control	2006-02-23 16:24:41 UTC (rev 2286)
@@ -18,17 +18,6 @@
  .
  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}

Deleted: non-group/tao/trunk/debian/libtao-doc.docs
===================================================================
--- non-group/tao/trunk/debian/libtao-doc.docs	2006-02-23 15:45:37 UTC (rev 2285)
+++ non-group/tao/trunk/debian/libtao-doc.docs	2006-02-23 16:24:41 UTC (rev 2286)
@@ -1 +0,0 @@
-dist/doc

Modified: non-group/tao/trunk/debian/rules
===================================================================
--- non-group/tao/trunk/debian/rules	2006-02-23 15:45:37 UTC (rev 2285)
+++ non-group/tao/trunk/debian/rules	2006-02-23 16:24:41 UTC (rev 2286)
@@ -38,8 +38,8 @@
 	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 @@
 		$(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




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