[Pkg-mono-svn-commits] rev 1156 - mono/trunk/debian

Eduard Bloch blade@haydn.debian.org
Mon, 28 Jun 2004 12:11:37 -0600


Author: blade
Date: 2004-06-28 12:11:24 -0600 (Mon, 28 Jun 2004)
New Revision: 1156

Modified:
   mono/trunk/debian/changelog
   mono/trunk/debian/rules
Log:
Finalizing changelog and fixed the ...Helper removal


Modified: mono/trunk/debian/changelog
===================================================================
--- mono/trunk/debian/changelog	2004-06-28 17:39:05 UTC (rev 1155)
+++ mono/trunk/debian/changelog	2004-06-28 18:11:24 UTC (rev 1156)
@@ -1,12 +1,13 @@
-mono (0.97-0pre1v1) unstable; urgency=low
+mono (0.97-1) unstable; urgency=medium
 
-  * (NOT RELEASED YET) New upstream release (Release Candidate)
-    + solves JIT crash problems with kernel 2.4.x (closes: #255485, #256200)
+  * New upstream release (Release Candidate)
+    + basicaly a bugfix release, solves JIT crash problems with kernel 2.4.x
+      (closes: #255485, #256200), thus this urgency
   * Eduard Bloch
     + Added libMonoPosixHelper... to libmono... packages (closes: #256697)
     + monosn is gone, using sn to get the signature strings now
-    + set alternative dependency on mono-assemblies-base-0.96, apparently
-      compatible
+    + set alternative dependency on mono-assemblies-base-0.96,
+      apparently compatible
 
  -- Debian Mono Group <pkg-mono-group@lists.alioth.debian.org>  Mon, 28 Jun 2004 01:14:32 +0200
 

Modified: mono/trunk/debian/rules
===================================================================
--- mono/trunk/debian/rules	2004-06-28 17:39:05 UTC (rev 1155)
+++ mono/trunk/debian/rules	2004-06-28 18:11:24 UTC (rev 1156)
@@ -68,7 +68,6 @@
 #	# this is no longer installed by the build system, why?
 #	cp -a ./mono/metadata/monosn $(CURDIR)/debian/tmp/usr/bin
 	# removing trash (real assemblies/libs get build by the mcs source package)
-	rm -f $(CURDIR)/debian/tmp/usr/lib/libMonoPosixHelper*
 	rm -f $(CURDIR)/debian/tmp/usr/lib/mscorlib.dll
 	rm -rf $(CURDIR)/debian/tmp/usr/lib/mono
 	install -D -m755 cli-wrapper $(CURDIR)/debian/mono-common/usr/bin/cli-wrapper