[Pkg-cli-libs-commits] [SCM] clutter-sharp branch, master, updated. debian/1.0.0_alpha3_git20090817.r1.349dba6-7-3-g27a939e

Chow Loong Jin hyperair at debian.org
Sat May 5 02:35:07 UTC 2012


The following commit has been merged in the master branch:
commit 6b22af0ce7ec9b48cbd772704e36bd93dd006a85
Author: Chow Loong Jin <hyperair at debian.org>
Date:   Sat May 5 10:12:52 2012 +0800

    Move patches over to Gbp-Pq

diff --git a/debian/patches/Add-new-patch-to-not-use-hardcoded-ilasm2.patch b/debian/patches/Add-new-patch-to-not-use-hardcoded-ilasm2.patch
new file mode 100644
index 0000000..7455b37
--- /dev/null
+++ b/debian/patches/Add-new-patch-to-not-use-hardcoded-ilasm2.patch
@@ -0,0 +1,23 @@
+From: Iain Lane <laney at ubuntu.com>
+Date: Sun, 22 May 2011 19:25:51 +0100
+Subject: Add new patch to not use hardcoded 'ilasm2'
+
+Required for Debian's 2.10
+---
+ glib/Makefile.am |    2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/glib/Makefile.am b/glib/Makefile.am
+index 9156145..9bda459 100644
+--- a/glib/Makefile.am
++++ b/glib/Makefile.am
+@@ -10,7 +10,7 @@ all: patch-glib
+ 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
+-- 
diff --git a/debian/patches/Don-t-sign-assemblies-they-re-not-GAC-d.patch b/debian/patches/Don-t-sign-assemblies-they-re-not-GAC-d.patch
new file mode 100644
index 0000000..e8e2dc9
--- /dev/null
+++ b/debian/patches/Don-t-sign-assemblies-they-re-not-GAC-d.patch
@@ -0,0 +1,32 @@
+From: Chow Loong Jin <hyperair at ubuntu.com>
+Date: Sun, 20 Mar 2011 01:49:33 +0800
+Subject: Don't sign assemblies -- they're not GAC'd
+
+Because unstable assemblies get copied around, this causes dh_clideps to screw
+around with multi-binary packages
+---
+ clutter-gtk/AssemblyInfo.cs.in |    2 --
+ clutter/AssemblyInfo.cs.in     |    2 --
+ 2 files changed, 4 deletions(-)
+
+diff --git a/clutter-gtk/AssemblyInfo.cs.in b/clutter-gtk/AssemblyInfo.cs.in
+index b7e1322..1fb8adf 100644
+--- a/clutter-gtk/AssemblyInfo.cs.in
++++ b/clutter-gtk/AssemblyInfo.cs.in
+@@ -2,5 +2,3 @@ using System.Reflection;
+ using System.Runtime.CompilerServices;
+ 
+ [assembly:AssemblyVersion ("@ASSEMBLY_VERSION@")]
+-[assembly:AssemblyDelaySign (false)]
+-[assembly:AssemblyKeyFile ("@top_srcdir@/clutter-sharp.snk")]
+diff --git a/clutter/AssemblyInfo.cs.in b/clutter/AssemblyInfo.cs.in
+index b7e1322..1fb8adf 100644
+--- a/clutter/AssemblyInfo.cs.in
++++ b/clutter/AssemblyInfo.cs.in
+@@ -2,5 +2,3 @@ using System.Reflection;
+ using System.Runtime.CompilerServices;
+ 
+ [assembly:AssemblyVersion ("@ASSEMBLY_VERSION@")]
+-[assembly:AssemblyDelaySign (false)]
+-[assembly:AssemblyKeyFile ("@top_srcdir@/clutter-sharp.snk")]
+-- 
diff --git a/debian/patches/color-cs0188 b/debian/patches/Fix-CS0188-FTBFS-in-Color.custom-by-not-using-auto-p.patch
similarity index 63%
rename from debian/patches/color-cs0188
rename to debian/patches/Fix-CS0188-FTBFS-in-Color.custom-by-not-using-auto-p.patch
index 75543d7..669db68 100644
--- a/debian/patches/color-cs0188
+++ b/debian/patches/Fix-CS0188-FTBFS-in-Color.custom-by-not-using-auto-p.patch
@@ -1,7 +1,15 @@
-Index: clutter-sharp.git/clutter/Clutter/Color.custom
-===================================================================
---- clutter-sharp.git.orig/clutter/Clutter/Color.custom	2011-05-22 19:59:37.449700346 +0100
-+++ clutter-sharp.git/clutter/Clutter/Color.custom	2011-05-22 20:01:30.485320893 +0100
+From: Iain Lane <laney at ubuntu.com>
+Date: Sun, 22 May 2011 19:50:18 +0100
+Subject: Fix CS0188 FTBFS in Color.custom by not using auto properties
+
+---
+ clutter/Clutter/Color.custom |   21 +++++++++++++--------
+ 1 file changed, 13 insertions(+), 8 deletions(-)
+
+diff --git a/clutter/Clutter/Color.custom b/clutter/Clutter/Color.custom
+index b0643f5..49e6493 100644
+--- a/clutter/Clutter/Color.custom
++++ b/clutter/Clutter/Color.custom
 @@ -24,17 +24,22 @@
  // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  // THE SOFTWARE.
