[Pkg-cli-apps-commits] [SCM] monodevelop-vala branch, master-experimental, updated. debian/2.8.2-1

Jo Shields directhex at apebox.org
Thu Nov 10 18:23:15 UTC 2011


The following commit has been merged in the master-experimental branch:
commit f7299110ec9c89d80c3c1c23049ad29fd2ce5272
Author: Jo Shields <directhex at apebox.org>
Date:   Thu Nov 10 18:12:25 2011 +0000

    New patch debian/patches/dont_handle_ASSEMBLY_CONFIG_upstream.patch. Upstream forgot an EXTRA_DIST file, causing the build to fail.

diff --git a/debian/patches/dont_handle_ASSEMBLY_CONFIG_upstream.patch b/debian/patches/dont_handle_ASSEMBLY_CONFIG_upstream.patch
new file mode 100644
index 0000000..42a2c95
--- /dev/null
+++ b/debian/patches/dont_handle_ASSEMBLY_CONFIG_upstream.patch
@@ -0,0 +1,21 @@
+Index: monodevelop-vala/Makefile.am
+===================================================================
+--- monodevelop-vala.orig/Makefile.am	2011-11-10 18:18:39.000000000 +0000
++++ monodevelop-vala/Makefile.am	2011-11-10 18:18:54.000000000 +0000
+@@ -1,6 +1,6 @@
+ ADDIN_BUILD = $(top_builddir)/build
+ ASSEMBLY = $(ADDIN_BUILD)/MonoDevelop.ValaBinding.dll
+-ASSEMBLY_CONFIG = MonoDevelop.ValaBinding.dll.config
++#ASSEMBLY_CONFIG = MonoDevelop.ValaBinding.dll.config
+ 
+ REFS =  \
+ 	$(GLIB_SHARP_LIBS) \
+@@ -89,7 +89,7 @@
+ 	mkdir -p $(ADDIN_BUILD)
+ 	$(LOCAL_PKGCONFIG) $(CSC) $(CSC_FLAGS) -debug -out:$@ -target:library $(REFS) \
+ 		$(build_resources:%=/resource:%) $(build_sources)
+-	cp $(ASSEMBLY_CONFIG) $(ADDIN_BUILD)
++#	cp $(ASSEMBLY_CONFIG) $(ADDIN_BUILD)
+ 
+ valabindinglibdir = $(prefix)/lib/monodevelop/AddIns/BackendBindings
+ valabindinglib_DATA = $(ASSEMBLY) $(ASSEMBLY_CONFIG)
diff --git a/debian/patches/series b/debian/patches/series
index e69de29..a69d04c 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -0,0 +1 @@
+dont_handle_ASSEMBLY_CONFIG_upstream.patch

-- 
monodevelop-vala



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