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

Mirco Bauer meebey at alioth.debian.org
Sun Feb 15 11:27:46 UTC 2009


Author: meebey
Date: 2009-02-15 11:27:46 +0000 (Sun, 15 Feb 2009)
New Revision: 3919

Modified:
   mono/trunk/debian/changelog
   mono/trunk/debian/control
Log:
  * debian/control:
    + The compilers (mono-mcs and mono-gmcs) are not forward compatible with
      newer upstream versions, thus added stronger dependencies.



Modified: mono/trunk/debian/changelog
===================================================================
--- mono/trunk/debian/changelog	2009-02-03 13:32:11 UTC (rev 3918)
+++ mono/trunk/debian/changelog	2009-02-15 11:27:46 UTC (rev 3919)
@@ -1,3 +1,12 @@
+mono (2.0.1-5) UNRELEASED; urgency=low
+
+  * NOT RELEASED YET
+  * debian/control:
+    + The compilers (mono-mcs and mono-gmcs) are not forward compatible with
+      newer upstream versions, thus added stronger dependencies.
+
+ -- Mirco Bauer <meebey at debian.org>  Sat, 31 Jan 2009 19:43:13 +0100
+
 mono (2.0.1-4) experimental; urgency=low
 
   * debian/rules:

Modified: mono/trunk/debian/control
===================================================================
--- mono/trunk/debian/control	2009-02-03 13:32:11 UTC (rev 3918)
+++ mono/trunk/debian/control	2009-02-15 11:27:46 UTC (rev 3919)
@@ -1207,7 +1207,9 @@
 Package: mono-mcs
 Section: devel
 Architecture: all
-Depends: ${cli:Depends}
+Depends: ${cli:Depends},
+         libmono-corlib1.0-cil (>= ${mono:upversion}),
+         libmono-corlib1.0-cil (<< ${mono:next-upversion})
 Recommends: pkg-config
 Description: Mono C# 1.0 compiler for CLI 1.1
  This is the Mono C# (C-Sharp) 1.0 compiler, a platform-independent compiler
@@ -1223,7 +1225,9 @@
 Package: mono-gmcs
 Section: devel
 Architecture: all
-Depends: ${cli:Depends}
+Depends: ${cli:Depends},
+         libmono-corlib2.0-cil (>= ${mono:upversion}),
+         libmono-corlib2.0-cil (<< ${mono:next-upversion})
 Recommends: pkg-config
 Replaces: mono-mcs (>= 1.1.10), mono-mcs (<= 1.1.13)
 Description: Mono C# 2.0 and C# 3.0 compiler for CLI 2.0




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