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

Mirco Bauer meebey-guest at costa.debian.org
Sun Apr 23 15:10:22 UTC 2006


Author: meebey-guest
Date: 2006-04-23 15:10:16 +0000 (Sun, 23 Apr 2006)
New Revision: 2466

Modified:
   mono/trunk/debian/changelog
   mono/trunk/debian/mono-common.postinst
   mono/trunk/debian/mono-common.prerm
Log:
- binfmt



Modified: mono/trunk/debian/changelog
===================================================================
--- mono/trunk/debian/changelog	2006-04-23 14:06:42 UTC (rev 2465)
+++ mono/trunk/debian/changelog	2006-04-23 15:10:16 UTC (rev 2466)
@@ -6,6 +6,8 @@
         still in, the NEW queue. Changed to use "Recommends" instead.
         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.
 
  -- Debian Mono Group <pkg-mono-group at lists.alioth.debian.org>  Sun, 23 Apr 2006 15:32:29 +0200
 

Modified: mono/trunk/debian/mono-common.postinst
===================================================================
--- mono/trunk/debian/mono-common.postinst	2006-04-23 14:06:42 UTC (rev 2465)
+++ mono/trunk/debian/mono-common.postinst	2006-04-23 15:10:16 UTC (rev 2466)
@@ -1,7 +1,7 @@
 #!/bin/sh -e
 
 if [ configure = "$1" ] && [ -x /usr/sbin/update-binfmts ]; then
-  /usr/sbin/update-binfmts --import cli >/dev/null 2>&1
+  /usr/sbin/update-binfmts --import cli
 fi
 
 if [ configure = "$1" ] && [ -d /usr/share/dotnet/mono/ ] && ! [ -L /usr/share/dotnet/mono ]; then

Modified: mono/trunk/debian/mono-common.prerm
===================================================================
--- mono/trunk/debian/mono-common.prerm	2006-04-23 14:06:42 UTC (rev 2465)
+++ mono/trunk/debian/mono-common.prerm	2006-04-23 15:10:16 UTC (rev 2466)
@@ -1,7 +1,7 @@
 #!/bin/sh -e
 
 if [ remove = "$1" ] && [ -x /usr/sbin/update-binfmts ]; then
-	/usr/sbin/update-binfmts --package mono-common --remove cli /usr/bin/cli >/dev/null 2>&1
+	/usr/sbin/update-binfmts --package mono-common --remove cli /usr/bin/cli
 fi
 
 #DEBHELPER#




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