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

Mirco Bauer meebey-guest at costa.debian.org
Wed Oct 18 21:26:24 UTC 2006


Author: meebey-guest
Date: 2006-10-18 21:26:23 +0000 (Wed, 18 Oct 2006)
New Revision: 2808

Modified:
   mono/trunk/debian/changelog
   mono/trunk/debian/control
   mono/trunk/debian/rules
Log:
- mono 1.1.18-2 release



Modified: mono/trunk/debian/changelog
===================================================================
--- mono/trunk/debian/changelog	2006-10-18 21:25:15 UTC (rev 2807)
+++ mono/trunk/debian/changelog	2006-10-18 21:26:23 UTC (rev 2808)
@@ -1,3 +1,18 @@
+mono (1.1.18-2) unstable; urgency=medium
+
+  * The "clean me harder for etch" and "please build on arm this time" release
+  * Mirco 'meebey' Bauer:
+    + debian/control:
+      - Removed obsolete mono-classlib-{1,2}.0 transition packages.
+      - Changed dependency of mono-runtime on mono-gac to
+        (= ${source:Version}) for making Mono binNMUable.
+      - Removed libgc-dev build-dep for kfreebsd.
+    + debian/rules:
+      - Added --enable-minimal=aot to configure call for kfreebsd, this might
+        give us a successful build.
+
+ -- Debian Mono Group <pkg-mono-group at lists.alioth.debian.org>  Wed, 18 Oct 2006 23:09:35 +0200
+
 mono (1.1.18-1) unstable; urgency=low
 
   * New upstream release

Modified: mono/trunk/debian/control
===================================================================
--- mono/trunk/debian/control	2006-10-18 21:25:15 UTC (rev 2807)
+++ mono/trunk/debian/control	2006-10-18 21:26:23 UTC (rev 2808)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Mono Group <pkg-mono-group at lists.alioth.debian.org>
 Uploaders: Eduard Bloch <blade at debian.org>, Mirco Bauer <meebey at meebey.net>, Sebastian Dröge <slomo at ubuntu.com>
-Build-Depends: debhelper (>= 5.0.0), libglib2.0-dev (>= 2.4), bison, libtool, dpatch, libxml-dom-perl, libxslt1-dev, dc, libx11-dev, libxt-dev, libgc-dev [kfreebsd-i386], zlib1g-dev
+Build-Depends: debhelper (>= 5.0.0), libglib2.0-dev (>= 2.4), bison, libtool, dpatch, libxml-dom-perl, libxslt1-dev, dc, libx11-dev, libxt-dev, zlib1g-dev
 Standards-Version: 3.7.2
 
 Package: mono-common
@@ -22,7 +22,7 @@
 Package: mono-runtime
 Provides: cli-runtime
 Architecture: i386 powerpc amd64 ia64 arm armeb
-Depends: mono-jit (= ${Source-Version}), mono-gac (= ${Source-Version})
+Depends: mono-jit (= ${Source-Version}), mono-gac (= ${source:Version})
 Description: Mono runtime
  Mono is a platform for running and developing applications based on the
  ECMA/ISO Standards. Mono is an open source effort led by Novell.
@@ -196,37 +196,6 @@
  This package contains the Core Library (mscorlib.dll) of Mono which is the
  glue between the Class Library and the JIT.
 
-Package: mono-classlib-1.0
-Section: libs
-Architecture: all
-Replaces: mono-assemblies-base (<< 1.1.8)
-Depends: libmono-corlib1.0-cil (>= 1.0), libmono-system1.0-cil (>= 1.0), libmono1.0-cil (>= 1.1.13.4)
-Provides: mono-classlib-1.0-${mono:upversion}
-Description: Mono class library (1.0) - transition package
- Mono is a platform for running and developing applications based on the
- ECMA/ISO Standards. Mono is an open source effort led by Novell.
- Mono provides a complete CLR (Common Language Runtime) including compiler and
- runtime, which can produce and execute CIL (Common Intermediate Language)
- bytecode (aka assemblies), and a class library.
- .
- This is an empty transition package, which will be removed once nothing
- depends on it anymore.
-
-Package: mono-classlib-2.0
-Section: libs
-Architecture: all
-Depends: libmono-corlib2.0-cil (>= 1.0), libmono-system2.0-cil (>= 1.0), libmono2.0-cil (>= 1.1.13.4)
-Provides: mono-classlib-2.0-${mono:upversion}
-Description: Mono class library (2.0) - transition package
- Mono is a platform for running and developing applications based on the
- ECMA/ISO Standards. Mono is an open source effort led by Novell.
- Mono provides a complete CLR (Common Language Runtime) including compiler and
- runtime, which can produce and execute CIL (Common Intermediate Language)
- bytecode (aka assemblies), and a class library.
- .
- This is an empty transition package, which will be removed once nothing
- depends on it anymore.
-
 Package: libmono-system1.0-cil
 Section: libs
 Architecture: all

Modified: mono/trunk/debian/rules
===================================================================
--- mono/trunk/debian/rules	2006-10-18 21:25:15 UTC (rev 2807)
+++ mono/trunk/debian/rules	2006-10-18 21:26:23 UTC (rev 2808)
@@ -28,10 +28,8 @@
 endif
 
 ifeq ($(DEB_BUILD_ARCH_OS), kfreebsd)
-	GC = --with-gc=boehm
+	confflags += --enable-minimal=aot
 else
-	GC = --with-gc=included
-endif
 
 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
 	CFLAGS += -O0




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