debian/0000775000000000000000000000000012262456571007202 5ustar debian/rules0000775000000000000000000000241212262456511010253 0ustar #!/usr/bin/make -f # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) CFLAGS = -Wall -g ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) CFLAGS += -O0 else CFLAGS += -O2 endif config.status: configure dh_testdir dh_autoreconf ./configure CFLAGS="$(CFLAGS)" \ --host=$(DEB_HOST_GNU_TYPE) \ --build=$(DEB_BUILD_GNU_TYPE) \ --prefix=/usr build: build-stamp build-stamp: config.status dh_testdir $(MAKE) touch $@ clean: dh_testdir dh_testroot rm -f build-stamp [ ! -f Makefile ] || $(MAKE) distclean dh_autoreconf_clean dh_clean install: build dh_testdir dh_testroot dh_prep dh_installdirs $(MAKE) install DESTDIR=$(CURDIR)/debian/tmp chrpath -d $(CURDIR)/debian/tmp/usr/lib/libyahoo2.so.11.0.1 binary-indep: build install binary-arch: build install dh_testdir dh_testroot dh_installchangelogs ChangeLog dh_installdocs README dh_install --sourcedir=debian/tmp dh_link dh_strip dh_compress dh_fixperms dh_makeshlibs -V dh_installdeb dh_shlibdeps dh_gencontrol dh_md5sums dh_builddeb binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install debian/watch0000664000000000000000000000007211351452624010223 0ustar version=3 http://sf.net/libyahoo2/libyahoo2-(.+)\.tar\.gz debian/changelog0000664000000000000000000001340712262456565011064 0ustar libyahoo2 (1.0.1-1ubuntu1) trusty; urgency=medium * Use dh-autoreconf instead of autotools-dev to also fix FTBFS on ppc64el by getting new libtool macros (still updates config.{sub,guess}). -- Logan Rosen Mon, 06 Jan 2014 02:37:54 -0500 libyahoo2 (1.0.1-1) unstable; urgency=low * New upstream release * debian/control: + Updated to Standards-Version 3.9.1 (no changes needed) + Added chrpath to Build-Depends * debian/rules: + Fixed RPath issue with libyahoo2 library * debian/copyright: + Added DEP-5 header and better formatting -- Kartik Mistry Sun, 01 Aug 2010 18:24:31 +0530 libyahoo2 (1.0.0-1) unstable; urgency=low * New upstream release (Closes: #558931) * debian/control: + Renamed binary library package libyahoo2-10 to libyahoo2-11 for soname bump + Updated Depends due to change in package name + Added Depends on libssl-dev * Updated names of .install and .docs files for libyahoo2-11 binary package name change * Updated debian/symbols file * debian/copyright: + Updated to use machine readable copyright format + Updated authors list + Properly arranged files copyright + Updated Debian files copyright -- Kartik Mistry Thu, 22 Apr 2010 00:05:27 +0530 libyahoo2 (0.7.7-4) unstable; urgency=low * debian/control: + Updated to Standards-Version 3.8.4 (no changes needed) * debian/patches/h_addr_glibc28.diff: + Added patch to fix "'struct hostent' has no member named 'h_addr'" build errors. Patch from Ubuntu. Thanks to Devid Antonio Filoni * Converted package to source format 3.0 (quilt) -- Kartik Mistry Sun, 21 Mar 2010 23:12:36 +0530 libyahoo2 (0.7.7-3) unstable; urgency=low * Removed *.la files as part of release goal * debian/control: + Updated to Standards-Version 3.8.3 + Wrapped up Depends and Build-Depends + Added chrpath as Build-Depends * debian/copyright: + Don't use symlink to license texts * debian/libyahoo2-dev: + Do not install .la and .a files * debian/rules: + Fixed RPath issue with libyahoo2 library -- Kartik Mistry Tue, 25 Aug 2009 15:49:24 +0530 libyahoo2 (0.7.7-2) unstable; urgency=low * debian/control: + [Lintian] Removed duplicate section field from binary + Updated my maintainer email address + Updated debhelper dependency to 7 * debian/copyright: + [Lintian] Updated for symbol © instead of (C) + Updated Debian packaging copyright year and email address * debian/rules: + Used dh_prep instead of deprecated dh_clean -k -- Kartik Mistry Thu, 26 Feb 2009 03:33:16 +0530 libyahoo2 (0.7.7-1) unstable; urgency=low * New upstream release * debian/control: + Renamed binary library package libyahoo2-9 to libyahoo2-10 as soname is changed by upstream + Updated Standards-Version to 3.8.0 (no changes needed) + Updated Depends due to change in package name * Updated names of .install and .docs files for libyahoo2-10 binary package * Added debian/symbol file using dpkg-gensymbols, Thanks to Jaldhar for help * debian/rules: + dh_makeshlibs -V now generates needed shlibs file + Fixed config.sub/config.guess presence in .diff.gz by moving its section after ./configure and removing them in clean section * Uploaded for Kartik by Jaldhar H. Vyas -- Kartik Mistry Tue, 15 Jul 2008 22:11:58 +0530 libyahoo2 (0.7.6-1) unstable; urgency=low * New upstream release + Dropped dpatch support, patch 01_sha_replacements.dpatch merged with upstream * debian/README.Debian: + Removed as it is not required now * Added debian/watch file * debian/rules: + [Lintian] Fixed config.guess, config.sub presence in .diff.gz, Thanks to Kumar Appaiah for help * debian/copyright: + Updated Authors list + Updated Debian package copyright year * Uploaded for Kartik by Jaldhar H. Vyas -- Kartik Mistry Tue, 06 May 2008 14:27:51 +0530 libyahoo2 (0.7.5+dfsg-4) unstable; urgency=low * debian/control: + Updated Standards-Version to 3.7.3 + Updated Homepage entry * Added debian/README.Debian explaining about dfsg tarball * debian/copyright: + Added missing copyright owner for package + Updated link of GPL license * debian/rules: + Moved CFLAGS inside ./configure * Uploaded for Kartik by Jaldhar H. Vyas -- Kartik Mistry Sat, 29 Dec 2007 12:54:27 +0530 libyahoo2 (0.7.5+dfsg-3) unstable; urgency=low * debian/rules: fixed clean target, formatted configure flags * debian/copyright: moved copyright out of license section, added package copyright * debian/control: fixed long description, added homepage entry -- Kartik Mistry Fri, 12 Oct 2007 15:34:21 +0530 libyahoo2 (0.7.5+dfsg-2) unstable; urgency=low * Updated debhelper compability to 5 * debian/control: added ${misc:Depends}, minor cleanups, changed dependency of libyahoo2-dev to libyahoo2-9 (= ${binary:Version}) * debian/copyright: minor cleanups * debian/rules: minor cleanups -- Kartik Mistry Mon, 23 Apr 2007 11:47:36 +0530 libyahoo2 (0.7.5+dfsg-1) unstable; urgency=low * Initial release (Closes: #399668) * Rename package from libyahoo2 to libyahoo2-9 according to soname standards * Removed src/sha.c and src/sha.h to make it DFSG compatible * Added src/sha1.c and src/sha1.h from svn repository of project * Changes in src/libyahoo2.c, src/Makefile.in, src/Makefile.am due to replacement of sha.* files -- Kartik Mistry Thu, 04 Jan 2007 17:01:10 +0530 debian/symbols0000664000000000000000000001542011363511310010577 0ustar libyahoo2.so.11 libyahoo2-11 #MINVER# SHA1Final@Base 1.0.0 SHA1Init@Base 1.0.0 SHA1Update@Base 1.0.0 md5_append@Base 1.0.0 md5_finish@Base 1.0.0 md5_init@Base 1.0.0 table_0@Base 1.0.0 table_100@Base 1.0.0 table_101@Base 1.0.0 table_102@Base 1.0.0 table_103@Base 1.0.0 table_104@Base 1.0.0 table_105@Base 1.0.0 table_106@Base 1.0.0 table_107@Base 1.0.0 table_108@Base 1.0.0 table_109@Base 1.0.0 table_10@Base 1.0.0 table_110@Base 1.0.0 table_111@Base 1.0.0 table_112@Base 1.0.0 table_113@Base 1.0.0 table_114@Base 1.0.0 table_115@Base 1.0.0 table_116@Base 1.0.0 table_117@Base 1.0.0 table_118@Base 1.0.0 table_119@Base 1.0.0 table_11@Base 1.0.0 table_120@Base 1.0.0 table_121@Base 1.0.0 table_122@Base 1.0.0 table_123@Base 1.0.0 table_124@Base 1.0.0 table_125@Base 1.0.0 table_126@Base 1.0.0 table_127@Base 1.0.0 table_128@Base 1.0.0 table_129@Base 1.0.0 table_12@Base 1.0.0 table_130@Base 1.0.0 table_131@Base 1.0.0 table_132@Base 1.0.0 table_133@Base 1.0.0 table_134@Base 1.0.0 table_135@Base 1.0.0 table_136@Base 1.0.0 table_137@Base 1.0.0 table_138@Base 1.0.0 table_139@Base 1.0.0 table_13@Base 1.0.0 table_140@Base 1.0.0 table_141@Base 1.0.0 table_142@Base 1.0.0 table_143@Base 1.0.0 table_144@Base 1.0.0 table_145@Base 1.0.0 table_146@Base 1.0.0 table_147@Base 1.0.0 table_148@Base 1.0.0 table_149@Base 1.0.0 table_14@Base 1.0.0 table_150@Base 1.0.0 table_151@Base 1.0.0 table_152@Base 1.0.0 table_153@Base 1.0.0 table_154@Base 1.0.0 table_155@Base 1.0.0 table_156@Base 1.0.0 table_157@Base 1.0.0 table_158@Base 1.0.0 table_159@Base 1.0.0 table_15@Base 1.0.0 table_160@Base 1.0.0 table_161@Base 1.0.0 table_162@Base 1.0.0 table_163@Base 1.0.0 table_164@Base 1.0.0 table_165@Base 1.0.0 table_166@Base 1.0.0 table_167@Base 1.0.0 table_168@Base 1.0.0 table_169@Base 1.0.0 table_16@Base 1.0.0 table_170@Base 1.0.0 table_171@Base 1.0.0 table_172@Base 1.0.0 table_173@Base 1.0.0 table_174@Base 1.0.0 table_175@Base 1.0.0 table_176@Base 1.0.0 table_177@Base 1.0.0 table_178@Base 1.0.0 table_179@Base 1.0.0 table_17@Base 1.0.0 table_180@Base 1.0.0 table_181@Base 1.0.0 table_182@Base 1.0.0 table_183@Base 1.0.0 table_184@Base 1.0.0 table_185@Base 1.0.0 table_186@Base 1.0.0 table_187@Base 1.0.0 table_18@Base 1.0.0 table_19@Base 1.0.0 table_1@Base 1.0.0 table_20@Base 1.0.0 table_21@Base 1.0.0 table_22@Base 1.0.0 table_23@Base 1.0.0 table_24@Base 1.0.0 table_25@Base 1.0.0 table_26@Base 1.0.0 table_27@Base 1.0.0 table_28@Base 1.0.0 table_29@Base 1.0.0 table_2@Base 1.0.0 table_30@Base 1.0.0 table_31@Base 1.0.0 table_32@Base 1.0.0 table_33@Base 1.0.0 table_34@Base 1.0.0 table_35@Base 1.0.0 table_36@Base 1.0.0 table_37@Base 1.0.0 table_38@Base 1.0.0 table_39@Base 1.0.0 table_3@Base 1.0.0 table_40@Base 1.0.0 table_41@Base 1.0.0 table_42@Base 1.0.0 table_43@Base 1.0.0 table_44@Base 1.0.0 table_45@Base 1.0.0 table_46@Base 1.0.0 table_47@Base 1.0.0 table_48@Base 1.0.0 table_49@Base 1.0.0 table_4@Base 1.0.0 table_50@Base 1.0.0 table_51@Base 1.0.0 table_52@Base 1.0.0 table_53@Base 1.0.0 table_54@Base 1.0.0 table_55@Base 1.0.0 table_56@Base 1.0.0 table_57@Base 1.0.0 table_58@Base 1.0.0 table_59@Base 1.0.0 table_5@Base 1.0.0 table_60@Base 1.0.0 table_61@Base 1.0.0 table_62@Base 1.0.0 table_63@Base 1.0.0 table_64@Base 1.0.0 table_65@Base 1.0.0 table_66@Base 1.0.0 table_67@Base 1.0.0 table_68@Base 1.0.0 table_69@Base 1.0.0 table_6@Base 1.0.0 table_70@Base 1.0.0 table_71@Base 1.0.0 table_72@Base 1.0.0 table_73@Base 1.0.0 table_74@Base 1.0.0 table_75@Base 1.0.0 table_76@Base 1.0.0 table_77@Base 1.0.0 table_78@Base 1.0.0 table_79@Base 1.0.0 table_7@Base 1.0.0 table_80@Base 1.0.0 table_81@Base 1.0.0 table_82@Base 1.0.0 table_83@Base 1.0.0 table_84@Base 1.0.0 table_85@Base 1.0.0 table_86@Base 1.0.0 table_87@Base 1.0.0 table_88@Base 1.0.0 table_89@Base 1.0.0 table_8@Base 1.0.0 table_90@Base 1.0.0 table_91@Base 1.0.0 table_92@Base 1.0.0 table_93@Base 1.0.0 table_94@Base 1.0.0 table_95@Base 1.0.0 table_96@Base 1.0.0 table_97@Base 1.0.0 table_98@Base 1.0.0 table_99@Base 1.0.0 table_9@Base 1.0.0 y_list_append@Base 1.0.0 y_list_concat@Base 1.0.0 y_list_copy@Base 1.0.0 y_list_empty@Base 1.0.0 y_list_find@Base 1.0.0 y_list_find_custom@Base 1.0.0 y_list_foreach@Base 1.0.0 y_list_free@Base 1.0.0 y_list_free_1@Base 1.0.0 y_list_insert_sorted@Base 1.0.0 y_list_length@Base 1.0.0 y_list_nth@Base 1.0.0 y_list_prepend@Base 1.0.0 y_list_remove@Base 1.0.0 y_list_remove_link@Base 1.0.0 y_list_singleton@Base 1.0.0 y_str_to_utf8@Base 1.0.0 y_string_append@Base 1.0.0 y_utf8_to_str@Base 1.0.0 yahoo_add_buddy@Base 1.0.0 yahoo_buddyicon_request@Base 1.0.0 yahoo_change_buddy_group@Base 1.0.0 yahoo_chat_keepalive@Base 1.0.0 yahoo_chat_logoff@Base 1.0.0 yahoo_chat_logon@Base 1.0.0 yahoo_chat_message@Base 1.0.0 yahoo_close@Base 1.0.0 yahoo_conference_addinvite@Base 1.0.0 yahoo_conference_decline@Base 1.0.0 yahoo_conference_invite@Base 1.0.0 yahoo_conference_logoff@Base 1.0.0 yahoo_conference_logon@Base 1.0.0 yahoo_conference_message@Base 1.0.0 yahoo_confirm_buddy@Base 1.0.0 yahoo_connect@Base 1.0.0 yahoo_crypt@Base 1.0.0 yahoo_current_status@Base 1.0.0 yahoo_fntable@Base 1.0.0 yahoo_get_buddylist@Base 1.0.0 yahoo_get_chatrooms@Base 1.0.0 yahoo_get_cookie@Base 1.0.0 yahoo_get_fd@Base 1.0.0 yahoo_get_identities@Base 1.0.0 yahoo_get_ignorelist@Base 1.0.0 yahoo_get_list@Base 1.0.0 yahoo_get_log_level@Base 1.0.0 yahoo_get_profile_url@Base 1.0.0 yahoo_get_yab@Base 1.0.0 yahoo_group_rename@Base 1.0.0 yahoo_http_get@Base 1.0.0 yahoo_http_head@Base 1.0.0 yahoo_http_post@Base 1.0.0 yahoo_ignore_buddy@Base 1.0.0 yahoo_init@Base 1.0.0 yahoo_init_with_attributes@Base 1.0.0 yahoo_keepalive@Base 1.0.0 yahoo_log_message@Base 1.0.0 yahoo_login@Base 1.0.0 yahoo_logoff@Base 1.0.0 yahoo_read_ready@Base 1.0.0 yahoo_refresh@Base 1.0.0 yahoo_register_callbacks@Base 1.0.0 yahoo_remove_buddy@Base 1.0.0 yahoo_search@Base 1.0.0 yahoo_search_again@Base 1.0.0 yahoo_send_buzz@Base 1.0.0 yahoo_send_file@Base 1.0.0 yahoo_send_file_transfer_response@Base 1.0.0 yahoo_send_im@Base 1.0.0 yahoo_send_picture@Base 1.0.0 yahoo_send_picture_checksum@Base 1.0.0 yahoo_send_picture_info@Base 1.0.0 yahoo_send_picture_update@Base 1.0.0 yahoo_send_typing@Base 1.0.0 yahoo_set_away@Base 1.0.0 yahoo_set_identity_status@Base 1.0.0 yahoo_set_log_level@Base 1.0.0 yahoo_set_yab@Base 1.0.0 yahoo_stealth_buddy@Base 1.0.0 yahoo_tcp_readline@Base 1.0.0 yahoo_urldecode@Base 1.0.0 yahoo_urlencode@Base 1.0.0 yahoo_webcam_accept_viewer@Base 1.0.0 yahoo_webcam_close_feed@Base 1.0.0 yahoo_webcam_get_feed@Base 1.0.0 yahoo_webcam_invite@Base 1.0.0 yahoo_webcam_send_image@Base 1.0.0 yahoo_write_ready@Base 1.0.0 yahoo_xfrm@Base 1.0.0 yahoo_xmldecode@Base 1.0.0 yc@Base 1.0.0 debian/compat0000664000000000000000000000000211351452624010371 0ustar 5 debian/libyahoo2-dev.install0000664000000000000000000000006011351452624013223 0ustar usr/include/* usr/lib/lib*.so usr/lib/pkgconfig debian/libyahoo2-11.install0000664000000000000000000000002211351452624012664 0ustar usr/lib/lib*.so.* debian/copyright0000664000000000000000000001412211425267203011125 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 Name: libyahoo2 Maintainer: Kartik Mistry Source: Authors: Philip S Tellis Maintainer Steve McAndrewSmith Code cleanups Michael Kamp Webcam Support Wayne Parrott Yahoo Chat Doug Davis Various Patches Konstantin Klyagin Yahoo Search Tri S. Windows Support Ray Van Dolson Fedora Packager / Release Siddhesh Poyarekar YMSG16 Support Files: * Copyright: © 2002-2010, The libyahoo2 Project Authors and Contributors. License: GPL-2+ libyahoo2 is derivative of the yahoo module from gaim. The following persons have contributed to gaim: . Copyright: © 1998-1999, Mark Spencer 1998-1999, Adam Fritzler 1998-2002, Rob Flynn 2000-2002, Eric Warmenhoven 2001-2002, Brian Macke 2001, Anand Biligiri S 2001, Valdis Kletnieks 2002, Sean Egan 2002, Toby Gray 2004, Craig West . This library also uses code from other libraries, namely: Portions from libfaim, . Copyright: © 1998-1999, Adam Fritzler . Portions of Sylpheed, Copyright: © 2000-2002, Hiroyuki Yamamoto . This package is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. . This package is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . You should have received a copy of the GNU General Public License along with this package; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. . On Debian systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-2' and in `/usr/share/common-licenses/GPL-3' files. File: crypt.c Copyright: © 1996, 1997, 1999, 2000 Free Software Foundation, Inc. License: LGPL-2.1+ This file is part of the GNU C Library. Contributed by Ulrich Drepper , 1996. . The GNU C Library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. . The GNU C Library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. . You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. . On Debian systems, the complete text of the GNU Lesser General Public License can be found in `/usr/share/common-licenses/LGPL-2.1' and `/usr/share/common-licenses/LGPL-3'. Files: md5.* Copyright © 1999 Aladdin Enterprises. All rights reserved. License: This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. . Permission is granted to anyone to use this software for any purpose, including commercial applications, and to alter it and redistribute it freely, subject to the following restrictions: . 1. The origin of this software must not be misrepresented; you must not claim that you wrote the original software. If you use this software in a product, an acknowledgment in the product documentation would be appreciated but is not required. 2. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software. 3. This notice may not be removed or altered from any source distribution. . L. Peter Deutsch ghost@aladdin.com Files: sha1.* Copyright © 2001-2003 Allan Saddi License: Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: . 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. . THIS SOFTWARE IS PROVIDED BY ALLAN SADDI AND HIS CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL ALLAN SADDI OR HIS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Files: debian/* Copyright: © 2006-2010, Kartik Mistry License: GPL-3+ debian/source/0000775000000000000000000000000011351455502010471 5ustar debian/source/format0000664000000000000000000000001411363643302011677 0ustar 3.0 (quilt) debian/libyahoo2-11.docs0000664000000000000000000000001211351452624012145 0ustar NEWS TODO debian/control0000664000000000000000000000226112262456566010612 0ustar Source: libyahoo2 Priority: optional Section: libs Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Kartik Mistry Uploaders: Jaldhar H. Vyas Build-Depends: debhelper (>= 7), dh-autoreconf, chrpath, libssl-dev, libglib2.0-dev Homepage: http://libyahoo2.sourceforge.net/ Standards-Version: 3.9.1 Package: libyahoo2-11 Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: Yahoo Messenger protocol C library libyahoo2 is a C library that handles the new Yahoo! Messenger protocol. It communicates with clients via a callback mechanism and has the capability to handle multiple accounts simultaneously. Package: libyahoo2-dev Section: libdevel Architecture: any Depends: libyahoo2-11 (= ${binary:Version}), ${misc:Depends} Description: Yahoo Messenger protocol C library (development) libyahoo2 is a C library that handles the new Yahoo! Messenger protocol. It communicates with clients via a callback mechanism and has the capability to handle multiple accounts simultaneously. . This package contains the development files. debian/patches/0000775000000000000000000000000011351455206010621 5ustar debian/patches/series0000664000000000000000000000002411351455036012033 0ustar h_addr_glibc28.diff debian/patches/h_addr_glibc28.diff0000664000000000000000000000140611351455173014212 0ustar Fix "'struct hostent' has no member named 'h_addr'" build errors. Author: Devid Antonio Filoni --- a/src/autoresponder.c +++ b/src/autoresponder.c @@ -265,7 +265,7 @@ hn = gethostbyname(buff); if(hn) - strncpy_term(addresses, inet_ntoa( *((struct in_addr*)hn->h_addr)), sizeof(addresses) ); + strncpy_term(addresses, inet_ntoa( *((struct in_addr*)hn->h_addr_list[0])), sizeof(addresses) ); else addresses[0] = 0; --- a/src/sample_client.c +++ b/src/sample_client.c @@ -252,7 +252,7 @@ hn = gethostbyname(buff); if(hn) - strncpy(addresses, inet_ntoa( *((struct in_addr*)hn->h_addr)), sizeof(addresses) ); + strncpy(addresses, inet_ntoa( *((struct in_addr*)hn->h_addr_list[0])), sizeof(addresses) ); else addresses[0] = 0;