[Pkg-cli-apps-commits] [SCM] smuxi branch, master, updated. debian/0.8-4-4-gf0ae392

Mirco Bauer meebey at meebey.net
Sat Jun 25 21:35:41 UTC 2011


The following commit has been merged in the master branch:
commit f0ae3922ba12ce83c92d357b829e7d4a42a2035c
Author: Mirco Bauer <meebey at meebey.net>
Date:   Sat Jun 25 23:34:59 2011 +0200

    Fixed compile on Mono 2.10 by backporting 2 upstream patches

diff --git a/debian/patches/dont_sign_Twitterizer2.patch b/debian/patches/dont_sign_Twitterizer2.patch
new file mode 100644
index 0000000..8e0f3c0
--- /dev/null
+++ b/debian/patches/dont_sign_Twitterizer2.patch
@@ -0,0 +1,20 @@
+From: Mirco Bauer <meebey at meebey.net>
+Date: Sat, 9 Apr 2011 19:57:59 +0000 (+0200)
+Subject: Don't sign the assembly
+X-Git-Url: http://git.qnetp.net/?p=twitterizer.git;a=commitdiff_plain;h=55c0ad812d0b00cca17734523539c87556c83a85
+
+Don't sign the assembly
+---
+
+diff --git a/lib/Twitterizer/Twitterizer2/Twitterizer2.csproj b/Twitterizer2/Twitterizer2.csproj
+index c87d4d3..abc55f7 100644
+--- a/lib/Twitterizer/Twitterizer2/Twitterizer2.csproj
++++ b/lib/Twitterizer/Twitterizer2/Twitterizer2.csproj
+@@ -12,7 +12,6 @@
+     <AssemblyName>Twitterizer2</AssemblyName>
+     <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
+     <FileAlignment>512</FileAlignment>
+-    <SignAssembly>true</SignAssembly>
+     <AssemblyOriginatorKeyFile>Twitterizer2.snk</AssemblyOriginatorKeyFile>
+     <FileUpgradeFlags>
+     </FileUpgradeFlags>
diff --git a/debian/patches/mono_2.10_compile_fix.patch b/debian/patches/mono_2.10_compile_fix.patch
new file mode 100644
index 0000000..e5730d5
--- /dev/null
+++ b/debian/patches/mono_2.10_compile_fix.patch
@@ -0,0 +1,21 @@
+From: Mirco Bauer <meebey at meebey.net>
+Date: Sat, 9 Apr 2011 20:02:56 +0000 (+0200)
+Subject: Mono 2.10 compile fix
+X-Git-Url: http://git.qnetp.net/?p=twitterizer.git;a=commitdiff_plain;h=745d44696b1200de12cf2de4ebec3097ccd4d544
+
+Mono 2.10 compile fix
+---
+
+diff --git a/lib/Twitterizer/Twitterizer2/Methods/User/TwitterUserCollection.cs b/Twitterizer2/Methods/User/TwitterUserCollection.cs
+index 522bccf..d73cfef 100644
+--- a/lib/Twitterizer/Twitterizer2/Methods/User/TwitterUserCollection.cs
++++ b/lib/Twitterizer/Twitterizer2/Methods/User/TwitterUserCollection.cs
+@@ -59,7 +59,7 @@ namespace Twitterizer
+         /// Gets or sets information about the user's rate usage.
+         /// </summary>
+         /// <value>The rate limiting object.</value>
+-        public new RateLimiting RateLimiting { get; internal set; }
++        public new RateLimiting RateLimiting { get; set; }
+ 
+         /// <summary>
+         /// Gets or sets the paged command.
diff --git a/debian/patches/series b/debian/patches/series
index 1d2af7d..3ed2eca 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,4 @@
 fix_Notification.Close_crash.patch
+mono_2.10_compile_fix.patch
+dont_sign_Twitterizer2.patch
 debian_default_settings.patch
diff --git a/debian/patches/ubuntu.series b/debian/patches/ubuntu.series
index 31c82bb..524e325 100644
--- a/debian/patches/ubuntu.series
+++ b/debian/patches/ubuntu.series
@@ -1,2 +1,4 @@
 fix_Notification.Close_crash.patch
+mono_2.10_compile_fix.patch
+dont_sign_Twitterizer2.patch
 ubuntu_default_settings.patch

-- 
smuxi



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