--- gomoku.app-1.2.9.orig/debian/docs +++ gomoku.app-1.2.9/debian/docs @@ -0,0 +1,2 @@ +README +TODO --- gomoku.app-1.2.9.orig/debian/copyright +++ gomoku.app-1.2.9/debian/copyright @@ -0,0 +1,32 @@ +This package was debianized by: + + Gürkan Sengün on Wed, 18 Feb 2004 03:47:14 +0100. + +It was downloaded from: + + http://www.gnustep.it/nicola/Applications/Gomoku/ + +Upstream Author: + + Nicola Pero + +Copyright: + + Copyright (C) 2000 Nicola Pero + + This program 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 St, Fifth Floor, Boston, MA 02110-1301 USA. + +Released under the GNU GPL. +Please see /usr/share/common-licenses/GPL for the full license. --- gomoku.app-1.2.9.orig/debian/dirs +++ gomoku.app-1.2.9/debian/dirs @@ -0,0 +1,3 @@ +usr/games +usr/share/pixmaps +usr/share/lintian/overrides --- gomoku.app-1.2.9.orig/debian/control +++ gomoku.app-1.2.9/debian/control @@ -0,0 +1,20 @@ +Source: gomoku.app +Section: gnustep +Priority: optional +Maintainer: Debian GNUstep maintainers +Uploaders: Gürkan Sengün +Build-Depends: debhelper (>= 7), libgnustep-gui-dev (>= 0.12.0), gnustep-make +Homepage: http://www.gnustep.it/nicola/Applications/Gomoku/ +Standards-Version: 3.9.1 + +Package: gomoku.app +Architecture: any +Depends: ${shlibs:Depends} +Conflicts: gomoku +Replaces: gomoku +Description: Extended TicTacToe game for GNUstep + Gomoku is an extended TicTacToe game for GNUstep. You win + the game if you are able to put 5 of your pieces in a row, column, + or diagonal. You lose if the computer does so before you. You can + play the game on boards of different size. The game has 6 different + difficulty levels. --- gomoku.app-1.2.9.orig/debian/Gomoku.6 +++ gomoku.app-1.2.9/debian/Gomoku.6 @@ -0,0 +1,23 @@ +.TH GOMOKU 6 "November 16, 2004" +.SH NAME +Gomoku \- extended TicTacToe game for GNUstep +.SH SYNOPSIS +.B Gomoku +[\fIFIELDSIZE\fR] +.SH DESCRIPTION +This manual page documents briefly the +.B Gomoku +command. +This manual page was written for the Debian distribution +because the original program does not have a manual page. +.PP +\fBGomoku\fP is an extended TicTacToe game for GNUstep. You win +the game if you are able to put 5 of your pieces in a row, column, +or diagonal. You lose if the computer does so before you. You can +play the game on boards of different size. The game has 6 different +difficulty levels. +.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). --- gomoku.app-1.2.9.orig/debian/manpages +++ gomoku.app-1.2.9/debian/manpages @@ -0,0 +1 @@ +debian/Gomoku.6 --- gomoku.app-1.2.9.orig/debian/lintian-override +++ gomoku.app-1.2.9/debian/lintian-override @@ -0,0 +1 @@ +gomoku.app: image-file-in-usr-lib --- gomoku.app-1.2.9.orig/debian/compat +++ gomoku.app-1.2.9/debian/compat @@ -0,0 +1 @@ +7 --- gomoku.app-1.2.9.orig/debian/menu +++ gomoku.app-1.2.9/debian/menu @@ -0,0 +1,2 @@ +?package(gomoku.app):needs="X11" section="Games/Board"\ + title="Gomoku" command="/usr/games/Gomoku" --- gomoku.app-1.2.9.orig/debian/Gomoku.desktop +++ gomoku.app-1.2.9/debian/Gomoku.desktop @@ -0,0 +1,7 @@ +[Desktop Entry] +Type=Application +Version=0.94 +Categories=Game;BoardGame; +Name=Gomoku.app +Comment=GNUstep Gomoku Game +Exec=Gomoku --- gomoku.app-1.2.9.orig/debian/rules +++ gomoku.app-1.2.9/debian/rules @@ -0,0 +1,57 @@ +#!/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) + +build: build-stamp + +build-stamp: + dh_testdir + gs_make + touch build-stamp + +clean: + dh_testdir + dh_testroot + rm -f build-stamp + gs_make distclean clean + dh_clean + +install: build + dh_testdir + dh_testroot + dh_prep + dh_installdirs + gs_make install DESTDIR=$(CURDIR)/debian/gomoku.app GNUSTEP_INSTALLATION_DOMAIN=SYSTEM + dh_install debian/*.desktop usr/share/applications/ + rm $(CURDIR)/debian/*.app/usr/lib/GNUstep/Applications/*.app/Resources/*.desktop + mv $(CURDIR)/debian/gomoku.app/usr/bin/Gomoku $(CURDIR)/debian/gomoku.app/usr/games + rm -rf $(CURDIR)/debian/gomoku.app/usr/bin/ + +# 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 + dh_installdocs + install -m 644 debian/lintian-override $(CURDIR)/debian/gomoku.app/usr/share/lintian/overrides/gomoku.app + dh_installmenu + dh_installman + dh_desktop + dh_strip + dh_compress + dh_fixperms + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install --- gomoku.app-1.2.9.orig/debian/changelog +++ gomoku.app-1.2.9/debian/changelog @@ -0,0 +1,96 @@ +gomoku.app (1.2.9-1build2) raring; urgency=low + + * Rebuild for gnustep-gui 0.22 transition. + + -- Benjamin Drung Wed, 21 Nov 2012 16:48:51 +0100 + +gomoku.app (1.2.9-1build1) oneiric; urgency=low + + * Rebuild for gnustep-base 0.22 and gnustep-gui 0.20. + + -- Colin Watson Mon, 11 Jul 2011 11:24:18 +0100 + +gomoku.app (1.2.9-1) unstable; urgency=low + + * New upstream version. + * Change section to gnustep. + * Bump debhelper version to 7. + * Bump standards version to 3.9.1. + * Move homepage field. + * Update my email address. + * Add GNUstep team to maintainers. + * Reformat debian/copyright. + + -- Gürkan Sengün Wed, 02 Mar 2011 11:05:15 +0100 + +gomoku.app (1.2.7-7) unstable; urgency=low + + * GNUstep transition. + + Updated debian/rules. + + Updated debian/dirs. + * Added a desktop file. + + -- Gürkan Sengün Tue, 23 Oct 2007 10:09:45 +0200 + +gomoku.app (1.2.7-6) unstable; urgency=low + + * Rebuild against latest libgnustep-gui-dev. + * Bump standards version. + + -- Gürkan Sengün Mon, 18 Sep 2006 23:18:24 +0200 + +gomoku.app (1.2.7-5) unstable; urgency=low + + * Rebuild against latest libgnustep-gui. + * Update manual page. + * Bump standards version. + + -- Gürkan Sengün Mon, 23 Jan 2006 10:47:52 +0100 + +gomoku.app (1.2.7-4) unstable; urgency=low + + * Renamed source package to gomoku.app. + * Updated manual page, debian/copright and debian/rules. + * Updated debian/control build-depends for GNUstep 0.9.4. + + -- Gürkan Sengün Tue, 16 Nov 2004 23:19:43 +0100 + +gomoku (1.2.7-3) unstable; urgency=low + + * Removed conflicts with bsdgames + * Updates gnustep build-depends. (Closes: #259483) + * Renamed to gomokue.app + + -- Gürkan Sengün Sun, 18 Jul 2004 11:46:26 +0200 + +gomoku (1.2.7-2) unstable; urgency=low + + * Added conflicts with bsdgames. (closes: #247727) + + -- Gürkan Sengün Thu, 6 May 2004 20:26:10 +0200 + +gomoku (1.2.7-1) unstable; urgency=low + + * New upstream version. + + -- Gürkan Sengün Tue, 20 Apr 2004 19:34:13 +0200 + +gomoku (1.2.6-3) unstable; urgency=low + + * Added Conflicts: bsdgames. (Closes: #243971) + + -- Gürkan Sengün Fri, 16 Apr 2004 01:02:03 +0200 + +gomoku (1.2.6-2) unstable; urgency=low + + * Added missing build-depends gnustep-make. (Closes: #240718) + * Updated the GNUstep.sh path, and the manual page. + * Dropped .app from debian/menu and debian/gomoku.sh + + -- Gürkan Sengün Tue, 30 Mar 2004 00:03:43 +0200 + +gomoku (1.2.6-1) unstable; urgency=low + + * Initial Release. + + -- Gürkan Sengün Wed, 18 Feb 2004 03:47:14 +0100