--- console-freecell-1.0.orig/debian/compat +++ console-freecell-1.0/debian/compat @@ -0,0 +1 @@ +5 --- console-freecell-1.0.orig/debian/patches/00-man.patch +++ console-freecell-1.0/debian/patches/00-man.patch @@ -0,0 +1,36 @@ +diff -Nur console-freecell-1.0/doc/freecell.6 console-freecell-1.0.new/doc/freecell.6 +--- console-freecell-1.0/doc/freecell.6 2008-02-06 22:10:16.000000000 +0100 ++++ console-freecell-1.0.new/doc/freecell.6 2008-02-07 17:11:41.000000000 +0100 +@@ -9,11 +9,11 @@ + .BR freecell , + a console (ncurses) version of the popular solitaire game. + .SH OPTIONS +-.IP "-s, --suites=ABCD" ++.IP "\-s, \-\-suites=ABCD" + Configures four characters as suite symbols. +-.IP "-h, --help" ++.IP "\-h, \-\-help" + Display usage information. +-.IP "-V, --version" ++.IP "\-V, \-\-version" + Display version information. + .SH THE CARDS + In this game, playing cards are illustrated using a number (the value of the +@@ -28,7 +28,7 @@ + d Diamonds + .br + +-You may configure freecell to use other characters, using the --suites option. ++You may configure freecell to use other characters, using the \-\-suites option. + .SH GAMEPLAY + The aim of the game is to move all cards to the foundations in the upper right + corner. +@@ -48,7 +48,7 @@ + cards, but at most one card per cell. + An empty column will also accept any card. + +-To move a card, type the name of the column (a-h) or cell (w-z) which contains ++To move a card, type the name of the column (a\-h) or cell (w\-z) which contains + the card, followed by the name of the destination cell or column. Press the + enter key for the destination in order to move the card to one of the + foundation piles. As a convenience, you may also move a card to an unspecified --- console-freecell-1.0.orig/debian/copyright +++ console-freecell-1.0/debian/copyright @@ -0,0 +1,35 @@ +This package was debianized by Lars Dunemark on +Fri, 30 Jan 2008 22:30:03 +0100. + +It was downloaded from http://www.linusakesson.net/files/ + +Upstream Author: + + Linus Akesson + +Copyright: + + Copyright (C) 2007 Linus Akesson + +License: + + 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; either version 2 of the License, or + (at your option) any later version. + + 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 systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL-2'. + +The Debian packaging is (C) 2008, Lars Dunemark and +is licensed under the GPL, see above. + --- console-freecell-1.0.orig/debian/changelog +++ console-freecell-1.0/debian/changelog @@ -0,0 +1,6 @@ +console-freecell (1.0-0ubuntu1) hardy; urgency=low + + * Initial release (LP: #186016) + + -- Lars Dunemark Wed, 30 Jan 2008 22:38:43 +0100 + --- console-freecell-1.0.orig/debian/rules +++ console-freecell-1.0/debian/rules @@ -0,0 +1,7 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/autotools.mk +include /usr/share/cdbs/1/rules/simple-patchsys.mk + +DEB_CONFIGURE_EXTRA_FLAGS = --bindir=$(DEB_CONFIGURE_PREFIX)/games --- console-freecell-1.0.orig/debian/control +++ console-freecell-1.0/debian/control @@ -0,0 +1,16 @@ +Source: console-freecell +Section: games +Priority: optional +Maintainer: Ubuntu MOTU Developers +XSBC-Original-Maintainer: Lars Dunemark +Build-Depends: debhelper (>= 5), autotools-dev, libncurses5-dev, cdbs +Standards-Version: 3.7.3 +Homepage: http://www.linusakesson.net/software/freecell.php + +Package: console-freecell +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: console version of freecell game + This is freecell, a console (ncurses) version of the popular + solitaire game Freecell. + --- console-freecell-1.0.orig/debian/docs +++ console-freecell-1.0/debian/docs @@ -0,0 +1,2 @@ +NEWS +README --- console-freecell-1.0.orig/debian/dirs +++ console-freecell-1.0/debian/dirs @@ -0,0 +1 @@ +usr/games