[Pkg-mono-svn-commits] [SCM] mono branch, master, updated. debian/2.4.2.3+dfsg-3-20-g8712218

Mirco Bauer meebey at meebey.net
Sun Dec 13 15:16:30 UTC 2009


The following commit has been merged in the master branch:
commit 87122188784795575488d1f59150572bd817b810
Author: Mirco Bauer <meebey at meebey.net>
Date:   Sun Dec 13 16:16:05 2009 +0100

    Disable building the RabbitMQ.Client library.

diff --git a/debian/changelog b/debian/changelog
index db04b6b..598a553 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -17,6 +17,7 @@ mono (2.4.3+dfsg-1~pre1) UNRELEASED; urgency=medium
   * debian/control
     debian/rules
     debian/copyright:
+    debian/patches/disable_building_RabbitMQ.Client.dll.dpatch:
     + Dropped the RabbitMQ library with spec sources again, as the
       auto-generated API source files without DFSG-free sources for the
       generator are not good enough. (Closes: #560151)
diff --git a/debian/patches/00list b/debian/patches/00list
index a446d6a..a566705 100644
--- a/debian/patches/00list
+++ b/debian/patches/00list
@@ -16,6 +16,7 @@ fix_tuner_build
 fix_CreateDelegate_ArgumentException
 fix_DynamicMethod_restrictedSkipVisibility_r138886
 disable_building_convert.exe
+disable_building_RabbitMQ.Client.dll
 disable_bug-80307_test
 build_cecil_as_2.0
 build_firebirdsql_as_2.0
diff --git a/debian/patches/disable_building_RabbitMQ.Client.dll.dpatch b/debian/patches/disable_building_RabbitMQ.Client.dll.dpatch
new file mode 100755
index 0000000..6a4ceb0
--- /dev/null
+++ b/debian/patches/disable_building_RabbitMQ.Client.dll.dpatch
@@ -0,0 +1,21 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## disable_building_RabbitMQ.Client.dll.dpatch by Mirco Bauer <meebey at debian.org>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: No description.
+
+ at DPATCH@
+diff -urNad git~/mcs/class/Makefile git/mcs/class/Makefile
+--- git~/mcs/class/Makefile	2009-12-13 16:02:58.000000000 +0100
++++ git/mcs/class/Makefile	2009-12-13 16:14:55.000000000 +0100
+@@ -77,10 +77,8 @@
+ 	Novell.Directory.Ldap		\
+ 	Mono.Security.Win32		\
+ 	System.DirectoryServices	\
+-	RabbitMQ.Client			\
+ 	Mono.Messaging			\
+ 	System.Messaging	        \
+-	Mono.Messaging.RabbitMQ		\
+ 	System.ServiceProcess           \
+ 	System.Drawing.Design		\
+ 	System.Design			\

-- 
mono



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