[Pkg-cli-libs-commits] [SCM] clutter-sharp branch, master, updated. debian/1.0.0_alpha3_git20090817.r1.349dba6-2-12-g213fd84
Iain Lane
laney at ubuntu.com
Tue May 24 21:07:37 UTC 2011
The following commit has been merged in the master branch:
commit 7bc244190cea5fe01d6cf23c74a690da411f1149
Author: Iain Lane <laney at ubuntu.com>
Date: Sun May 22 19:25:51 2011 +0100
Add new patch to not use hardcoded 'ilasm2'
Required for Debian's 2.10
diff --git a/debian/patches/series b/debian/patches/series
index c257610..8214a97 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -2,3 +2,4 @@ fix-enable-docs.patch
dont-bundle-mdb.patch
dedup-pc-bundlefiles.patch
dont-sign.patch
+use-unversioned-ilasm
diff --git a/debian/patches/use-unversioned-ilasm b/debian/patches/use-unversioned-ilasm
new file mode 100644
index 0000000..9d4f23d
--- /dev/null
+++ b/debian/patches/use-unversioned-ilasm
@@ -0,0 +1,13 @@
+Index: clutter-sharp.git/glib/Makefile.am
+===================================================================
+--- clutter-sharp.git.orig/glib/Makefile.am 2011-05-22 19:25:28.889084359 +0100
++++ clutter-sharp.git/glib/Makefile.am 2011-05-22 19:25:34.538866033 +0100
+@@ -10,7 +10,7 @@
+ patch-glib: patch.dll
+ monodis glib-sharp.dll | awk -v self=$(srcdir)/apply-patch.awk \
+ -v mode=1 -f $(srcdir)/apply-patch.awk > glib-sharp.il
+- ilasm2 /dll /output:glib-sharp.dll glib-sharp.il
++ ilasm /dll /output:glib-sharp.dll glib-sharp.il
+ rm glib-sharp.il
+
+ patch.dll: patch.cs glib-sharp.dll
--
clutter-sharp
More information about the Pkg-cli-libs-commits
mailing list