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

Mirco Bauer meebey-guest@costa.debian.org
Sun, 30 Jan 2005 21:59:16 +0100


Author: meebey-guest
Date: 2005-01-30 21:59:13 +0100 (Sun, 30 Jan 2005)
New Revision: 1512

Modified:
   mcs/trunk/debian/changelog
   mcs/trunk/debian/control
   mcs/trunk/debian/rules
Log:
- tweaked descriptions (lintian shows warnings)
- fixed date, set version to 1.0.5-1



Modified: mcs/trunk/debian/changelog
===================================================================
--- mcs/trunk/debian/changelog	2005-01-30 20:52:55 UTC (rev 1511)
+++ mcs/trunk/debian/changelog	2005-01-30 20:59:13 UTC (rev 1512)
@@ -1,4 +1,4 @@
-mcs (1.0.5-0pre1) unstable; urgency=high
+mcs (1.0.5-1) unstable; urgency=high
 
   * New upstream release
   * Mirco 'meebey' Bauer
@@ -8,7 +8,7 @@
       (Closes: #290234 FTBFS)
     + cleanups in debian/rules
 
- -- Debian Mono Group <pkg-mono-group@lists.alioth.debian.org>  Sun, 30 Jan 2004 02:09:07 +0200
+ -- Debian Mono Group <pkg-mono-group@lists.alioth.debian.org>  Sun, 30 Jan 2005 02:09:07 +0200
 
 mcs (1.0.4-1) unstable; urgency=high
 

Modified: mcs/trunk/debian/control
===================================================================
--- mcs/trunk/debian/control	2005-01-30 20:52:55 UTC (rev 1511)
+++ mcs/trunk/debian/control	2005-01-30 20:59:13 UTC (rev 1512)
@@ -14,7 +14,7 @@
 Recommends: mono-assemblies-arch
 Provides: mono-assemblies-base-${mono:upversion}
 Conflicts: mono-assemblies
-Description: the Mono .NET class libraries
+Description: Mono .NET class libraries
  The Mono Project is an open development initiative sponsored by Ximian that is
  working to develop an open source, Linux-based version of the Microsoft .NET
  development platform.
@@ -44,7 +44,7 @@
 Depends: mono-jit (>= ${mono:upversion}) | cli-virtual-machine, mono-jit (<< ${mono:next-upversion}) | cli-virtual-machine
 Conflicts: mono-common (<< 0.30)
 Provides: c-sharp-compiler
-Description: the Mono C# compiler
+Description: Mono C# compiler
  This is the Mono C# (C-Sharp) compiler, a platform-independent compiler which
  produces .NET binary executables, and the most development tools around
  it like ilassemble, wsdl stub generator, assembly linker and security

Modified: mcs/trunk/debian/rules
===================================================================
--- mcs/trunk/debian/rules	2005-01-30 20:52:55 UTC (rev 1511)
+++ mcs/trunk/debian/rules	2005-01-30 20:59:13 UTC (rev 1512)
@@ -72,9 +72,9 @@
 	# MonoConventions: create cli-wrapper symlinks for the .exes
 	for x in $(CURDIR)/debian/*/usr/bin ; do cd $$x ; for y in `find ../share/dotnet -name '*.exe' 2>/dev/null` ; do ln -sf cli-wrapper `basename $$y .exe` ; done ; done
 	# MonoConventions: removing executable flag from .dlls
-	find $(CURDIR)/debian -follow -type f -name "*.dll" -or -name "*.cs" | xargs chmod -x
+	cd debian && find -type f -name "*.dll" -or -name "*.cs" | xargs chmod -x
 	# MonoConventions: adding executable flag to .exes
-	find $(CURDIR)/debian -follow -type f -name "*.exe" | xargs chmod +x
+	cd debian && find -type f -name "*.exe" | xargs chmod +x
 	# missing sqlite dll map
 	DIR=$$(echo $(CURDIR)/debian/mono-assemblies-base/usr/share/dotnet/mono/gac/Mono.Data.SqliteClient/1.0.*); \
 	  echo '<dllmap dll="sqlite" target="libsqlite.so.0" />' > $$DIR/Mono.Data.SqliteClient.dll.config