Codebase list xsol / 2d2412a
Imported Debian patch 0.31-6 Mònica Ramírez Arceda 13 years ago
13 changed file(s) with 216 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 xsol (0.31-6) unstable; urgency=low
1
2 * QA upload.
3 * Changed control file
4 - Changed short description (Closes: #493447).
5 - Changed long description
6 - Changed mantainer to Debian QA Group.
7 - Added Homepage.
8 * Changed copyright file.
9 * Added dirs file.
10 * Changed rules file to use dh command (Closes: #438348).
11 * Added xsol.manpages.
12 * Added install file.
13 * Changed menu file syntax.
14
15 -- Mònica Ramírez Arceda <monica@probeta.net> Tue, 12 Oct 2010 19:45:12 +0200
16
17 xsol (0.31-5) unstable; urgency=low
18
19 * Upped lesstif build-dependency to v2, closes: #347048.
20
21 -- Josip Rodin <joy-packages@debian.org> Sun, 18 Jun 2006 13:09:02 +0200
22
23 xsol (0.31-4.1) unstable; urgency=high
24
25 * Non-maintainer upload.
26 * Removed xlibs-dev build-dep (Closes: #347048).
27
28 -- Luk Claes <luk@debian.org> Fri, 20 Jan 2006 18:30:49 +0100
29
30 xsol (0.31-4) unstable; urgency=low
31
32 * Ackgnowledging the NMU (thanks JHM!).
33 * Random packaging updates.
34 * Added build dependencies, closes: #101634.
35 * No longer depends on xlib6g, closes: #170208.
36
37 -- Josip Rodin <joy-packages@debian.org> Thu, 23 Jan 2003 15:36:48 +0100
38
39 xsol (0.31-3.1) unstable; urgency=low
40
41 * NMU to fix LessTif dependency. (Closes: #48182).
42 * Added -lICE -lSM to link line.
43
44 -- J.H.M. Dassen (Ray) <jdassen@debian.org> Sat, 30 Oct 1999 12:26:06 +0200
45
46 xsol (0.31-3) unstable; urgency=low
47
48 * Updated for Policy 3.x. Moved binary to /usr/games, and manpage to
49 /usr/share/man/man6, to comply with Policy section 5.10.
50
51 -- Josip Rodin <jrodin@jagor.srce.hr> Sun, 19 Sep 1999 19:59:45 +0200
52
53 xsol (0.31-2) unstable; urgency=low
54
55 * Fixed a few errors in menu file and the manpage.
56 * Leave Makefile untouched, instead do everything from debian/rules.
57
58 -- Josip Rodin <jrodin@jagor.srce.hr> Thu, 11 Mar 1999 20:02:17 +0100
59
60 xsol (0.31-1) unstable; urgency=low
61
62 * Initial Release.
63
64 -- Josip Rodin <jrodin@jagor.srce.hr> Sun, 8 Nov 1998 18:00:00 +0100
65
66 Local variables:
67 mode: debian-changelog
68 End:
0 Source: xsol
1 Section: games
2 Priority: optional
3 Maintainer: Debian QA Group <packages@qa.debian.org>
4 Build-Depends: debhelper (>= 7.0.50~), lesstif2-dev
5 Standards-Version: 3.9.1
6 Homepage: ftp://sunsite.unc.edu/pub/Linux/X11/games/
7
8 Package: xsol
9 Architecture: any
10 Depends: ${shlibs:Depends}, ${misc:Depends}
11 Description: A solitaire game for the X Windows system
12 This is a simple Motif/Lesstif version of the classic solitaire game:
13 Klondike Solitaire.
14 .
15 This version of the game runs under X Window System.
0 This work was packaged for Debian by:
1
2 Josip Rodin <jrodin@jagor.srce.hr> on Sun, 8 Nov 1998 18:00:00 +0100
3 Mònica Ramírez Arceda <monica@probeta.net> on Tue, 12 Oct 2010 19:38:14 +0200
4
5 It was downloaded from:
6
7 ftp://sunsite.unc.edu/pub/Linux/X11/games/
8
9 Upstream Author(s):
10
11 Brian Masney <masneyb@newwave.net>
12
13 Copyright:
14
15 Copyright (C) 1998 Brian Masney <masneyb@newwave.net>
16
17 License:
18
19 This package is free software; you can redistribute it and/or modify
20 it under the terms of the GNU General Public License as published by
21 the Free Software Foundation; either version 2 of the License, or
22 (at your option) any later version.
23
24 This package is distributed in the hope that it will be useful,
25 but WITHOUT ANY WARRANTY; without even the implied warranty of
26 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
27 GNU General Public License for more details.
28
29 You should have received a copy of the GNU General Public License
30 along with this program. If not, see <http://www.gnu.org/licenses/>
31
32 On Debian systems, the complete text of the GNU General
33 Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
34
35 The Debian packaging is:
36
37 Copyright (C) 1998 Josip Rodin <jrodin@jagor.srce.hr>
38 Copyright (C) 2010 Mònica Ramírez Arceda <monica@probeta.net>
39
40 you can redistribute it and/or modify
41 it under the terms of the GNU General Public License as published by
42 the Free Software Foundation; either version 2 of the License, or
43 (at your option) any later version.
0 usr/games
(New empty file)
0 xsol usr/games
0 ?package(xsol):needs="X11" section="Games/Card" \
1 title="X Solitaire" command="/usr/games/xsol"
0 #!/usr/bin/make -f
1
2 %:
3 dh $@
4
5 override_dh_auto_build:
6 $(CC) $(CFLAGS) -o xsol xsol.c -I/usr/X11R6/include -L/usr/X11R6/lib -lXm -lXt -lX11
7
8 override_dh_auto_clean:
9 dh_auto_clean
10 $(RM) xsol
0 3.0 (quilt)
0 # Compulsory line, this is a version 3 file
1 version=3
2
3 ftp://sunsite.unc.edu/pub/Linux/X11/games/xsol-(.*).source.tgz debian uupdate
0 .TH XSOL 6 "March 1999" "Debian Project"
1 .SH NAME
2 xsol \- X Solitaire
3 .SH SYNOPSIS
4 .B xsol
5 .br
6 .SH "DESCRIPTION"
7 This manual page briefly documents
8 .BR xsol
9 , a simple Motif/ Lesstif version of the classic solitaire game.
10 It was written for the Debian GNU/Linux distribution because the
11 original program does not have a manual page.
12 .br
13 .SH "HOW TO PLAY"
14 Solitaire is a card game. At the start you are presented with seven
15 columns of cards. First has only one card, second one has two, third
16 three and so on (28 in total), but only the first card in every
17 column is shown ('opened'). Also there is the deck (24 cards at the
18 start), and four emtpy places for suit stacks.
19 .sp
20 Cards in the deck and in the columns are unsorted, and the object of
21 Solitaire is to use all the cards in the deck to build up the four
22 suit stacks in ascending order, beginning with the aces. You can
23 accomplish that by dragging and dropping the red onto the black (and
24 black onto the red) cards between the columns, and between the deck
25 and the columns (but not the other way around). When you see a whole
26 turned card, click on it to see it ('open' it) and to be able to move
27 it somewhere. Deck is opened by clicking on it; once you reach the
28 end of the deck, just click once more and you'll reopen it.
29 .sp
30 If you reach a point when you can't move any more cards to the stacks,
31 and rearranging cards in columns and the deck gets you nowhere, the
32 game is over. Start it again.
33 .SH OPTIONS
34 You can access all options within the program, through the 'Game'
35 menu. There you have four options:
36 .br
37 .B New game
38 - start a new game,
39 .br
40 .B Undo
41 - undo last move,
42 .br
43 .B Options
44 - configure these options:
45 .br
46 Timed game - should we count the seconds?
47 .br
48 Keep score - should we count the score?
49 .br
50 Show number of cards in deck - should we show it?
51 .br
52 Draw one - card from the deck,
53 .br
54 Draw three - cards from the deck.
55 .br
56 .B About
57 - shows information about the author.
58 .br
59 .B Exit
60 - quits the game.
61 .SH AUTHOR
62 .B xsol
63 was written by Brian Masney <masneyb@newwave.net>, and this manual
64 page was written by Josip Rodin <jrodin@jagor.srce.hr>.
0 debian/xsol.6