debian/0000755000000000000000000000000011754341312007167 5ustar debian/compat0000644000000000000000000000000211754341312010365 0ustar 7 debian/xword.menu0000644000000000000000000000014011754341312011213 0ustar ?package(xword):needs="X11" section="Games/Puzzles"\ title="Xword" command="/usr/games/xword" debian/xword.manpages0000644000000000000000000000001711754341312012045 0ustar debian/xword.1 debian/rules0000755000000000000000000000044211754341312010247 0ustar #!/usr/bin/make -f # This file was automatically generated by stdeb 0.6.0+git at # Mon, 27 Feb 2012 01:58:27 -0500 %: dh $@ --with python2 --buildsystem=python_distutils override_dh_auto_install: dh_auto_install -- --install-scripts=/usr/share/games/ --install-lib=/usr/share/games/ debian/xword.desktop0000644000000000000000000000032011754341312011720 0ustar [Desktop Entry] Version=2.0.0~rc1 Name=Xword GenericName=Crossword Puzzles Comment=Do crossword puzzles Exec=xword Terminal=false Type=Application MimeType=application/x-crossword; Categories=Game;LogicGame; debian/patches/0000755000000000000000000000000011754341312010616 5ustar debian/patches/series0000644000000000000000000000002311754341312012026 0ustar change-module-path debian/patches/change-module-path0000644000000000000000000000056111754341312014205 0ustar Description: Change module path. Author: John Sullivan --- xword-2.0.0~rc2.orig/scripts/xword +++ xword-2.0.0~rc2/scripts/xword @@ -1,8 +1,8 @@ #!/usr/bin/env python -from xword.main import MainWindow -from xword.organizer import OrganizerWindow - +from main import MainWindow +from organizer import OrganizerWindow + import sys import gtk debian/xword.sharedmimeinfo0000644000000000000000000000037611754341312013254 0ustar Crossword puzzle debian/links0000644000000000000000000000005711754341312010234 0ustar /usr/share/games/xword/xword /usr/games/xword debian/watch0000644000000000000000000000011711754341312010217 0ustar version=3 https://alioth.debian.org/frs/?group_id=100419 .*xword-(.*)\.tar\.gz debian/changelog0000644000000000000000000000716311754341312011050 0ustar xword (2.0.0~rc2-1) unstable; urgency=low * Radically new upstream release candidate. Closes: #637027. * Packaging changed to use new upstream build system. * Update man page with new upstream info. * Add dependency on python-wnck, introduced by upstream. * Update Standards-Version to 3.9.3. -- John Sullivan Mon, 27 Feb 2012 01:31:34 -0500 xword (1.0-7) unstable; urgency=low * Update Standards-Version to 3.9.1. * Add ${misc:Depends} for debhelper. * Include full text of BSD license since common-licenses/BSD is deprecated. Update copyright year for packaging. -- John Sullivan Wed, 08 Sep 2010 12:02:26 -0700 xword (1.0-6) unstable; urgency=low * python-gnomeprint is now gone, so remove Suggest (Closes: #559914). -- John Sullivan Mon, 06 Sep 2010 21:45:17 -0700 xword (1.0-5) unstable; urgency=low [ John Sullivan ] * python-gnome2-desktop is going away, so we depend on python- gnomeprint for the gnomeprint module now. Closes: #541554. * Update Standards-Version to 3.8.3. * Remove dh_desktop since it's done through triggers now. -- John Sullivan Sun, 06 Sep 2009 20:20:58 -0400 xword (1.0-4) unstable; urgency=low * Patch from Dafydd Harries on #526821 to handle British-style crossword layouts. When allocating numbers to cells, allocate a new number to a cell if the cell: 1) is white; 2) has not already been allocated a number; 3) and it is followed by a white cell either to the right or downwards. When allocating a number, allocate the same number to consecutive white cells to the right or downwards. Previously, a new number was always allocated if the cell above or to the left was black. * Patch from Dafydd Harries on #526821 to ignore keypresses that can't be named. * Patch from Dafydd Harries on #526821 to improve support for British-style crosswords. When switching modes, jump to the first clue of the other mode, not clue 1. In US-style crosswords, both across and down modes have a clue 1, but this assumption breaks in British-style crosswords. * Patch from Dafydd Harries on #526821 to improve support for British-style crosswords. When opening a puzzle, move to the first across clue instead of the first white cell. In US-style crosswords, the first white cell is always in an across clue, but this assumption breaks in British-style crosswords. * Patch from Dafydd Harries on #526821 to improve support for British-style crosswords. Don't switch mode when moving unless the current cell exists in the other mode. In British-style puzzles, some cells only exist in one of the two modes. * Patch from Dafydd Harries to add a basic test suite. Closes: Bug#526821. * Update copyright headers. -- John Sullivan Sun, 28 Jun 2009 00:36:20 -0400 xword (1.0-3) unstable; urgency=low * Fix copyright-with-old-dh-make-debian-copyright. * Fix desktop-entry-contains-encoding-key. -- John Sullivan Wed, 18 Mar 2009 23:06:46 -0400 xword (1.0-2) unstable; urgency=low * Update to Standards-Version 3.8.0. * Allow DM upload. * Fix typo in package description. * Change packaging license in copyright to BSD. -- John Sullivan Thu, 18 Dec 2008 14:51:49 -0500 xword (1.0-1) unstable; urgency=low * Initial release (Closes: #440765) * Adjusted expected icon locations in source -- John Sullivan Mon, 03 Dec 2007 11:18:10 -0400 debian/control0000644000000000000000000000123311754341312010571 0ustar Source: xword Section: games Priority: optional Maintainer: John Sullivan Build-Depends: python (>= 2.6.6-3), debhelper (>= 7.4.3) Standards-Version: 3.9.3 X-Python-Version: >= 2.4 Package: xword Architecture: all Depends: ${misc:Depends}, ${python:Depends}, python-gtk2, python-wnck Description: Reads and writes crossword puzzles in the Across Lite file format Xword is a GTK+ program that works well for doing crossword puzzles in the Across Lite file format used by The New York Times and others. As well as a clock, it supports printing. It also auto-saves puzzles as you solve them so that you can return to partially completed puzzles. debian/copyright0000644000000000000000000000371111754341312011124 0ustar This package was debianized by John Sullivan on Mon, 03 Dec 2007 11:18:10 -0400. The current Debian maintainer is John Sullivan . It was downloaded from https://alioth.debian.org/frs/?group_id=100419. Upstream Authors: Bill McCloskey, Cameron Dale Copyright (c) 2009-2011, Cameron Dale Copyright (c) 2005, Bill McCloskey All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. The names of the contributors may not be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. (See http://www.opensource.org/licenses/bsd-license.php) The Debian packaging is © 2007-2012 John Sullivan and is licensed under the same BSD license. debian/xword.10000644000000000000000000000726111754341312010422 0ustar .\" Hey, EMACS: -*- nroff -*- .\" First parameter, NAME, should be all caps .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection .\" other parameters are allowed: see man(7), man(1) .TH XWORD 1 "December 3, 2007" .\" Please adjust this date whenever revising the manpage. .\" .\" Some roff macros, for reference: .\" .nh disable hyphenation .\" .hy enable hyphenation .\" .ad l left justify .\" .ad b justify to both left and right margins .\" .nf disable filling .\" .fi enable filling .\" .br insert line break .\" .sp insert n+1 empty lines .\" for manpage-specific macros, see man(7) .SH NAME xword \- do crossword puzzles in the Across Lite format .SH SYNOPSIS .B xword .RI [ puzzlefile.puz ] ... .SH DESCRIPTION Xword is a GTK program for doing crossword puzzles. It can read and write puzzles in the Across Lite file format. Consequently, it works well for doing puzzles from The New York Times. As well as a clock, it supports printing. It also auto-saves puzzles as you solve them so that you can return to partially completed puzzles. .SH USAGE First, locate a puzzle on the web. The best place to go is the web site of The New York Times. However, it costs money to access these puzzles. Free puzzles are available from The Houston Chronicle. .PP After you have found a puzzle, click on it in your web browser. Xword will open the puzzle and you can start solving. You can also choose to save the puzzle on your hard disk. Then you can open the puzzle using Xword later. .PP After you have worked on a puzzle for a while, you may want to save your work. There are two ways to save. The easiest way is to close Xword without any further action. The next time you open the same puzzle (either by opening the .puz file or by clicking the same link on the web), you will be asked whether you want to continue where you left off. If you choose to continue, all your correct and incorrect answers will be saved, as well as the time on the clock. .PP However, this technique only works for opening the puzzle on the same computer. If you need to open the saved puzzle on a different computer, then you can choose "Save" from the "File" menu. The saved file can be opened with Xword on any computer. However, incorrect answers and the time on the clock will not be saved. .PP To print a puzzle, select "Print" from the "File" menu. You can see what the printed puzzle will look like by clicking "Print Preview". You can select the paper size and orientation by clicking on the "Paper" tab (puzzles are usually easier to read in landscape mode). .PP Sometimes a puzzle will be locked so that the answers are unavailable. Unfortunately, Xword's support for locked puzzles is somewhat flaky. When using a locked puzzle, you should not click on the "Check" or "Solve" buttons, since they will give incorrect information. However, you can still use Xword to enter answers for a locked puzzle. Later, when an unlocked version of the puzzle is released (usually the next day), open it using Xword. When asked, choose to continue where you left off. Now you can use the "Check" and "Solve" buttons to see how well you did. Sometimes crosswords will come with a four-digit code to unlock a locked puzzle file. This code is not needed by Xword ... .PP For more information, see the project home page at . .SH AUTHOR xword was originally written by Bill McCloskey . .PP This manual page was written by John Sullivan , for the Debian project (but may be used by others). .SH BUGS Please report bugs to . debian/source/0000755000000000000000000000000011754341312010467 5ustar debian/source/format0000644000000000000000000000001411754341312011675 0ustar 3.0 (quilt)