[Pkg-mono-svn-commits] rev 1018 - mcs/trunk/debian

Eduard Bloch blade@haydn.debian.org
Wed, 16 Jun 2004 06:57:46 -0600


Author: blade
Date: 2004-06-16 06:57:39 -0600 (Wed, 16 Jun 2004)
New Revision: 1018

Modified:
   mcs/trunk/debian/changelog
   mcs/trunk/debian/rules
Log:
mcs beta3 update


Modified: mcs/trunk/debian/changelog
===================================================================
--- mcs/trunk/debian/changelog	2004-06-16 12:52:36 UTC (rev 1017)
+++ mcs/trunk/debian/changelog	2004-06-16 12:57:39 UTC (rev 1018)
@@ -1,5 +1,6 @@
-mcs (0.95-0pre1v3) unstable; urgency=low
+mcs (0.96-0pre1v1) unstable; urgency=low
 
+  * (NOT RELEASED YET) New upstream release
   * Mirco 'meebey' Bauer
     + New upstream release
     + debian/rules: added workaround patch for gacutil bug
@@ -14,7 +15,7 @@
       mcs.exe since it's sensitive to the invocation argument
     + changes to not build all the assemblies on arch-only builds
 
- -- Debian Mono Group <pkg-mono-group@lists.alioth.debian.org>  Fri, 04 Jun 2004 20:04:50 +0200
+ -- Debian Mono Group <pkg-mono-group@lists.alioth.debian.org>  Wed, 16 Jun 2004 14:55:40 +0200
 
 mcs (0.91-1) unstable; urgency=low
 

Modified: mcs/trunk/debian/rules
===================================================================
--- mcs/trunk/debian/rules	2004-06-16 12:52:36 UTC (rev 1017)
+++ mcs/trunk/debian/rules	2004-06-16 12:57:39 UTC (rev 1018)
@@ -65,7 +65,7 @@
 	rm -f debian/mono-assemblies-base/usr/share/dotnet/mono/1.0/*.exe
 	rm -f debian/mono-mcs/usr/share/dotnet/bin/gacutil*
 	for x in $(CURDIR)/debian/*/usr/bin ; do cd $$x ; for y in `find ../share/dotnet -name '*.exe'` ; do ln -sf cli-wrapper `basename $$y .exe` ; done ; done
-	find $(CURDIR)/debian/mono-assemblies-base/usr/share/dotnet/mono -type f -name "*.dll" -exec chmod -x {} \;
+	find $(CURDIR)/debian/mono-assemblies-base/usr/lib $(CURDIR)/debian/mono-assemblies-base/usr/share/dotnet/mono -type f -name "*.dll" -exec chmod -x {} \;
 
 # Build architecture-independent files here.
 binary-indep: build install