[Pkg-cli-libs-commits] [SCM] clutter-sharp branch, master, updated. debian/1.0.0_alpha3_git20090817.r1.349dba6-2-2-g259d124
Chow Loong Jin
hyperair at ubuntu.com
Sat Mar 19 17:53:10 UTC 2011
The following commit has been merged in the master branch:
commit d91c2727e18c15bc9e07bf9b3c2960328125fe0e
Author: Chow Loong Jin <hyperair at ubuntu.com>
Date: Sun Mar 20 01:49:33 2011 +0800
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
diff --git a/debian/patches/dont-sign.patch b/debian/patches/dont-sign.patch
new file mode 100644
index 0000000..e31621c
--- /dev/null
+++ b/debian/patches/dont-sign.patch
@@ -0,0 +1,24 @@
+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/series b/debian/patches/series
index 95abc52..c257610 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
fix-enable-docs.patch
dont-bundle-mdb.patch
dedup-pc-bundlefiles.patch
+dont-sign.patch
--
clutter-sharp
More information about the Pkg-cli-libs-commits
mailing list