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

Mirco Bauer meebey-guest at costa.debian.org
Tue May 9 20:34:34 UTC 2006


Author: meebey-guest
Date: 2006-05-09 20:34:31 +0000 (Tue, 09 May 2006)
New Revision: 2545

Modified:
   mono/trunk/debian/changelog
   mono/trunk/debian/control
   mono/trunk/debian/rules
Log:
- updated changelog



Modified: mono/trunk/debian/changelog
===================================================================
--- mono/trunk/debian/changelog	2006-05-09 17:51:51 UTC (rev 2544)
+++ mono/trunk/debian/changelog	2006-05-09 20:34:31 UTC (rev 2545)
@@ -1,15 +1,18 @@
-mono (1.1.13.6-3pre1) unstable; urgency=low
+mono (1.1.13.6-4) unstable; urgency=low
 
   * Mirco 'meebey' Bauer:
     + debian/mono-api-check:
       - Added .NET 2.0 support (-2 parameter).
+    + debian/rules:
+      - pass -r to dh_clideps call for mono-gac, to prevent a circular
+        dependency between mono-gac <-> mono-runtime. (Closes: #365822)
   * Sebastian 'slomo' Dröge:
     + debian/patches/fix-mono-cairo-image-surface-constructor-signature.dpatch:
       - Fix the signature of the Mono.Cairo.ImageSurface constructor. It should
         take a byte array, not a string. The old version with the string could
         never work and would've caused a segfault instead. (SVN rev 60175)
 
- -- Debian Mono Group <pkg-mono-group at lists.alioth.debian.org>  Sat, 29 Apr 2006 13:33:34 +0200
+ -- Debian Mono Group <pkg-mono-group at lists.alioth.debian.org>  Tue, 9 May 2006 22:34:09 +0200
 
 mono (1.1.13.6-3) unstable; urgency=medium
 
@@ -17,7 +20,7 @@
     + debian/control:
       - Package mono-gac can not depend on cli-common >= 0.4.0 yet, which is
         still in the NEW queue. Changed to use "Recommends" instead.
-        This caused FTBFS for packages that build-depend on  cli-common or
+        This caused FTBFS for packages that build-depend on cli-common or
         mono-gac, thus using urgency=medium.
       - Removed stdout and stderr redirect in mono-common.{postinst,prerm} to 
         aid debugging a problem with binfmt.

Modified: mono/trunk/debian/control
===================================================================
--- mono/trunk/debian/control	2006-05-09 17:51:51 UTC (rev 2544)
+++ mono/trunk/debian/control	2006-05-09 20:34:31 UTC (rev 2545)
@@ -944,7 +944,7 @@
 Package: mono-gac
 Section: devel
 Architecture: all
-Depends: ${cli:Depends}
+Depends: mono-jit (>= 1.0), ${cli:Depends}
 Recommends: cli-common (>= 0.4.0)
 Provides: global-assembly-cache-tool
 Description: Mono GAC tool

Modified: mono/trunk/debian/rules
===================================================================
--- mono/trunk/debian/rules	2006-05-09 17:51:51 UTC (rev 2544)
+++ mono/trunk/debian/rules	2006-05-09 20:34:31 UTC (rev 2545)
@@ -221,6 +221,8 @@
 	  -plibmono2.0-cil \
 	  -m $(UPVERSION) internal-mono
 	debian/dh_clideps -i internal-mono
+	# 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)
 	dh_md5sums -i
 	dh_builddeb -i




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