debian/0000775000000000000000000000000012257167116007200 5ustar debian/dirs0000664000000000000000000000003511754754572010073 0ustar usr/games usr/share/man/man6 debian/source/0000775000000000000000000000000011754756120010500 5ustar debian/source/format0000664000000000000000000000001411754756120011706 0ustar 3.0 (quilt) debian/copyright0000664000000000000000000000202711754764500011135 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: an Upstream-Contact: Paul Martin Files: * Copyright: 2012 Paul Martin License: GPL-2+ 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 package; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA . On Debian systems, the full text of the GNU General Public License version 2 can be found in the file `/usr/share/common-licenses/GPL-2'. debian/changelog0000664000000000000000000001055412257167116011057 0ustar an (1.1-1build1) trusty; urgency=medium * No change rebuild against libicu52 -- Dimitri John Ledkov Fri, 27 Dec 2013 03:04:46 +0000 an (1.1-1) unstable; urgency=low * New upstream release * Fixes crash on certain inputs. Thanks to Mark Triggs for spotting this. (Closes: #710476) * Add watchfile for alioth source repository. * Upstream has taken patch for #674496. * Update to standards version: 3.9.4 (no changes). -- Paul Martin Mon, 03 Jun 2013 19:25:35 +0100 an (1.0-2) unstable; urgency=low * Modify Makefile to allow linking with --as-needed. Thanks to Stefano Rivera. (Closes: #674496) * Added pointers in debian/control to the "upstream" git repository. -- Paul Martin Mon, 28 May 2012 18:38:59 +0100 an (1.0-1) unstable; urgency=low * Complete "clean room" rewrite from scratch. + Understands UTF-8 and strips accents when comparing characters. (Closes: #546460) + Does not print duplicates, but may show up words in dictionary that appear multiple times with different capitalization. (Closes: #440121) + Does not print a space at the end of each line. (Closes: #561367) * Update to standards version: 3.9.3 * debian/copyright now in machine readable format. * Source format 3.0 (quilt). * Build with debhelper 9. -- Paul Martin Wed, 16 May 2012 17:45:44 +0100 an (0.95-3.2) unstable; urgency=medium * Non-maintainer upload. * Urgency medium caused by RC bug fix * Recommend wbritish instead of wenglish (Closes: #564059) * Fix some minor lintian warnings: - Add ${misc:Depends} to depends - Don't ignore errors in make clean - Fix FSF address -- Alexander Reichle-Schmehl Wed, 20 Jan 2010 11:04:38 +0100 an (0.95-3.1) unstable; urgency=low * Non-maintainer upload to delayed * Incorporate speedup and fixes patches from Phil Carmody , (Closes: #234744) -- Riku Voipio Sun, 18 Jan 2009 23:18:05 +0200 an (0.95-3) unstable; urgency=low * Bugfixes: - Fix manpage to refer to /usr/share/dict/words instead of /usr/dict/words (Closes: #249362) * Standards-version: 3.6.1 * Building with debhelper 4 -- Paul Martin Wed, 19 May 2004 17:38:41 +0100 an (0.95-2) unstable; urgency=low * Bugfix: (Closes: #164514) - Made all casts into letterpos[] be "unsigned char". This is a related bug to the one fixed in #145848. -- Paul Martin Sun, 13 Oct 2002 03:11:36 +0100 an (0.95-1) unstable; urgency=low * Bugfixes: (Closes: #145848) - Made all chars unsigned (casting them to int caused accented characters to return negative array indexes). - Fixed initialisation of letter_mask to use bitmask_t not int. - Fixed check_dict() to search for next unique let_hash entry instead of assuming that the next entry will be unique. * Added assertion in check_dict() to check for PPC problem, reported by Gabriel L Somlo. This may be fixed by the other bugfixes above. -- Paul Martin Mon, 6 May 2002 15:22:48 +0100 an (0.94-1) unstable; urgency=low * Major rewrite to work with languages other than English. (Closes: #13809) * Uses debhelper 3. * Standards-Version 3.5.4. -- Paul Martin Tue, 15 May 2001 16:05:59 +0100 an (0.93-2) unstable; urgency=low * New Maintainer. * Thanks to NMU, closes: #27296, #27297, #35581, #38510, #38996, #40440 * Updated to Standards-Version 3.2.1. * Converted to debhelper. -- Paul Martin Mon, 13 Nov 2000 22:53:49 +0000 an (0.93-1.2) unstable; urgency=low * NMU for release critical bug * Changed location of wordlist to /usr/share/dict/words Bug #27296, #35581, #38510, #38996, #40440 * Also changed this in the description * Recommends: wordlist, fixes #27297 * Use correct name for changelog (lintian) -- Martin Bialasinski Fri, 16 Jul 1999 23:56:33 +0200 an (0.93-1.1) unstable; urgency=low * Non-maintainer release. * Libc6 compile. * Change architecture from i386 to any. (#13690) -- Martin Mitchell Sun, 9 Nov 1997 03:52:54 +1100 an (0.93-1) unstable; urgency=low * First Debian Release -- Richard Jones Sun, 9 Feb 1997 01:46:01 +1100 Local variables: mode: debian-changelog End: debian/control0000664000000000000000000000142112257167116010601 0ustar Source: an Section: games Priority: optional Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Paul Martin Build-Depends: debhelper (>=9), libicu-dev Standards-Version: 3.9.4 Vcs-Git: git://anonscm.debian.org/anagram/anagram.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=anagram/anagram.git Package: an Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Recommends: wbritish|wordlist Description: very fast anagram generator Generates anagrams for a phrase supplied by the user, the words used in the anagram are taken from a specified dictionary which should contain one word per line (default:/usr/share/dict/words). It understands accented characters and should work with any alphabetic language. debian/rules0000775000000000000000000000003611754754527010270 0ustar #!/usr/bin/make -f %: dh $@ debian/watch0000664000000000000000000000022412153156426010224 0ustar # format version number, currently 3; this line is compulsory! version=3 http://alioth.debian.org/frs/?group_id=100760 .*/an-(\d[\d\.]*)\.tar\.bz2 debian/patches/0000775000000000000000000000000012153157000010611 5ustar debian/patches/series0000664000000000000000000000000012153156776012037 0ustar debian/docs0000664000000000000000000000001211754770070010044 0ustar ALGORITHM debian/compat0000664000000000000000000000000211754754620010401 0ustar 9