[Pkg-cli-apps-commits] [SCM] smuxi branch, lenny-backports, updated. debian/0.7.2.1-1-20-gfecf245
Mirco Bauer
meebey at meebey.net
Fri Jul 23 23:52:07 UTC 2010
The following commit has been merged in the lenny-backports branch:
commit fecf245036491dced7ee581d809b8aa8b79e2816
Author: Mirco Bauer <meebey at meebey.net>
Date: Sat Jul 24 01:48:56 2010 +0200
Dropped mono_2.0_compat patch
diff --git a/debian/patches/mono_2.0_compat.patch b/debian/patches/mono_2.0_compat.patch
deleted file mode 100644
index 2712f11..0000000
--- a/debian/patches/mono_2.0_compat.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- smuxi-0.7.orig/src/Engine-Twitter/Protocols/Twitter/TwitterProtocolManager.cs
-+++ smuxi-0.7/src/Engine-Twitter/Protocols/Twitter/TwitterProtocolManager.cs
-@@ -553,7 +553,7 @@
-
- // only poll once per interval or when we get fired
- f_FriendsTimelineEvent.WaitOne(
-- f_UpdateFriendsTimelineInterval * 1000
-+ f_UpdateFriendsTimelineInterval * 1000, false
- );
- }
- } catch (ThreadAbortException) {
-@@ -728,7 +728,7 @@
-
- // only poll once per interval or when we get fired
- f_DirectMessageEvent.WaitOne(
-- f_UpdateDirectMessagesInterval * 1000
-+ f_UpdateDirectMessagesInterval * 1000, false
- );
- }
- } catch (ThreadAbortException) {
diff --git a/debian/patches/series b/debian/patches/series
index 0f8cf8c..9b2cd9b 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
-mono_2.0_compat.patch
debian_default_settings.patch
--
smuxi
More information about the Pkg-cli-apps-commits
mailing list