[Pkg-cli-apps-commits] [smuxi] 01/03: avoid unneeded WCF assembly references for ServiceStack.Common

Mirco Bauer meebey at moszumanska.debian.org
Tue Jan 21 05:11:34 UTC 2014


This is an automated email from the git hooks/post-receive script.

meebey pushed a commit to branch master
in repository smuxi.

commit 28027f4cfcec30034a8c29f46da837098330630e
Author: Mirco Bauer <meebey at meebey.net>
Date:   Tue Jan 21 04:56:20 2014 +0100

    avoid unneeded WCF assembly references for ServiceStack.Common
---
 debian/patches/remove_wcf_references.patch | 19 +++++++++++++++++++
 debian/patches/series                      |  1 +
 debian/patches/ubuntu.series               |  1 +
 3 files changed, 21 insertions(+)

diff --git a/debian/patches/remove_wcf_references.patch b/debian/patches/remove_wcf_references.patch
new file mode 100644
index 0000000..cad2d3f
--- /dev/null
+++ b/debian/patches/remove_wcf_references.patch
@@ -0,0 +1,19 @@
+commit 21491cc6ac4df86945414601a3c8dd4451452479 (HEAD, refs/remotes/origin/stable, refs/heads/stable)
+Author: Mirco Bauer <meebey at meebey.net>
+Date:   Tue Jan 21 04:37:33 2014 +0100
+
+    Build: avoid unneeded WCF assembly references for ServiceStack.Common
+
+diff --git a/lib/Makefile.am b/lib/Makefile.am
+index b067696..017cfc2 100644
+--- a/lib/Makefile.am
++++ b/lib/Makefile.am
+@@ -37,7 +37,7 @@ SERVICESTACK_COMMON_EXTRA_FILES = $(SERVICESTACK_COMMON_BUILD_FILE)
+ SERVICESTACK_COMMON_ASSEMBLY_NAME = ServiceStack.Common.dll
+ SERVICESTACK_COMMON_ASSEMBLY_TARGET = $(OUTPUT_DIR)/$(SERVICESTACK_COMMON_ASSEMBLY_NAME)
+ SERVICESTACK_COMMON_BUILD_FILE = $(SERVICESTACK_COMMON_SRCDIR)/ServiceStack.Common.csproj
+-SERVICESTACK_COMMON_XBUILD_FLAGS = $(XBUILD_FLAGS)
++SERVICESTACK_COMMON_XBUILD_FLAGS = $(XBUILD_FLAGS) /property:DefineConstants="MONOTOUCH"
+ 
+ EXTRA_SERVICESTACK_LIBS = \
+ 	$(SERVICESTACK_TEXT_ASSEMBLY_TARGET) $(SERVICESTACK_TEXT_ASSEMBLY_TARGET).mdb \
diff --git a/debian/patches/series b/debian/patches/series
index cef8607..5d8ffc9 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -2,4 +2,5 @@ build_Newtonsoft.Json_with_default_compiler.patch
 build_Twitterizer2_with_default_compiler.patch
 build_db4o_with_default_compiler.patch
 build_agsxmpp_with_default_compiler.patch
+remove_wcf_references.patch
 debian_default_settings.patch
diff --git a/debian/patches/ubuntu.series b/debian/patches/ubuntu.series
index 2396735..0dfaf79 100644
--- a/debian/patches/ubuntu.series
+++ b/debian/patches/ubuntu.series
@@ -2,4 +2,5 @@ build_Newtonsoft.Json_with_default_compiler.patch
 build_Twitterizer2_with_default_compiler.patch
 build_db4o_with_default_compiler.patch
 build_agsxmpp_with_default_compiler.patch
+remove_wcf_references.patch
 ubuntu_default_settings.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-cli-apps/packages/smuxi.git



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