summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEduard Bloch <blade@debian.org>2004-06-28 18:11:24 +0000
committerEduard Bloch <blade@debian.org>2004-06-28 18:11:24 +0000
commitf5d89105d54bb0a615b1294b9c4945da7889654a (patch)
tree6684dff8610d4de4cd3c3638df5844ebdafe3464
parent6d8f0b7ccf2e0c740225d286b5d49a84f39304fa (diff)
downloadmono-f5d89105d54bb0a615b1294b9c4945da7889654a.tar.gz
Finalizing changelog and fixed the ...Helper removal0.97-1
-rw-r--r--debian/changelog11
-rwxr-xr-xdebian/rules1
2 files changed, 6 insertions, 6 deletions
diff --git a/debian/changelog b/debian/changelog
index bcae1aeeca..7bb65b90db 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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
diff --git a/debian/rules b/debian/rules
index 3836b5c551..ffbdcdaa0d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -68,7 +68,6 @@ install: build
# # 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