@@ -33,3 +41,4 @@ Index: clutter-sharp.git/clutter/Clutter/Color.custom
  }
  
  public Color (byte r, byte g, byte b) : this (r, g, b, 0xff)
+-- 
diff --git a/debian/patches/Fix-CS0188-compilation-errors-in-ActorBox.custom.patch b/debian/patches/Fix-CS0188-compilation-errors-in-ActorBox.custom.patch
new file mode 100644
index 0000000..ed244b5
--- /dev/null
+++ b/debian/patches/Fix-CS0188-compilation-errors-in-ActorBox.custom.patch
@@ -0,0 +1,28 @@
+From: Iain Lane <laney at ubuntu.com>
+Date: Sun, 22 May 2011 20:06:57 +0100
+Subject: Fix CS0188 compilation errors in ActorBox.custom
+
+---
+ clutter/Clutter/ActorBox.custom |    8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+diff --git a/clutter/Clutter/ActorBox.custom b/clutter/Clutter/ActorBox.custom
+index dee3e8a..d6ca406 100644
+--- a/clutter/Clutter/ActorBox.custom
++++ b/clutter/Clutter/ActorBox.custom
+@@ -28,10 +28,10 @@ private float x1, y1, x2, y2;
+         
+ public ActorBox (float x, float y, float width, float height)
+ {
+-    X1 = x;
+-    Y1 = y;
+-    Width = width;
+-    Height = height;
++    x1 = x;
++    y1 = y;
++    x2 = x1 + width;
++    y2 = y1 + height;
+ }
+ 
+ public override string ToString ()
+-- 
diff --git a/debian/patches/Fix-bashism-in-Makefile.patch b/debian/patches/Fix-bashism-in-Makefile.patch
index 46a3bfe..3b9e7b7 100644
--- a/debian/patches/Fix-bashism-in-Makefile.patch
+++ b/debian/patches/Fix-bashism-in-Makefile.patch
@@ -4,10 +4,10 @@ Subject: Fix bashism in Makefile
 
 ---
  glib/Makefile.am |    8 +++++---
- 1 files changed, 5 insertions(+), 3 deletions(-)
+ 1 file changed, 5 insertions(+), 3 deletions(-)
 
 diff --git a/glib/Makefile.am b/glib/Makefile.am
-index 9bda459..2773d37 100644
+index 9bda459..af7a62b 100644
 --- a/glib/Makefile.am
 +++ b/glib/Makefile.am
 @@ -17,10 +17,12 @@ patch.dll: patch.cs glib-sharp.dll
