diff -u pidgin-2.4.1/debian/changelog pidgin-2.4.1/debian/changelog --- pidgin-2.4.1/debian/changelog +++ pidgin-2.4.1/debian/changelog @@ -1,3 +1,10 @@ +pidgin (1:2.4.1-1ubuntu2.1) hardy-proposed; urgency=low + + * Apply patch from upstream to fix issue where ICQ would not connect + (LP: #244591) + + -- Iain Lane Wed, 02 Jul 2008 02:43:32 +0100 + pidgin (1:2.4.1-1ubuntu2) hardy; urgency=low * rebuild due to liblaunchpad-integration soname change only in patch2: unchanged: --- pidgin-2.4.1.orig/debian/patches/30_fix_icq_clientinfo.patch +++ pidgin-2.4.1/debian/patches/30_fix_icq_clientinfo.patch @@ -0,0 +1,32 @@ +diff -Nur -x '*.orig' -x '*~' pidgin-2.4.2/libpurple/protocols/oscar/oscar.h pidgin-2.4.2.new/libpurple/protocols/oscar/oscar.h +--- pidgin-2.4.2/libpurple/protocols/oscar/oscar.h 2008-05-12 20:07:44.000000000 +0100 ++++ pidgin-2.4.2.new/libpurple/protocols/oscar/oscar.h 2008-07-02 02:10:39.000000000 +0100 +@@ -258,6 +258,15 @@ + "us", "en", \ + } + ++#define CLIENTINFO_ICQ6_6_0_6059 { \ ++ "ICQ Client", \ ++ 0x010a, \ ++ 0x0006, 0x0000, \ ++ 0x0000, 0x17ab, \ ++ 0x00007535, \ ++ "us", "en", \ ++} ++ + #define CLIENTINFO_ICQBASIC_14_3_1068 { \ + "ICQBasic", \ + 0x010a, \ +@@ -302,9 +311,9 @@ + #define CLIENTINFO_PURPLE_ICQ { \ + "Purple/" VERSION, \ + 0x010a, \ +- 0x0014, 0x0034, \ +- 0x0000, 0x0bb8, \ +- 0x0000043d, \ ++ 0x0006, 0x0000, \ ++ 0x0000, 0x17ab, \ ++ 0x00007535, \ + "us", "en", \ + } +