--- talksoup.app-0.0.20040113.orig/debian/TalkSoup.1 +++ talksoup.app-0.0.20040113/debian/TalkSoup.1 @@ -13,6 +13,8 @@ \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ürkan Sengün , for the Debian project (but may be used by others). --- talksoup.app-0.0.20040113.orig/debian/copyright +++ talksoup.app-0.0.20040113/debian/copyright @@ -5,5 +5,7 @@ Upstream Author: Andrew Ruder -Copyright: GPL -Please see /usr/share/common-licenses for the full license. +Copyright 2004 by Andrew Ruder. + +Released under the GNU GPL. +Please see /usr/share/common-licenses/GPL for the full license. --- talksoup.app-0.0.20040113.orig/debian/rules +++ talksoup.app-0.0.20040113/debian/rules @@ -20,8 +20,6 @@ configure: configure-stamp configure-stamp: dh_testdir - # Add here commands to configure the package. - touch configure-stamp @@ -29,22 +27,16 @@ build-stamp: configure-stamp dh_testdir - - # Add here commands to compile the package. . /usr/lib/GNUstep/System/Library/Makefiles/GNUstep.sh ; \ $(MAKE) - touch build-stamp clean: dh_testdir dh_testroot rm -f build-stamp configure-stamp - - # Add here commands to clean up after the build process. . /usr/lib/GNUstep/System/Library/Makefiles/GNUstep.sh ; \ $(MAKE) clean - dh_clean install: build @@ -52,11 +44,8 @@ dh_testroot dh_clean -k dh_installdirs - - # Add here commands to install the package into debian/talksoup. . /usr/lib/GNUstep/System/Library/Makefiles/GNUstep.sh ; \ $(MAKE) install GNUSTEP_INSTALLATION_DIR=`pwd`/debian/talksoup.app/usr/lib/GNUstep/System -#DESTDIR=$(CURDIR)/debian/talksoup # Build architecture-independent files here. @@ -70,8 +59,8 @@ 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_install dh_installmenu dh_installman dh_link -ptalksoup.app usr/bin/gnustep-app-wrapper usr/bin/TalkSoup --- talksoup.app-0.0.20040113.orig/debian/changelog +++ talksoup.app-0.0.20040113/debian/changelog @@ -1,3 +1,19 @@ +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. --- talksoup.app-0.0.20040113.orig/debian/README +++ talksoup.app-0.0.20040113/debian/README @@ -19,4 +19,3 @@ Brent Fulgham bfulgham@debian.org 08-28-2004 - --- talksoup.app-0.0.20040113.orig/debian/control +++ talksoup.app-0.0.20040113/debian/control @@ -1,9 +1,9 @@ -Source: talksoup +Source: talksoup.app Section: net Priority: optional Maintainer: Gürkan Sengün -Build-Depends: debhelper (>= 4.0.0), libgnustep-gui0-dev, gnustep-netclasses (>= 0.0.20040112), gnustep-make -Standards-Version: 3.6.1.1 +Build-Depends: debhelper (>= 4.0.0), libgnustep-gui0.10-dev, gnustep-netclasses (>= 0.0.20040112), gnustep-make (>= 1.11.1-1) +Standards-Version: 3.6.1 Package: talksoup.app Architecture: any