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

Mirco Bauer meebey-guest at alioth.debian.org
Mon May 28 21:48:06 UTC 2007


Author: meebey-guest
Date: 2007-05-28 21:48:06 +0000 (Mon, 28 May 2007)
New Revision: 3176

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



Modified: mono/trunk/debian/changelog
===================================================================
--- mono/trunk/debian/changelog	2007-05-28 14:22:30 UTC (rev 3175)
+++ mono/trunk/debian/changelog	2007-05-28 21:48:06 UTC (rev 3176)
@@ -4,7 +4,13 @@
     + debian/patches/00list:
       - Disabled dont_remap_non-runtime_libs patch, has side effects
         and breaks banshee, means applications using libmono-cairo{1,2}.0-cil
-        running on CLR 2.0 need again to depend on the 2.0 version explicitly.
+        running on CLR 2.0 need again to depend on the 2.0 version explicitly
+    + debian/rules:
+      - Call dh_strip in binary-arch target, else mono-utils binaries have
+        debugging symbols.
+    + debian/control:
+      - Strictly depend on upstream version for assemblies doing ICalls
+        (internal calls into the runtime implementation).
   * Sebastian 'slomo' Dröge:
     + debian/rules:
       - Set executable bit on dh_clistrip and the other debhelper scripts

Modified: mono/trunk/debian/control
===================================================================
--- mono/trunk/debian/control	2007-05-28 14:22:30 UTC (rev 3175)
+++ mono/trunk/debian/control	2007-05-28 21:48:06 UTC (rev 3176)
@@ -233,7 +233,7 @@
 Architecture: all
 Replaces: mono-classlib-1.0 (<< 1.1.13.6-1), mono-classlib-1.0-dbg (<< 1.1.13.6-1)
 Suggests: ${cli:Suggests}
-Depends: ${cli:Depends}
+Depends: ${cli:Depends}, mono-jit (>= ${mono:upversion}), mono-jit (<< ${mono:next-upversion})
 Description: Mono System libraries (1.0)
  Mono is a platform for running and developing applications based on the
  ECMA/ISO Standards. Mono is an open source effort led by Novell.
@@ -248,7 +248,7 @@
 Architecture: all
 Replaces: mono-classlib-2.0 (<< 1.1.13.6-1), mono-classlib-2.0-dbg (<< 1.1.13.6-1)
 Suggests: ${cli:Suggests}
-Depends: ${cli:Depends}
+Depends: ${cli:Depends}, mono-jit (>= ${mono:upversion}), mono-jit (<< ${mono:next-upversion})
 Description: Mono System libraries (2.0)
  Mono is a platform for running and developing applications based on the
  ECMA/ISO Standards. Mono is an open source effort led by Novell.
@@ -376,7 +376,7 @@
 Section: libs
 Architecture: all
 Replaces: mono-classlib-1.0 (<< 1.1.13.6-1), mono-classlib-1.0-dbg (<< 1.1.13.6-1)
-Depends: ${cli:Depends}
+Depends: ${cli:Depends}, mono-jit (>= ${mono:upversion}), mono-jit (<< ${mono:next-upversion})
 Description: Mono System.Web library
  Mono is a platform for running and developing applications based on the
  ECMA/ISO Standards. Mono is an open source effort led by Novell.
@@ -390,7 +390,7 @@
 Section: libs
 Architecture: all
 Replaces: mono-classlib-2.0 (<< 1.1.13.6-2), mono-classlib-2.0-dbg (<< 1.1.13.6-1)
-Depends: ${cli:Depends}
+Depends: ${cli:Depends}, mono-jit (>= ${mono:upversion}), mono-jit (<< ${mono:next-upversion})
 Suggests: ${cli:Suggests}
 Description: Mono System.Web Library
  Mono is a platform for running and developing applications based on the

Modified: mono/trunk/debian/rules
===================================================================
--- mono/trunk/debian/rules	2007-05-28 14:22:30 UTC (rev 3175)
+++ mono/trunk/debian/rules	2007-05-28 21:48:06 UTC (rev 3176)
@@ -324,9 +324,9 @@
 	dh_installman -s
 	dh_installexamples -s
 	dh_installexamples -pmono-jay $(CURDIR)/mcs/jay/skeleton.cs
-	#dh_strip -s
 	dh_strip -pmono-jit --dbg-package=mono-jit-dbg
 	dh_strip -plibmono0 --dbg-package=libmono0-dbg
+	dh_strip -s
 	dh_compress -s -Xskeleton.cs
 	dh_fixperms -s
 	dh_makeshlibs -plibmono0 -V 'libmono0 (>= $(UPVERSION))'




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