diff --git a/debian/patches/fix-clutter-backend.patch b/debian/patches/Fix-clutter-library-name-detection.patch
similarity index 100%
rename from debian/patches/fix-clutter-backend.patch
rename to debian/patches/Fix-clutter-library-name-detection.patch
diff --git a/debian/patches/clutter-sharp-dllmap b/debian/patches/Fix-clutter-sharp-dllmaps.patch
similarity index 54%
rename from debian/patches/clutter-sharp-dllmap
rename to debian/patches/Fix-clutter-sharp-dllmaps.patch
index e2a0669..4ef2b6d 100644
--- a/debian/patches/clutter-sharp-dllmap
+++ b/debian/patches/Fix-clutter-sharp-dllmaps.patch
@@ -1,22 +1,16 @@
-Index: clutter-sharp.git/clutter/clutter-sharp.dll.config.in
-===================================================================
---- clutter-sharp.git.orig/clutter/clutter-sharp.dll.config.in	2011-05-22 21:29:42.299731065 +0100
-+++ clutter-sharp.git/clutter/clutter-sharp.dll.config.in	2011-05-22 21:30:52.077011521 +0100
-@@ -1,8 +1,9 @@
- <configuration>
-   <dllmap 
--    dll="libclutter-win32- at CLUTTER_API_VERSION@-0.dll"
-+    dll="libclutter-win32-1.0-0.dll"
-     target="libclutter- at CLUTTER_BACKEND@- at CLUTTER_API_VERSION@.so.0"
-   />
-   <dllmap dll="libgobject-2.0-0.dll" target="libgobject-2.0.so.0"/>
-+  <dllmap dll="libglib-2.0-0.dll" target="libglib-2.0.so.0"/>
-   <dllmap dll="gdk-x11" target="libgdk-x11-2.0.so.0"/>
- </configuration>
-Index: clutter-sharp.git/clutter-gtk/clutter-gtk-sharp.dll.config.in
-===================================================================
---- clutter-sharp.git.orig/clutter-gtk/clutter-gtk-sharp.dll.config.in	2011-05-22 21:29:42.309730675 +0100
-+++ clutter-sharp.git/clutter-gtk/clutter-gtk-sharp.dll.config.in	2011-05-22 21:30:52.077011521 +0100
+From: Iain Lane <laney at ubuntu.com>
+Date: Sat, 5 May 2012 08:42:54 +0800
+Subject: Fix clutter-sharp dllmaps
+
+---
+ clutter-gtk/clutter-gtk-sharp.dll.config.in |    6 +++++-
+ clutter/clutter-sharp.dll.config.in         |    3 ++-
+ 2 files changed, 7 insertions(+), 2 deletions(-)
+
+diff --git a/clutter-gtk/clutter-gtk-sharp.dll.config.in b/clutter-gtk/clutter-gtk-sharp.dll.config.in
+index 96ce38b..ab6eb7c 100644
+--- a/clutter-gtk/clutter-gtk-sharp.dll.config.in
++++ b/clutter-gtk/clutter-gtk-sharp.dll.config.in
 @@ -1,7 +1,11 @@
  <configuration>
    <dllmap 
@@ -30,3 +24,19 @@ Index: clutter-sharp.git/clutter-gtk/clutter-gtk-sharp.dll.config.in
 +  />
    <dllmap dll="libgobject-2.0-0.dll" target="libgobject-2.0.so.0"/>
  </configuration>
