[Pkg-cli-libs-commits] [SCM] mono-upnp branch, master, updated. bfcd0e3b96b47f667fe70bd8375f587a941d69f4

Chow Loong Jin hyperair at debian.org
Wed Feb 15 19:48:25 UTC 2012


The following commit has been merged in the master branch:
commit 28e4a700f771c3a1355ce93c805b0200656007ac
Author: Chow Loong Jin <hyperair at debian.org>
Date:   Thu Feb 16 02:19:16 2012 +0800

    Add patch to prevent assemblies from getting signed

diff --git a/debian/patches/0001-Do-not-sign-assemblies.patch b/debian/patches/0001-Do-not-sign-assemblies.patch
new file mode 100644
index 0000000..72ffe6a
--- /dev/null
+++ b/debian/patches/0001-Do-not-sign-assemblies.patch
@@ -0,0 +1,126 @@
+From: Chow Loong Jin <hyperair at debian.org>
+Date: Thu, 16 Feb 2012 02:16:36 +0800
+Subject: Do not sign assemblies
+
+Mono.Upnp is an unstable library, so drop all -keyfile: parameters from compiler
+flags to avoid signing assemblies. This prevents clilibs from being generated
+for this package, and all packages that the .dll's are copied into.
+---
+ src/Mono.Ssdp/Mono.Ssdp/Mono.Ssdp.make             |    4 ++--
+ .../Makefile.am                                    |    4 ++--
+ .../Mono.Upnp.Dcp.MediaServer1/Makefile.am         |    4 ++--
+ src/Mono.Upnp/Mono.Upnp/Makefile.am                |    4 ++--
+ tests/Mono.Upnp.Dcp.MediaServer1.Tests/Makefile.am |    4 ++--
+ 5 files changed, 10 insertions(+), 10 deletions(-)
+
+diff --git a/src/Mono.Ssdp/Mono.Ssdp/Mono.Ssdp.make b/src/Mono.Ssdp/Mono.Ssdp/Mono.Ssdp.make
+index 45b378f..ed1d036 100644
+--- a/src/Mono.Ssdp/Mono.Ssdp/Mono.Ssdp.make
++++ b/src/Mono.Ssdp/Mono.Ssdp/Mono.Ssdp.make
+@@ -4,7 +4,7 @@
+ 
+ if ENABLE_DEBUG
+ ASSEMBLY_COMPILER_COMMAND = gmcs
+-ASSEMBLY_COMPILER_FLAGS =  -noconfig -codepage:utf8 -warn:4 -optimize- -debug "-define:DEBUG" "-keyfile:$(srcdir)/mono-ssdp.snk"
++ASSEMBLY_COMPILER_FLAGS =  -noconfig -codepage:utf8 -warn:4 -optimize- -debug "-define:DEBUG"
+ ASSEMBLY = ../../../bin/Mono.Ssdp.dll
+ ASSEMBLY_MDB = $(ASSEMBLY).mdb
+ COMPILE_TARGET = library
+@@ -18,7 +18,7 @@ endif
+ 
+ if ENABLE_RELEASE
+ ASSEMBLY_COMPILER_COMMAND = gmcs
+-ASSEMBLY_COMPILER_FLAGS =  -noconfig -codepage:utf8 -warn:4 -optimize+ "-keyfile:$(srcdir)/mono-ssdp.snk"
++ASSEMBLY_COMPILER_FLAGS =  -noconfig -codepage:utf8 -warn:4 -optimize+
+ ASSEMBLY = ../../../bin/Mono.Ssdp.dll
+ ASSEMBLY_MDB = 
+ COMPILE_TARGET = library
+diff --git a/src/Mono.Upnp.Dcp/Mono.Upnp.Dcp.MediaServer1/Mono.Upnp.Dcp.MediaServer1.FileSystem/Makefile.am b/src/Mono.Upnp.Dcp/Mono.Upnp.Dcp.MediaServer1/Mono.Upnp.Dcp.MediaServer1.FileSystem/Makefile.am
+index 912bfe3..5265400 100644
+--- a/src/Mono.Upnp.Dcp/Mono.Upnp.Dcp.MediaServer1/Mono.Upnp.Dcp.MediaServer1.FileSystem/Makefile.am
++++ b/src/Mono.Upnp.Dcp/Mono.Upnp.Dcp.MediaServer1/Mono.Upnp.Dcp.MediaServer1.FileSystem/Makefile.am
+@@ -5,7 +5,7 @@ EXTRA_DIST =
+ 
+ if ENABLE_DEBUG
+ ASSEMBLY_COMPILER_COMMAND = gmcs
+-ASSEMBLY_COMPILER_FLAGS =  -noconfig -codepage:utf8 -warn:4 -optimize- -debug "-define:DEBUG" "-keyfile:$(srcdir)/mono-upnp-dcp-mediaserver1-filesystem.snk"
++ASSEMBLY_COMPILER_FLAGS =  -noconfig -codepage:utf8 -warn:4 -optimize- -debug "-define:DEBUG"
+ ASSEMBLY = ../../../../bin/Mono.Upnp.Dcp.MediaServer1.FileSystem.dll
+ ASSEMBLY_MDB = $(ASSEMBLY).mdb
+ COMPILE_TARGET = library
+@@ -30,7 +30,7 @@ endif
+ 
+ if ENABLE_RELEASE
+ ASSEMBLY_COMPILER_COMMAND = gmcs
+-ASSEMBLY_COMPILER_FLAGS =  -noconfig -codepage:utf8 -warn:4 -optimize+ "-keyfile:$(srcdir)/mono-upnp-dcp-mediaserver1-filesystem.snk"
++ASSEMBLY_COMPILER_FLAGS =  -noconfig -codepage:utf8 -warn:4 -optimize+
+ ASSEMBLY = ../../../../bin/Mono.Upnp.Dcp.MediaServer1.FileSystem.dll
+ ASSEMBLY_MDB = 
+ COMPILE_TARGET = library
+diff --git a/src/Mono.Upnp.Dcp/Mono.Upnp.Dcp.MediaServer1/Mono.Upnp.Dcp.MediaServer1/Makefile.am b/src/Mono.Upnp.Dcp/Mono.Upnp.Dcp.MediaServer1/Mono.Upnp.Dcp.MediaServer1/Makefile.am
+index d67e31d..c93676a 100644
+--- a/src/Mono.Upnp.Dcp/Mono.Upnp.Dcp.MediaServer1/Mono.Upnp.Dcp.MediaServer1/Makefile.am
++++ b/src/Mono.Upnp.Dcp/Mono.Upnp.Dcp.MediaServer1/Mono.Upnp.Dcp.MediaServer1/Makefile.am
+@@ -5,7 +5,7 @@ EXTRA_DIST =
+ 
+ if ENABLE_DEBUG
+ ASSEMBLY_COMPILER_COMMAND = gmcs
+-ASSEMBLY_COMPILER_FLAGS =  -noconfig -codepage:utf8 -warn:4 -optimize- -debug -define:DEBUG "-define:DEBUG,TRACE" "-keyfile:$(srcdir)/mono-upnp-dcp-mediaserver1.snk"
++ASSEMBLY_COMPILER_FLAGS =  -noconfig -codepage:utf8 -warn:4 -optimize- -debug -define:DEBUG "-define:DEBUG,TRACE"
+ ASSEMBLY = ../../../../bin/Mono.Upnp.Dcp.MediaServer1.dll
+ ASSEMBLY_MDB = $(ASSEMBLY).mdb
+ COMPILE_TARGET = library
+@@ -26,7 +26,7 @@ endif
+ 
+ if ENABLE_RELEASE
+ ASSEMBLY_COMPILER_COMMAND = gmcs
+-ASSEMBLY_COMPILER_FLAGS =  -noconfig -codepage:utf8 -warn:4 -optimize+ "-keyfile:$(srcdir)/mono-upnp-dcp-mediaserver1.snk"
++ASSEMBLY_COMPILER_FLAGS =  -noconfig -codepage:utf8 -warn:4 -optimize+
+ ASSEMBLY = ../../../../bin/Mono.Upnp.Dcp.MediaServer1.dll
+ ASSEMBLY_MDB = 
+ COMPILE_TARGET = library
+diff --git a/src/Mono.Upnp/Mono.Upnp/Makefile.am b/src/Mono.Upnp/Mono.Upnp/Makefile.am
+index 32f73fc..e6c3155 100644
+--- a/src/Mono.Upnp/Mono.Upnp/Makefile.am
++++ b/src/Mono.Upnp/Mono.Upnp/Makefile.am
+@@ -5,7 +5,7 @@ EXTRA_DIST =
+ 
+ if ENABLE_DEBUG
+ ASSEMBLY_COMPILER_COMMAND = gmcs
+-ASSEMBLY_COMPILER_FLAGS =  -noconfig -codepage:utf8 -warn:4 -optimize- -debug -define:DEBUG "-define:DEBUG,TRACE" "-keyfile:$(srcdir)/mono-upnp.snk"
++ASSEMBLY_COMPILER_FLAGS =  -noconfig -codepage:utf8 -warn:4 -optimize- -debug -define:DEBUG "-define:DEBUG,TRACE"
+ ASSEMBLY = ../../../bin/Mono.Upnp.dll
+ ASSEMBLY_MDB = $(ASSEMBLY).mdb
+ COMPILE_TARGET = library
+@@ -22,7 +22,7 @@ endif
+ 
+ if ENABLE_RELEASE
+ ASSEMBLY_COMPILER_COMMAND = gmcs
+-ASSEMBLY_COMPILER_FLAGS =  -noconfig -codepage:utf8 -warn:4 -optimize+ "-keyfile:$(srcdir)/mono-upnp.snk"
++ASSEMBLY_COMPILER_FLAGS =  -noconfig -codepage:utf8 -warn:4 -optimize+
+ ASSEMBLY = ../../../bin/Mono.Upnp.dll
+ ASSEMBLY_MDB = 
+ COMPILE_TARGET = library
+diff --git a/tests/Mono.Upnp.Dcp.MediaServer1.Tests/Makefile.am b/tests/Mono.Upnp.Dcp.MediaServer1.Tests/Makefile.am
+index 9e9f33f..b4a9265 100644
+--- a/tests/Mono.Upnp.Dcp.MediaServer1.Tests/Makefile.am
++++ b/tests/Mono.Upnp.Dcp.MediaServer1.Tests/Makefile.am
+@@ -5,7 +5,7 @@ EXTRA_DIST =
+ 
+ if ENABLE_DEBUG
+ ASSEMBLY_COMPILER_COMMAND = gmcs
+-ASSEMBLY_COMPILER_FLAGS =  -noconfig -codepage:utf8 -warn:4 -optimize- -debug "-define:DEBUG" "-keyfile:$(srcdir)/mono-upnp-dcp-mediaserver1-tests.snk"
++ASSEMBLY_COMPILER_FLAGS =  -noconfig -codepage:utf8 -warn:4 -optimize- -debug "-define:DEBUG"
+ ASSEMBLY = ../../bin/Mono.Upnp.Dcp.MediaServer1.Tests.dll
+ ASSEMBLY_MDB = $(ASSEMBLY).mdb
+ COMPILE_TARGET = library
+@@ -30,7 +30,7 @@ endif
+ 
+ if ENABLE_RELEASE
+ ASSEMBLY_COMPILER_COMMAND = gmcs
+-ASSEMBLY_COMPILER_FLAGS =  -noconfig -codepage:utf8 -warn:4 -optimize- "-keyfile:$(srcdir)/mono-upnp-dcp-mediaserver1-tests.snk"
++ASSEMBLY_COMPILER_FLAGS =  -noconfig -codepage:utf8 -warn:4 -optimize-
+ ASSEMBLY = ../../bin/Mono.Upnp.Dcp.MediaServer1.Tests.dll
+ ASSEMBLY_MDB = 
+ COMPILE_TARGET = library
+-- 
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..773c915
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+0001-Do-not-sign-assemblies.patch

-- 
mono-upnp



More information about the Pkg-cli-libs-commits mailing list