Author: bddebian-guest Date: 2007-12-13 19:50:06 +0000 (Thu, 13 Dec 2007) New Revision: 4920
Added: packages/trunk/shisen.app/ packages/trunk/shisen.app/debian/ packages/trunk/shisen.app/debian/Shisen.6 packages/trunk/shisen.app/debian/Shisen.desktop packages/trunk/shisen.app/debian/changelog packages/trunk/shisen.app/debian/compat packages/trunk/shisen.app/debian/control packages/trunk/shisen.app/debian/copyright packages/trunk/shisen.app/debian/dirs packages/trunk/shisen.app/debian/lintian-override packages/trunk/shisen.app/debian/manpages packages/trunk/shisen.app/debian/menu packages/trunk/shisen.app/debian/rules Log: Inject new package: shisen.app Added: packages/trunk/shisen.app/debian/Shisen.6 =================================================================== --- packages/trunk/shisen.app/debian/Shisen.6 (rev 0) +++ packages/trunk/shisen.app/debian/Shisen.6 2007-12-13 19:50:06 UTC (rev 4920) @@ -0,0 +1,23 @@ +.TH GSHISEN 6 "September 25, 2004" +.SH NAME +Shisen \- puzzle game for GNUstep +.SH SYNOPSIS +.B Shisen +This manual page documents briefly the +.B Shisen +command. +This manual page was written for the Debian distribution +because the original program does not have a manual page. +Instead, it has documentation in the GNU Info format; see below. +.PP +In \fBShisen\fP the object is to remove all tiles from the field. Only two +matching tiles can be removed at a time. Two tiles can only be removed if +they can be connected with at most three connected lines. Lines can +be horizontal or vertical but not diagonal. Remember that lines may +cross the empty border. If you are stuck, you can use the Hint feature +to find two tiles which may be removed. +.SH SEE ALSO +.BR GNUstep (1). +.SH AUTHOR +This manual page was written by G\[:u]rkan Seng\[:u]n <[EMAIL PROTECTED]>, +for the Debian project (but may be used by others). Added: packages/trunk/shisen.app/debian/Shisen.desktop =================================================================== --- packages/trunk/shisen.app/debian/Shisen.desktop (rev 0) +++ packages/trunk/shisen.app/debian/Shisen.desktop 2007-12-13 19:50:06 UTC (rev 4920) @@ -0,0 +1,7 @@ +[Desktop Entry] +Type=Application +Version=0.94 +Categories=Game;LogicGame; +Name=Shisen +Icon=/usr/lib/GNUstep/Applications/Shisen.app/Resources/GShisen.tiff +Exec=Shisen Added: packages/trunk/shisen.app/debian/changelog =================================================================== --- packages/trunk/shisen.app/debian/changelog (rev 0) +++ packages/trunk/shisen.app/debian/changelog 2007-12-13 19:50:06 UTC (rev 4920) @@ -0,0 +1,54 @@ +shisen.app (1.2.0-7) unstable; urgency=low + + [ Barry deFreese ] + * New maintainer (Closes: #454439) + + Debian Games Team <[EMAIL PROTECTED]> + * Add myself to uploaders + * Add VCS fields to control + * Bump debhelper build-dep and compat to 5 + * Bump Standards Version to 3.7.3 + + -- Barry deFreese <[EMAIL PROTECTED]> Wed, 12 Dec 2007 17:45:40 -0500 + +shisen.app (1.2.0-6) unstable; urgency=low + + * Orphaning package, setting maintainer to the Debian QA Group. + + -- Ana Beatriz Guerrero Lopez <[EMAIL PROTECTED]> Fri, 07 Dec 2007 03:01:06 +0100 + +shisen.app (1.2.0-5) unstable; urgency=low + + * GNUstep transition. + + Updated debian/rules. + + Updated debian/dirs. + * Added a desktop file. + + -- Gürkan Sengün <[EMAIL PROTECTED]> Sat, 06 Oct 2007 15:48:15 +0200 + +shisen.app (1.2.0-4) unstable; urgency=low + + * Rebuild against latest libgnustep-gui-dev. + * Bump standards version. + + -- Gürkan Sengün <[EMAIL PROTECTED]> Wed, 20 Sep 2006 22:46:23 +0200 + +shisen.app (1.2.0-3) unstable; urgency=low + + * Rebuild against latest libgnustep-gui. + * Update manual page. + * Bump standards version. + + -- Gürkan Sengün <[EMAIL PROTECTED]> Sun, 22 Jan 2006 09:53:11 +0100 + +shisen.app (1.2.0-2) unstable; urgency=low + + * Renamed source package to shisen.app. + * Updated debian/control build-depends for GNUstep 0.9.4. (closes: #282542) + + -- Gürkan Sengün <[EMAIL PROTECTED]> Tue, 16 Nov 2004 23:46:04 +0100 + +gshisen (1.2.0-1) unstable; urgency=low + + * Initial Release. (closes: #273492) + + -- Gürkan Sengün <[EMAIL PROTECTED]> Sun, 8 Aug 2004 22:31:11 +0200 Added: packages/trunk/shisen.app/debian/compat =================================================================== --- packages/trunk/shisen.app/debian/compat (rev 0) +++ packages/trunk/shisen.app/debian/compat 2007-12-13 19:50:06 UTC (rev 4920) @@ -0,0 +1 @@ +5 Added: packages/trunk/shisen.app/debian/control =================================================================== --- packages/trunk/shisen.app/debian/control (rev 0) +++ packages/trunk/shisen.app/debian/control 2007-12-13 19:50:06 UTC (rev 4920) @@ -0,0 +1,20 @@ +Source: shisen.app +Section: games +Priority: optional +Maintainer: Debian Games Team <[EMAIL PROTECTED]> +Uploaders: Barry deFreese <[EMAIL PROTECTED]> +Build-Depends: debhelper (>= 5.0.0), libgnustep-gui-dev (>= 0.12.0), gnustep-make +Standards-Version: 3.7.3 +Vcs-Svn: ssh://svn.debian.org/svn/pkg-games/packages/trunk/shisen.app/ +Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/shisen.app/?op=log + +Package: shisen.app +Architecture: any +Depends: ${shlibs:Depends} +Description: Shisen-sho puzzle game for GNUstep + The object of the game is to remove all tiles from the field. Only two + matching tiles can be removed at a time. Two tiles can only be removed + if they can be connected with at most three connected lines. Lines can + be horizontal or vertical but not diagonal. Remember that lines may + cross the empty border. If you are stuck, you can use the Hint feature + to find two tiles which may be removed. Added: packages/trunk/shisen.app/debian/copyright =================================================================== --- packages/trunk/shisen.app/debian/copyright (rev 0) +++ packages/trunk/shisen.app/debian/copyright 2007-12-13 19:50:06 UTC (rev 4920) @@ -0,0 +1,31 @@ +This package was debianized by Gürkan Sengün <[EMAIL PROTECTED]> on +Sun, 8 Aug 2004 22:31:11 +0200. + +Package maintenance adopted by Debian Games Team <[EMAIL PROTECTED]> +on Wed, 12 Dec 2007 + +It was downloaded from http://www.gnustep.it/enrico/gshisen/ + +Upstream Authors: James Dessart <[EMAIL PROTECTED]>, + Enrico Sersale <[EMAIL PROTECTED]>, + Larry Coleman <[EMAIL PROTECTED]> + +License: + + Copyright (c) 1999-2002 Free Software Foundation, Inc. + + 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; version 2 dated June, 1991. + + 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 GNU/Linux systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL'. Added: packages/trunk/shisen.app/debian/dirs =================================================================== --- packages/trunk/shisen.app/debian/dirs (rev 0) +++ packages/trunk/shisen.app/debian/dirs 2007-12-13 19:50:06 UTC (rev 4920) @@ -0,0 +1,2 @@ +usr/share/lintian/overrides +usr/games Added: packages/trunk/shisen.app/debian/lintian-override =================================================================== --- packages/trunk/shisen.app/debian/lintian-override (rev 0) +++ packages/trunk/shisen.app/debian/lintian-override 2007-12-13 19:50:06 UTC (rev 4920) @@ -0,0 +1 @@ +shisen.app: image-file-in-usr-lib Added: packages/trunk/shisen.app/debian/manpages =================================================================== --- packages/trunk/shisen.app/debian/manpages (rev 0) +++ packages/trunk/shisen.app/debian/manpages 2007-12-13 19:50:06 UTC (rev 4920) @@ -0,0 +1 @@ +debian/Shisen.6 Added: packages/trunk/shisen.app/debian/menu =================================================================== --- packages/trunk/shisen.app/debian/menu (rev 0) +++ packages/trunk/shisen.app/debian/menu 2007-12-13 19:50:06 UTC (rev 4920) @@ -0,0 +1,2 @@ +?package(shisen.app):needs="X11" section="Games/Board"\ + title="Shisen" command="/usr/games/Shisen" Added: packages/trunk/shisen.app/debian/rules =================================================================== --- packages/trunk/shisen.app/debian/rules (rev 0) +++ packages/trunk/shisen.app/debian/rules 2007-12-13 19:50:06 UTC (rev 4920) @@ -0,0 +1,51 @@ +#!/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 clean distclean + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + gs_make install DESTDIR=$(CURDIR)/debian/shisen.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/shisen.app/usr/bin/Shisen $(CURDIR)/debian/shisen.app/usr/games + rm -rf $(CURDIR)/debian/shisen.app/usr/bin/ + +binary-indep: build install +binary-arch: build install + dh_testdir + dh_testroot + dh_installchangelogs + dh_installdocs + dh_installmenu + dh_installman + install -m 644 debian/lintian-override $(CURDIR)/debian/shisen.app/usr/share/lintian/overrides/shisen.app + 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 Property changes on: packages/trunk/shisen.app/debian/rules ___________________________________________________________________ Name: svn:executable + * _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