+diff --git a/clutter/clutter-sharp.dll.config.in b/clutter/clutter-sharp.dll.config.in
+index 8963ef6..d1ec02a 100644
+--- a/clutter/clutter-sharp.dll.config.in
++++ b/clutter/clutter-sharp.dll.config.in
+@@ -1,8 +1,9 @@
+ <configuration>
+   <dllmap 
+-    dll="libclutter-win32- at CLUTTER_API_VERSION@-0.dll"
++    dll="libclutter-win32-1.0-0.dll"
+     target="libclutter- at CLUTTER_BACKEND@- at CLUTTER_API_VERSION@.so.0"
+   />
+   <dllmap dll="libgobject-2.0-0.dll" target="libgobject-2.0.so.0"/>
++  <dllmap dll="libglib-2.0-0.dll" target="libglib-2.0.so.0"/>
+   <dllmap dll="gdk-x11" target="libgdk-x11-2.0.so.0"/>
+ </configuration>
+-- 
diff --git a/debian/patches/Fix-docs-getting-disabled-when-using-enable-docs.patch b/debian/patches/Fix-docs-getting-disabled-when-using-enable-docs.patch
new file mode 100644
index 0000000..8a0d52d
--- /dev/null
+++ b/debian/patches/Fix-docs-getting-disabled-when-using-enable-docs.patch
@@ -0,0 +1,22 @@
+From: Chow Loong Jin <hyperair at ubuntu.com>
+Date: Wed, 29 Dec 2010 07:44:52 +0800
+Subject: Fix docs getting disabled when using --enable-docs
+
+---
+ configure.ac |    2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/configure.ac b/configure.ac
+index 784e5db..3d5ce4c 100644
+--- a/configure.ac
++++ b/configure.ac
+@@ -93,7 +93,7 @@ AC_SUBST(CLUTTER_GTK_API_VERSION)
+ 
+ dnl check for monodoc
+ AC_ARG_ENABLE(docs, AC_HELP_STRING([--disable-docs], 
+-	[Do not build documentation]), enable_docs=no, enable_docs=yes)
++	[Do not build documentation]), enable_docs=$enableval, enable_docs=yes)
+ 
+ if test "x$enable_docs" = "xyes"; then
+ 	AC_PATH_PROG(MONODOCER, monodocer, no)
+-- 
diff --git a/debian/patches/dont-bundle-mdb.patch b/debian/patches/Patch-mdb-files-out-of-the-.pc-files.patch
similarity index 62%
rename from debian/patches/dont-bundle-mdb.patch
rename to debian/patches/Patch-mdb-files-out-of-the-.pc-files.patch
index 4bbbdd9..3d09ec1 100644
--- a/debian/patches/dont-bundle-mdb.patch
+++ b/debian/patches/Patch-mdb-files-out-of-the-.pc-files.patch
@@ -1,7 +1,16 @@
-Index: clutter-sharp/clutter-gtk/clutter-gtk-sharp.pc.in
-===================================================================
---- clutter-sharp.orig/clutter-gtk/clutter-gtk-sharp.pc.in	2010-12-29 22:38:57.642717380 +0800
-+++ clutter-sharp/clutter-gtk/clutter-gtk-sharp.pc.in	2010-12-29 22:39:04.312791090 +0800
+From: Chow Loong Jin <hyperair at ubuntu.com>
+Date: Wed, 29 Dec 2010 22:39:43 +0800
+Subject: Patch mdb files out of the .pc files
+
+---
+ clutter-gtk/clutter-gtk-sharp.pc.in |    2 +-
+ clutter/clutter-sharp.pc.in         |    2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/clutter-gtk/clutter-gtk-sharp.pc.in b/clutter-gtk/clutter-gtk-sharp.pc.in
+index cfa8276..ee156f8 100644
+--- a/clutter-gtk/clutter-gtk-sharp.pc.in
++++ b/clutter-gtk/clutter-gtk-sharp.pc.in
 @@ -1,7 +1,7 @@
  prefix=@prefix@
  exec_prefix=@exec_prefix@
@@ -11,11 +20,11 @@ Index: clutter-sharp/clutter-gtk/clutter-gtk-sharp.pc.in
  
  Name: clutter-gtk-sharp
  Description: clutter-sharp - Clutter-Gtk C#/Mono Bindings
-Index: clutter-sharp/clutter/clutter-sharp.pc.in
-===================================================================
---- clutter-sharp.orig/clutter/clutter-sharp.pc.in	2010-12-29 22:38:57.616050418 +0800
-+++ clutter-sharp/clutter/clutter-sharp.pc.in	2010-12-29 22:39:04.312791090 +0800
-@@ -2,7 +2,7 @@
+diff --git a/clutter/clutter-sharp.pc.in b/clutter/clutter-sharp.pc.in
+index cdb4229..5783462 100644
+--- a/clutter/clutter-sharp.pc.in
++++ b/clutter/clutter-sharp.pc.in
+@@ -2,7 +2,7 @@ prefix=@prefix@
  exec_prefix=@exec_prefix@
  libdir=${exec_prefix}/lib
  gapidir=${prefix}/share/gapi-2.0
@@ -24,3 +33,4 @@ Index: clutter-sharp/clutter/clutter-sharp.pc.in
  
  Name: clutter-sharp
  Description: clutter-sharp - clutter C#/Mono Bindings
