--- hunspell-en-us-20070829.orig/debian/compat +++ hunspell-en-us-20070829/debian/compat @@ -0,0 +1 @@ +5 --- hunspell-en-us-20070829.orig/debian/rules +++ hunspell-en-us-20070829/debian/rules @@ -0,0 +1,57 @@ +#!/usr/bin/make -f + +#export DH_VERBOSE=1 + +configure: configure-stamp +configure-stamp: + dh_testdir + touch configure-stamp + +extrawords-stamp: + tail -n+2 en_US.dic > en_US.wl + cat debian/extrawords.txt >> en_US.wl + mv en_US.dic en_US.dic.orig && wc -l en_US.dic && LANG=C sort en_US.wl >> en_US.dic + touch extrawords-stamp + +build: build-stamp extrawords-stamp + +build-stamp: configure-stamp + dh_testdir + + touch $@ + +clean: + dh_testdir + dh_testroot + test -f extrawords-stamp && mv en_US.dic.orig en_US.dic || true + rm -f en_US.wl + rm -f build-stamp configure-stamp extrawords-stamp + + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + + installdeb-myspell --srcdir=$(CURDIR) + +binary-arch: build install + +binary-indep: build install + dh_testdir + dh_testroot + dh_installchangelogs + dh_installdocs + dh_installexamples + dh_link + dh_compress + dh_fixperms + dh_installdeb + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install configure --- hunspell-en-us-20070829.orig/debian/docs +++ hunspell-en-us-20070829/debian/docs @@ -0,0 +1,2 @@ +README.txt +README.txt --- hunspell-en-us-20070829.orig/debian/control +++ hunspell-en-us-20070829/debian/control @@ -0,0 +1,18 @@ +Source: hunspell-en-us +Section: text +Priority: optional +Maintainer: Ubuntu Core Developers +XSBC-Original-Maintainer: Rene Engelhard +Build-Depends: debhelper (>= 5), dictionaries-common-dev +Standards-Version: 3.7.2 + +Package: hunspell-en-us +Architecture: all +Replaces: openoffice.org-spellcheck-en-us, myspell-en-us +Provides: hunspell-dictionary, hunspell-dictionary-en +Depends: dictionaries-common (>= 0.10) +Suggests: hunspell, openoffice.org-hunspell | openoffice.org-core (>= 2.0.2) +Conflicts: openoffice.org (<= 1.0.3-2), myspell-en-us, mozilla-browser (<< 1.8+1.1.1-2), iceape-browser (<< 1.1.1-2), firefox (<< 2.0.0.3-2), thunderbird (<< 2.0.0.1+0dfsg-0), iceweasel (<< 2.0.0.3-2), icedove (<< 2.0.0.0-4), openoffice.org-core (<< 2.1~m190-1), libxul0d (= 1.8.0.11-3) +Description: English_american dictionary for hunspell + This is the English_american dictionary for use with the hunspell spellchecker + --- hunspell-en-us-20070829.orig/debian/changelog +++ hunspell-en-us-20070829/debian/changelog @@ -0,0 +1,84 @@ +hunspell-en-us (20070829-4ubuntu3) precise; urgency=low + + * No-change rebuild against current dictionaries-common to drop call to + update-openoffice-dicts. (LP: #901572) + + -- Martin Pitt Thu, 08 Dec 2011 09:46:25 +0100 + +hunspell-en-us (20070829-4ubuntu2) oneiric; urgency=low + + * extrawords.txt: + - Add oneiric (LP: #773646) + + -- Bryce Harrington Sat, 30 Apr 2011 02:10:11 -0700 + +hunspell-en-us (20070829-4ubuntu1) lucid; urgency=low + + * Merge from Debian testing, remaining changes: + - extrawords.txt, debian/rules + + -- Daniel T Chen Tue, 09 Feb 2010 14:41:30 -0500 + +hunspell-en-us (20070829-4) unstable; urgency=low + + * rebuild with updated dictionaries-common-dev to get rid of the + extra symlinks for mozilla in /usr/share/hunspell (closes: #566803) + + -- Rene Engelhard Mon, 25 Jan 2010 23:24:26 +0100 + +hunspell-en-us (20070829-3ubuntu1) lucid; urgency=low + + * Merge with Debian, keeping all Ubuntu changes (extrawords.txt and its + support in debian/rules) + + -- Mackenzie Morgan Wed, 23 Dec 2009 00:25:03 -0500 + +hunspell-en-us (20070829-3) unstable; urgency=low + + * rebuild with dictionaries-common-dev (>= 1.3.1) to move dictionaries + to /usr/share/hunspell with compat symlinks from old location + (closes: #541911) + + -- Rene Engelhard Tue, 25 Aug 2009 22:01:24 +0200 + +hunspell-en-us (20070829-2ubuntu4) karmic; urgency=low + + * debian/extrawords.txt: added "misandry" and "misandrist" (LP: #436145) + + -- Mackenzie Morgan Thu, 24 Sep 2009 15:38:32 -0400 + +hunspell-en-us (20070829-2ubuntu3) karmic; urgency=low + + * debian/extrawords.txt: added "blogs" and "blogger" (LP: #392286) + + -- Mackenzie Morgan Thu, 25 Jun 2009 23:39:05 -0400 + +hunspell-en-us (20070829-2ubuntu2) karmic; urgency=low + + * debian/rules: Add support for an extrawords.txt file with additional + words to include in the spell checker. + * debian/extrawords.txt: + + Add Ubuntu, UbuntuOne, Kubuntu, Shuttleworth, et al (LP: #63499) + + Add Debian + + Add blog, blogging, blogged (LP: #353522) + + -- Bryce Harrington Thu, 25 Jun 2009 14:56:31 -0700 + +hunspell-en-us (20070829-2ubuntu1) intrepid; urgency=low + + * debian/control: fix thunderbird entry in Conflicts (LP: #227711) + + -- Arne Goetje Fri, 05 Sep 2008 06:56:03 +0800 + +hunspell-en-us (20070829-2) unstable; urgency=low + + * add ispell license to debian/copyright + + -- Rene Engelhard Mon, 15 Oct 2007 22:20:12 +0200 + +hunspell-en-us (20070829-1) unstable; urgency=low + + * Initial release + + -- Rene Engelhard Wed, 29 Aug 2007 17:41:21 +0200 + --- hunspell-en-us-20070829.orig/debian/extrawords.txt +++ hunspell-en-us-20070829/debian/extrawords.txt @@ -0,0 +1,25 @@ +Canonical +Canonical's +Debian +Debian's +Edubuntu +Edubuntu's +Kubuntu +Kubuntu's +Shuttleworth +Shuttleworth's +Ubuntu +Ubuntu's +UbuntuOne +UbuntuOne's +blog +blogs +blog's +blogged +blogging +blogging's +blogger +misandry +misandrist +oneiric +oneiric's --- hunspell-en-us-20070829.orig/debian/copyright +++ hunspell-en-us-20070829/debian/copyright @@ -0,0 +1,61 @@ +This package was debianized by Rene Engelhard on +Wed, 29 Aug 2007 17:41:21 +0200. + +It was downloaded from http://hunspell.sf.net + +Upstream Author: + + Lazlo Nemeth + +Copyright: + + Copyright (C) 2005 Daniel Naber + Copyright (C) 2007 Lazlo Nemeth + +License: + +This dictionary is based on a subset of the original +English wordlist created by Kevin Atkinson for Pspell +and Aspell and thus is covered by his original +LGPL license. The affix file is a heavily modified +version of the original english.aff file which was +released as part of Geoff Kuenning's Ispell and as +such is covered by his BSD license. + + Copyright 1992, 1993, Geoff Kuenning, Granada Hills, CA + 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. All modifications to the source code must be clearly marked as + such. Binary redistributions based on modified source code + must be clearly marked as modified versions in the documentation + and/or other materials provided with the distribution. + 4. All advertising materials mentioning features or use of this software + must display the following acknowledgment: + This product includes software developed by Geoff Kuenning and + other unpaid contributors. + 5. The name of Geoff Kuenning may not be used to endorse or promote + products derived from this software without specific prior + written permission. + + THIS SOFTWARE IS PROVIDED BY GEOFF KUENNING 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 GEOFF KUENNING 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. + +The full text of the GNU LGPL can be found in /usr/share/common-licenses/LGPL. --- hunspell-en-us-20070829.orig/debian/hunspell-en-us.info-myspell +++ hunspell-en-us-20070829/debian/hunspell-en-us.info-myspell @@ -0,0 +1 @@ +DICT en US en_US