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

Mirco Bauer meebey-guest at alioth.debian.org
Mon Dec 11 21:32:08 CET 2006


Author: meebey-guest
Date: 2006-12-11 21:32:08 +0100 (Mon, 11 Dec 2006)
New Revision: 2886

Modified:
   mono/trunk/debian/NEWS
   mono/trunk/debian/changelog
   mono/trunk/debian/control
   mono/trunk/debian/rules
   mono/trunk/debian/shlibs.local
Log:
- mono 1.2.2.1-1 release



Modified: mono/trunk/debian/NEWS
===================================================================
--- mono/trunk/debian/NEWS	2006-12-11 19:21:40 UTC (rev 2885)
+++ mono/trunk/debian/NEWS	2006-12-11 20:32:08 UTC (rev 2886)
@@ -1,7 +1,6 @@
-mono (1.2.2-1) unstable; urgency=low
+mono (1.2.2.1-1) unstable; urgency=low
 
   * Here we go, Mono 1.2 is now official stable and released!
-    (Hopefully in time for Debian/Etch)
 
   * Mono 1.2 brings alot of new features in:
     - The C# 2.0 compiler is now stable, and the ECMA standard was updated, so
@@ -13,6 +12,10 @@
       The debian packages are available for: i386, powerpc arm, amd64 and ia64.
       Packages for s390, s390x, sparc and kfreebsd-i386 are under review, when
       the ports are prooved to be stable enough, we will include them.
+    - Complete System.Windows.Forms 1.1 API
+      This version is not using wine! SWF runs natively on Linux (X11 driver)
+      using an own implementation (libgdiplus).
+    - File System Watching API now supports inotify.
 
   * Complete Announcement of Mono 1.2 (vs Mono 1.0):
     http://www.go-mono.com/archive/1.2/

Modified: mono/trunk/debian/changelog
===================================================================
--- mono/trunk/debian/changelog	2006-12-11 19:21:40 UTC (rev 2885)
+++ mono/trunk/debian/changelog	2006-12-11 20:32:08 UTC (rev 2886)
@@ -1,16 +1,18 @@
-mono (1.2.2.1-1~pre1) unstable; urgency=low
+mono (1.2.2.1-1) unstable; urgency=low
 
   * New upstream release
-    + Mono 1.2.2 contains important bugfixes for the ARM architecture
+    + Mono 1.2.2.1 contains important bugfixes for the ARM architecture
       (see #394418), but urgency is not raised because it's a new version.
-    + This release has upstream security support for XXX years as it's used 
-      in enterprise distribution by upstream.
-    + It's ... TODO
+    + Mono 1.2 has upstream security support for 7 years as it's used 
+      in enterprise distributions by upstream.
+    + For more Mono 1.2 news check the NEWS file.
 
   * Mirco 'meebey' Bauer:
     + New upstream release (1.2.1)
     + debian/NEWS:
       - Added entry for Mono 1.2
+    + debian/control:
+      - Removed unstable warning from mono-gmcs description.
     + debian/patches/gmcs-static-anonmethods.dpatch:
       - Removed, already applied upstream.
     + debian/mono-gmcs.install:
@@ -27,7 +29,7 @@
     + New upstream release (1.2.2.1)
     + debian/rules:
       - Update MONO_API to 1.2.2
-    + debian/libmono?.0-cil.install:
+    + debian/libmono{1,2}.0-cil.install:
       - Add OpenSystem.C library
     + debian/patches/*:
       - Remove obsolete patches

Modified: mono/trunk/debian/control
===================================================================
--- mono/trunk/debian/control	2006-12-11 19:21:40 UTC (rev 2885)
+++ mono/trunk/debian/control	2006-12-11 20:32:08 UTC (rev 2886)
@@ -890,9 +890,6 @@
  which produces CIL (Common Intermediate Language) binary executables.
  The gmcs compiler supports the C# 2.0 featureset like generics, anonymous
  methods, iterators, partial types and nullable types.
- WARNING: The C# 2.0 specification is not yet official (there is currently only
- a draft), means no ISO nor EMCA standard yet and the specification may
- change and breaks your code!
  .
  Mono is a platform for running and developing applications based on the
  ECMA/ISO Standards. Mono is an open source effort led by Novell.

Modified: mono/trunk/debian/rules
===================================================================
--- mono/trunk/debian/rules	2006-12-11 19:21:40 UTC (rev 2885)
+++ mono/trunk/debian/rules	2006-12-11 20:32:08 UTC (rev 2886)
@@ -4,6 +4,7 @@
 export MONO_SHARED_DIR=$(CURDIR)
 
 MONO_API = 1.2.2
+
 VERSION = $(shell dpkg-parsechangelog | grep ^Vers | cut -d\  -f2)
 UPVERSION = $(shell echo $(VERSION) | sed 's,-.*,,')
 NEXT_UPVERSION = $(shell perl -e '$$_=pop; s/(\d+)$$/$$1+1/e; print' $(UPVERSION))
@@ -224,7 +225,7 @@
 	dh_installdeb -i
 	#DH_VERBOSE=1 DH_AUTOSCRIPTDIR=$(CURDIR)/debian debian/dh_monoaot -i
 	debian/dh_makeclilibs -i -m 1.0 internal-mono
-	# APIs that may grow need tighter deps
+	# APIs that grow need tighter deps
 	debian/dh_makeclilibs \
 	  -plibmono-corlib2.0-cil \
 	  -plibmono-system2.0-cil \
@@ -234,8 +235,8 @@
 	  -plibmono1.0-cil \
 	  -plibmono2.0-cil \
 	  -m $(MONO_API) internal-mono
-	#debian/dh_clideps -i internal-mono -l debian/tmp
-	DH_VERBOSE=1 debian/dh_clideps -i internal-mono -l debian/tmp
+	debian/dh_clideps -i internal-mono -l debian/tmp
+	#DH_VERBOSE=1 debian/dh_clideps -i internal-mono -l debian/tmp
 	# mono-gac needs special runtime dep, to prevent circular dep (mono-runtime <-> mono-gac)
 	debian/dh_clideps -pmono-gac -r internal-mono
 	dh_gencontrol -i -- -Vmono:upversion=$(UPVERSION) -Vmono:next-upversion=$(NEXT_UPVERSION)

Modified: mono/trunk/debian/shlibs.local
===================================================================
--- mono/trunk/debian/shlibs.local	2006-12-11 19:21:40 UTC (rev 2885)
+++ mono/trunk/debian/shlibs.local	2006-12-11 20:32:08 UTC (rev 2886)
@@ -1,4 +1,4 @@
-libgdiplus 0 libgdiplus (>= 1.2.2)
+libgdiplus 0 libgdiplus (>= 1.1.18)
 libcairo 2 libcairo2 (>= 1.2.4)
 libfbembed 1 libfbembed1
 libsqlite 0 libsqlite0 (>= 2.8.17)




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