+-- 
diff --git a/debian/patches/dedup-pc-bundlefiles.patch b/debian/patches/Remove-duplicate-.dll-entries-in-bundlefiles.patch
similarity index 59%
rename from debian/patches/dedup-pc-bundlefiles.patch
rename to debian/patches/Remove-duplicate-.dll-entries-in-bundlefiles.patch
index 789164d..1fbe5e3 100644
--- a/debian/patches/dedup-pc-bundlefiles.patch
+++ b/debian/patches/Remove-duplicate-.dll-entries-in-bundlefiles.patch
@@ -1,7 +1,16 @@
-Index: clutter-sharp/clutter-gtk/clutter-gtk-sharp.pc.in
-===================================================================
---- clutter-sharp.orig/clutter-gtk/clutter-gtk-sharp.pc.in	2010-12-30 00:03:21.092194083 +0800
-+++ clutter-sharp/clutter-gtk/clutter-gtk-sharp.pc.in	2010-12-30 00:04:30.811131319 +0800
+From: Chow Loong Jin <hyperair at ubuntu.com>
+Date: Thu, 30 Dec 2010 00:05:22 +0800
+Subject: Remove duplicate .dll entries in bundlefiles
+
+---
+ clutter-gtk/clutter-gtk-sharp.pc.in |    2 +-
+ clutter/clutter-sharp.pc.in         |    2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/clutter-gtk/clutter-gtk-sharp.pc.in b/clutter-gtk/clutter-gtk-sharp.pc.in
+index ee156f8..60d6a7d 100644
+--- a/clutter-gtk/clutter-gtk-sharp.pc.in
++++ b/clutter-gtk/clutter-gtk-sharp.pc.in
 @@ -1,7 +1,7 @@
  prefix=@prefix@
  exec_prefix=@exec_prefix@
@@ -11,11 +20,11 @@ Index: clutter-sharp/clutter-gtk/clutter-gtk-sharp.pc.in
  
  Name: clutter-gtk-sharp
  Description: clutter-sharp - Clutter-Gtk C#/Mono Bindings
-Index: clutter-sharp/clutter/clutter-sharp.pc.in
-===================================================================
---- clutter-sharp.orig/clutter/clutter-sharp.pc.in	2010-12-30 00:03:21.072194388 +0800
-+++ clutter-sharp/clutter/clutter-sharp.pc.in	2010-12-30 00:04:01.858238244 +0800
-@@ -2,7 +2,7 @@
+diff --git a/clutter/clutter-sharp.pc.in b/clutter/clutter-sharp.pc.in
+index 5783462..18c5c10 100644
+--- a/clutter/clutter-sharp.pc.in
++++ b/clutter/clutter-sharp.pc.in
+@@ -2,7 +2,7 @@ prefix=@prefix@
  exec_prefix=@exec_prefix@
  libdir=${exec_prefix}/lib
  gapidir=${prefix}/share/gapi-2.0
@@ -24,3 +33,4 @@ Index: clutter-sharp/clutter/clutter-sharp.pc.in
  
  Name: clutter-sharp
  Description: clutter-sharp - clutter C#/Mono Bindings
