[Pkg-mono-svn-commits] [SCM] mono-uia-winforms branch, master, updated. debian/2.1-1

Jo Shields directhex at apebox.org
Tue Jan 24 20:20:29 UTC 2012


The following commit has been merged in the master branch:
commit 95b37c634ad3873baded7b7deedae4367d0a68eb
Author: Jo Shields <directhex at apebox.org>
Date:   Tue Jan 24 20:03:47 2012 +0000

    Work around Automake 1.11.2 pkglib restriction

diff --git a/debian/patches/automake_1.11.2_is_a_headache b/debian/patches/automake_1.11.2_is_a_headache
new file mode 100644
index 0000000..48e2137
--- /dev/null
+++ b/debian/patches/automake_1.11.2_is_a_headache
@@ -0,0 +1,14 @@
+Index: mono-uia-winforms.git/Makefile.include
+===================================================================
+--- mono-uia-winforms.git.orig/Makefile.include	2012-01-24 20:03:08.000000000 +0000
++++ mono-uia-winforms.git/Makefile.include	2012-01-24 20:03:34.000000000 +0000
+@@ -62,7 +62,8 @@
+ CLEANFILES += $(ASSEMBLY) $(ASSEMBLY).mdb $(BINARIES) $(build_resx_resources) $(build_satellite_assembly_list)
+ DISTCLEANFILES = $(GENERATED_FILES) $(pc_files) $(BUILD_DIR)/*
+ 
+-pkglib_SCRIPTS = $(ASSEMBLY)
++programfilesdir = $(pkglibdir)
++programfiles_SCRIPTS = $(ASSEMBLY)
+ bin_SCRIPTS = $(BINARIES)
+ 
+ programfilesdir = @libdir@/@PACKAGE@
diff --git a/debian/patches/series b/debian/patches/series
index e875f62..d1f3477 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 use_compiler_specified_in_configure
+automake_1.11.2_is_a_headache

-- 
mono-uia-winforms



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