--- talksoup.app-1.0alpha-32-g55b4d4e.orig/debian/dirs +++ talksoup.app-1.0alpha-32-g55b4d4e/debian/dirs @@ -0,0 +1,3 @@ +usr/bin +usr/lib/GNUstep/System +usr/share/lintian/overrides --- talksoup.app-1.0alpha-32-g55b4d4e.orig/debian/lintian-override +++ talksoup.app-1.0alpha-32-g55b4d4e/debian/lintian-override @@ -0,0 +1 @@ +talksoup.app: image-file-in-usr-lib --- talksoup.app-1.0alpha-32-g55b4d4e.orig/debian/control +++ talksoup.app-1.0alpha-32-g55b4d4e/debian/control @@ -0,0 +1,18 @@ +Source: talksoup.app +Section: net +Priority: optional +Maintainer: Gürkan Sengün +Build-Depends: debhelper (>= 5.0.0), libgnustep-gui-dev (>= 0.12.0), libnetclasses-dev (>= 1.06.dfsg-3), gnustep-make +Standards-Version: 3.7.2 +Homepage: http://aeruder.gnustep.us/talksoup/ + +Package: talksoup.app +Architecture: any +Depends: ${shlibs:Depends} +Replaces: talksoup +Conflicts: talksoup +Provides: irc +Description: IRC client for GNUstep + TalkSoup is a GNUstep IRC client built on the extensibility of the + Objective-C language. The entire IRC client is implemented by plugins, + so one can pick and choose what they want to use. --- talksoup.app-1.0alpha-32-g55b4d4e.orig/debian/compat +++ talksoup.app-1.0alpha-32-g55b4d4e/debian/compat @@ -0,0 +1 @@ +5 --- talksoup.app-1.0alpha-32-g55b4d4e.orig/debian/changelog +++ talksoup.app-1.0alpha-32-g55b4d4e/debian/changelog @@ -0,0 +1,87 @@ +talksoup.app (1.0alpha-32-g55b4d4e-1.2build1) raring; urgency=low + + * Rebuild for gnustep-gui 0.22 transition. + + -- Benjamin Drung Wed, 21 Nov 2012 16:51:30 +0100 + +talksoup.app (1.0alpha-32-g55b4d4e-1.2) unstable; urgency=low + + * Non-maintainer upload. + * Fix FTBFS with gnustep-base/1.22 (Closes: #629215). + * debian/control (Maintainer): Fix Gürkan's email address. + + -- Yavor Doganov Sat, 08 Oct 2011 15:01:32 +0300 + +talksoup.app (1.0alpha-32-g55b4d4e-1.1) unstable; urgency=low + + * Non-maintainer upload by sponsor. + * Apply patch by Yavor Doganov to fix FTBTS. + (Closes: #581987) + + -- Ana Beatriz Guerrero Lopez Fri, 13 Aug 2010 00:23:20 +0200 + +talksoup.app (1.0alpha-32-g55b4d4e-1) unstable; urgency=low + + * New upstream version. + * GNUstep transition. (Closes: #447448) + + Updated debian/rules. + * Rebuild against latest libgnustep-gui-dev. (Closes: #391003) + Many thanks to Yavor Doganov for the patch. + * Updated manual page. + * Bump standards version (no changes needed). + * Updated debian/copyright. + * Bumped compat level to 5. + * ACK NMUs. (Closes: #356541, #350080) + + -- Gürkan Sengün Tue, 06 Nov 2007 01:30:05 +0100 + +talksoup.app (0.0.20040113-1.1) unstable; urgency=high + + * Non-maintainer upload. + * Update libgnustep-gui build-dep (Closes: #350080). + * Use gsdh_gnustep. + + -- Luk Claes Sun, 12 Mar 2006 17:54:02 +0100 + +talksoup.app (0.0.20040113-1) unstable; urgency=low + + * Renamed source package to talksoup.app. + * Fixed debian/copyright. + * Updated debian/control build-depends for GNUstep 0.9.4. + + -- Gürkan Sengün Tue, 23 Nov 2004 22:35:36 +0100 + +talksoup (0.0.20040113-0.1) unstable; urgency=low + + * NMU to correct build issue. + + -- Brent A. Fulgham Tue, 24 Aug 2004 22:20:49 -0700 + +talksoup (0.0.20032712-4) unstable; urgency=low + + * Renamed binary package to talksoup.app + * Updated build-depends to latest gnustep + * Added Provides: irc + + -- Gürkan Sengün Thu, 29 Jul 2004 01:30:08 +0200 + +talksoup (0.0.20032712-3) unstable; urgency=low + + * Some build-depends were renamed (netclasses-frameworks). + + -- Gürkan Sengün Mon, 5 Apr 2004 23:55:53 +0200 + +talksoup (0.0.20032712-2) unstable; urgency=low + + * Added missing build-depends gnustep-make. (Closes: #240720) + * Updated the GNUstep.sh path. + * Dropped .app from debian/menu and debian/talksoup.sh + * Removed versions from build-depends. + + -- Gürkan Sengün Tue, 30 Mar 2004 00:13:56 +0200 + +talksoup (0.0.20032712-1) unstable; urgency=low + + * Initial Release. + + -- Gürkan Sengün Tue, 30 Dec 2003 21:18:16 +0100 --- talksoup.app-1.0alpha-32-g55b4d4e.orig/debian/TalkSoup.1 +++ talksoup.app-1.0alpha-32-g55b4d4e/debian/TalkSoup.1 @@ -0,0 +1,20 @@ +.TH TALKSOUP 1 "December 30, 2003" +.SH NAME +TalkSoup \- IRC client for GNUstep +.SH SYNOPSIS +.B TalkSoup +.SH DESCRIPTION +This manual page documents briefly the +.B TalkSoup +command. +This manual page was written for the Debian distribution +because the original program does not have a manual page. +.PP +\fBTalkSoup\fP is a GNUstep IRC client built on the extensibility of the +Objective-C language. The entire IRC client is implemented by plugins, so +one can pick and choose what they want to use. +.SH SEE ALSO +.BR GNUstep (7). +.SH AUTHOR +This manual page was written by G\[:u]rkan Seng\[:u]n , +for the Debian project (but may be used by others). --- talksoup.app-1.0alpha-32-g55b4d4e.orig/debian/README +++ talksoup.app-1.0alpha-32-g55b4d4e/debian/README @@ -0,0 +1,21 @@ +Note: If TalkSoup fails to work after this install, you may +need to purge the TalkSoup entries in your ~/GNUstep/Defaults/.GNUstepDefaults +file. + +Save this file someplace safe, then edit with Emacs or VI and remove +the entire stanza related to TalkSoup: + +TalkSoup = { + DCCSupport = { + BlockSize = 2000; + [ ... pages of stuff ... ] + } +} + +Most of this is auto-generated, so even though you are deleting a lot of +stuff, you won't lose much. Just back it up so you can remember the +cool color scheme and favorite IRC hosts. + +Brent Fulgham +bfulgham@debian.org +08-28-2004 --- talksoup.app-1.0alpha-32-g55b4d4e.orig/debian/talksoup.app.links +++ talksoup.app-1.0alpha-32-g55b4d4e/debian/talksoup.app.links @@ -0,0 +1,5 @@ +usr/lib/GNUstep/Frameworks/TalkSoupBundles.framework/Versions/Current/TalkSoupBundles usr/lib/GNUstep/Frameworks/TalkSoupBundles.framework/TalkSoupBundles +usr/lib/GNUstep/Frameworks/TalkSoupBundles.framework/Versions/Current/libTalkSoupBundles.so usr/lib/GNUstep/Frameworks/TalkSoupBundles.framework/libTalkSoupBundles.so +usr/lib/GNUstep/Frameworks/TalkSoupBundles.framework/Versions/Current/libTalkSoupBundles.so usr/lib/libTalkSoupBundles.so +usr/lib/GNUstep/Frameworks/TalkSoupBundles.framework/Versions/Current/libTalkSoupBundles.so.0 usr/lib/libTalkSoupBundles.so.0 +usr/lib/GNUstep/Frameworks/TalkSoupBundles.framework/Versions/Current/libTalkSoupBundles.so.0.0.1 usr/lib/libTalkSoupBundles.so.0.0.1 --- talksoup.app-1.0alpha-32-g55b4d4e.orig/debian/copyright +++ talksoup.app-1.0alpha-32-g55b4d4e/debian/copyright @@ -0,0 +1,29 @@ +This package was debianized by Gürkan Sengün on +Tue, 30 Dec 2003 21:18:16 +0100. + +It was downloaded from http://talksoup.aeruder.net/ + +Upstream Author: + + Andrew Ruder + +License: + + Copyright (C) 2004-2005 Andrew Ruder + + TalkSoup 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 program 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 program; if not, write to the Free Software + Foundation, Inc., 51 Franklin Street, 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 file. --- talksoup.app-1.0alpha-32-g55b4d4e.orig/debian/menu +++ talksoup.app-1.0alpha-32-g55b4d4e/debian/menu @@ -0,0 +1,2 @@ +?package(talksoup.app):needs="X11" section="Applications/Network/Communication"\ + title="TalkSoup" command="/usr/bin/TalkSoup" --- talksoup.app-1.0alpha-32-g55b4d4e.orig/debian/rules +++ talksoup.app-1.0alpha-32-g55b4d4e/debian/rules @@ -0,0 +1,60 @@ +#!/usr/bin/make -f +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +include /usr/share/GNUstep/debian/config.mk +GNUSTEP_MAKEFILES=$(GS_MAKE_DIR) + +MAKE=gs_make + +build: build-stamp + +build-stamp: + dh_testdir + $(MAKE) + touch build-stamp + +clean: + dh_testdir + dh_testroot + rm -f build-stamp + $(MAKE) clean + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + $(MAKE) install GNUSTEP_INSTALLATION_DOMAIN=SYSTEM DESTDIR=$(CURDIR)/debian/talksoup.app + dh_install debian/*.desktop usr/share/applications/ + rm $(CURDIR)/debian/*.app/usr/lib/GNUstep/Applications/*.app/Resources/*.desktop + +# Build architecture-independent files here. +binary-indep: build install +# We have nothing to do by default. + +# Build architecture-dependent files here. +binary-arch: build install + dh_testdir + dh_testroot + dh_installchangelogs ChangeLog + install -m 644 debian/lintian-override $(CURDIR)/debian/talksoup.app/usr/share/lintian/overrides/talksoup.app + dh_installdocs + gsdh_gnustep + dh_installexamples + dh_installmenu + dh_installman + dh_link + dh_strip + dh_compress + dh_fixperms + dh_makeshlibs -V -n + dh_installdeb + dh_shlibdeps debian/talksoup.app/usr/lib/GNUstep/Frameworks/TalkSoupBundles.framework/Versions/Current + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install --- talksoup.app-1.0alpha-32-g55b4d4e.orig/debian/manpages +++ talksoup.app-1.0alpha-32-g55b4d4e/debian/manpages @@ -0,0 +1 @@ +debian/TalkSoup.1 --- talksoup.app-1.0alpha-32-g55b4d4e.orig/debian/TalkSoup.desktop +++ talksoup.app-1.0alpha-32-g55b4d4e/debian/TalkSoup.desktop @@ -0,0 +1,8 @@ +[Desktop Entry] +Type=Application +Version=0.94 +Categories=Network;IRCClient; +Name=TalkSoup +Comment=An IRC Client for GNUstep and Mac OS X +Icon=TalkSoup.tiff +Exec=TalkSoup --- talksoup.app-1.0alpha-32-g55b4d4e.orig/debian/docs +++ talksoup.app-1.0alpha-32-g55b4d4e/debian/docs @@ -0,0 +1,2 @@ +FAQ +README --- talksoup.app-1.0alpha-32-g55b4d4e.orig/Output/GNUstepOutput/Misc/NSObjectAdditions.m +++ talksoup.app-1.0alpha-32-g55b4d4e/Output/GNUstepOutput/Misc/NSObjectAdditions.m @@ -30,38 +30,24 @@ @implementation NSObject (Introspection) + (NSArray *)methodsDefinedForClass { - struct objc_method_list *list; -#ifdef __APPLE__ - void *iterator; -#endif + Method *methods; + unsigned int numMethods; Class class; int z; - int y; SEL sel; NSMutableArray *array = AUTORELEASE([NSMutableArray new]); class = [self class]; -#ifdef __APPLE__ - iterator = 0; - while ((list = class_nextMethodList(class, &iterator))) + methods = class_copyMethodList(class, &numMethods); { -#else - for (list = class->methods; list != NULL; list=list->method_next) - { -#endif - y = list->method_count; - for (z = 0; z < y; z++) + for (z = 0; z < numMethods; z++) { - sel = list->method_list[z].method_name; -#ifdef __APPLE__ - [array addObject: AUTORELEASE([[NSString alloc] initWithUTF8String: - (char *)sel])]; -#else - [array addObject: NSStringFromSelector(sel)]; -#endif + sel = method_getName(methods[z]); + [array addObject: NSStringFromSelector(sel)]; } } + free(methods); return [NSArray arrayWithArray: array]; }