+-- 
diff --git a/debian/patches/actorbox-4.0 b/debian/patches/actorbox-4.0
deleted file mode 100644
index 1e60824..0000000
--- a/debian/patches/actorbox-4.0
+++ /dev/null
@@ -1,19 +0,0 @@
-Index: clutter-sharp.git/clutter/Clutter/ActorBox.custom
-===================================================================
---- clutter-sharp.git.orig/clutter/Clutter/ActorBox.custom	2011-05-22 20:03:37.080415116 +0100
-+++ clutter-sharp.git/clutter/Clutter/ActorBox.custom	2011-05-22 20:06:46.993053804 +0100
-@@ -28,10 +28,10 @@
-         
- public ActorBox (float x, float y, float width, float height)
- {
--    X1 = x;
--    Y1 = y;
--    Width = width;
--    Height = height;
-+    x1 = x;
-+    y1 = y;
-+    x2 = x1 + width;
-+    y2 = y1 + height;
- }
- 
- public override string ToString ()
diff --git a/debian/patches/dont-sign.patch b/debian/patches/dont-sign.patch
deleted file mode 100644
index e31621c..0000000
--- a/debian/patches/dont-sign.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-Description: Don't sign assemblies, as they're not GAC'd. To be removed if this
-             ever gets a tarball release that GAC's the assemblies
-From: Chow Loong Jin <hyperair at ubuntu.com>
-Forwarded: not-needed
-Index: clutter-sharp/clutter-gtk/AssemblyInfo.cs.in
-===================================================================
---- clutter-sharp.orig/clutter-gtk/AssemblyInfo.cs.in	2011-03-20 01:44:49.011292799 +0800
-+++ clutter-sharp/clutter-gtk/AssemblyInfo.cs.in	2011-03-20 01:44:56.184586318 +0800
-@@ -2,5 +2,3 @@
- using System.Runtime.CompilerServices;
- 
- [assembly:AssemblyVersion ("@ASSEMBLY_VERSION@")]
--[assembly:AssemblyDelaySign (false)]
--[assembly:AssemblyKeyFile ("@top_srcdir@/clutter-sharp.snk")]
-Index: clutter-sharp/clutter/AssemblyInfo.cs.in
-===================================================================
---- clutter-sharp.orig/clutter/AssemblyInfo.cs.in	2011-03-20 01:47:02.210553496 +0800
-+++ clutter-sharp/clutter/AssemblyInfo.cs.in	2011-03-20 01:47:08.857183272 +0800
-@@ -2,5 +2,3 @@
- using System.Runtime.CompilerServices;
- 
- [assembly:AssemblyVersion ("@ASSEMBLY_VERSION@")]
--[assembly:AssemblyDelaySign (false)]
--[assembly:AssemblyKeyFile ("@top_srcdir@/clutter-sharp.snk")]
diff --git a/debian/patches/fix-enable-docs.patch b/debian/patches/fix-enable-docs.patch
deleted file mode 100644
index 933828d..0000000
--- a/debian/patches/fix-enable-docs.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-Index: clutter-sharp/configure.ac
-===================================================================
---- clutter-sharp.orig/configure.ac	2010-12-29 07:31:43.044111184 +0800
-+++ clutter-sharp/configure.ac	2010-12-29 07:31:56.787344364 +0800
-@@ -93,7 +93,7 @@
- 
- dnl check for monodoc
- AC_ARG_ENABLE(docs, AC_HELP_STRING([--disable-docs], 
--	[Do not build documentation]), enable_docs=no, enable_docs=yes)
-+	[Do not build documentation]), enable_docs=$enableval, enable_docs=yes)
- 
- if test "x$enable_docs" = "xyes"; then
- 	AC_PATH_PROG(MONODOCER, monodocer, no)
diff --git a/debian/patches/series b/debian/patches/series
index c0a27c7..2331793 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,10 +1,10 @@
-clutter-sharp-dllmap
-actorbox-4.0
-color-cs0188
-fix-enable-docs.patch
-dont-bundle-mdb.patch
-dedup-pc-bundlefiles.patch
-dont-sign.patch
-use-unversioned-ilasm
+Fix-clutter-sharp-dllmaps.patch
+Fix-CS0188-compilation-errors-in-ActorBox.custom.patch
+Fix-CS0188-FTBFS-in-Color.custom-by-not-using-auto-p.patch
+Fix-docs-getting-disabled-when-using-enable-docs.patch
+Patch-mdb-files-out-of-the-.pc-files.patch
+Remove-duplicate-.dll-entries-in-bundlefiles.patch
+Don-t-sign-assemblies-they-re-not-GAC-d.patch
+Add-new-patch-to-not-use-hardcoded-ilasm2.patch
 Fix-bashism-in-Makefile.patch
-fix-clutter-backend.patch
+Fix-clutter-library-name-detection.patch
diff --git a/debian/patches/use-unversioned-ilasm b/debian/patches/use-unversioned-ilasm
deleted file mode 100644
index 9d4f23d..0000000
--- a/debian/patches/use-unversioned-ilasm
+++ /dev/null
@@ -1,13 +0,0 @@
-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