aspell-en (6.0-0-6) debian-dir only changes

Summary

 debian/aspell-en.info-aspell |   19 ++++
 debian/changelog             |  107 ++++++++++++++++++++++++
 debian/compat                |    1 
 debian/control               |   17 +++
 debian/copyright             |  189 +++++++++++++++++++++++++++++++++++++++++++
 debian/dirs                  |    3 
 debian/docs                  |    1 
 debian/extrawords.txt        |   23 +++++
 debian/install               |    3 
 debian/rules                 |   33 +++++++
 debian/watch                 |    2 
 11 files changed, 398 insertions(+)

    
download this patch

Patch contents

--- aspell-en-6.0-0.orig/debian/control
+++ aspell-en-6.0-0/debian/control
@@ -0,0 +1,17 @@
+Source: aspell-en
+Section: text
+Priority: optional
+Maintainer: Brian Nelson <pyro@debian.org>
+Build-Depends: debhelper (>> 7), cdbs (>= 0.4.0), dictionaries-common-dev (>= 0.9.1), aspell
+Standards-Version: 3.8.4
+Homepage: http://aspell.net/
+
+Package: aspell-en
+Architecture: all
+Depends: ${misc:Depends}, aspell (>= 0.60.3-2), dictionaries-common (>= 0.49.2)
+Provides: aspell-dictionary
+Description: English dictionary for GNU Aspell
+ This package contains all the required files to add support for English
+ language to the GNU Aspell spell checker.
+ .
+ American, British and Canadian spellings are included.
--- aspell-en-6.0-0.orig/debian/extrawords.txt
+++ aspell-en-6.0-0/debian/extrawords.txt
@@ -0,0 +1,23 @@
+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
--- aspell-en-6.0-0.orig/debian/dirs
+++ aspell-en-6.0-0/debian/dirs
@@ -0,0 +1,3 @@
+usr/lib/aspell
+usr/share/aspell
+var/lib/aspell
--- aspell-en-6.0-0.orig/debian/compat
+++ aspell-en-6.0-0/debian/compat
@@ -0,0 +1 @@
+7
--- aspell-en-6.0-0.orig/debian/install
+++ aspell-en-6.0-0/debian/install
@@ -0,0 +1,3 @@
+*.multi         usr/lib/aspell
+*.alias         usr/lib/aspell
+*.dat           usr/lib/aspell
--- aspell-en-6.0-0.orig/debian/watch
+++ aspell-en-6.0-0/debian/watch
@@ -0,0 +1,2 @@
+version=3
+ftp://ftp.gnu.org/gnu/aspell/aspell6-en-(.*)\.tar\.bz2
--- aspell-en-6.0-0.orig/debian/changelog
+++ aspell-en-6.0-0/debian/changelog
@@ -0,0 +1,107 @@
+aspell-en (6.0-0-6) unstable; urgency=low
+
+  * Added capability for inserting additional words during build, taken
+    from Ubuntu, and added Ubuntu's custom word list. (Closes: #415183)
+  * Updated Standards-Version to 3.8.4
+  * Updated to debhelper v7
+  * Added a debian/watch file
+  * Added a homepage field to debian/control
+
+ -- Brian Nelson <pyro@debian.org>  Fri, 19 Feb 2010 19:08:01 -0800
+
+aspell-en (6.0-0-5.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Exclude /var/lib/aspell from dh_md5sums. closes: #324111, #346410, #374949
+
+ -- Loic Minier <lool@dooz.org>  Wed, 27 Sep 2006 22:00:28 +0200
+
+aspell-en (6.0-0-5) unstable; urgency=low
+
+  * Converted to use aspell-autobuildhash to build the dictionary hashes
+    at install time, thus allowing the package to become Arch: all.
+  * debian/control: removed the build-dependency on aspell since it's no
+    longer needed
+
+ -- Brian Nelson <pyro@debian.org>  Thu, 21 Jul 2005 00:03:32 -0700
+
+aspell-en (6.0-0-4) unstable; urgency=low
+
+  * debian/control: (build-)depend on aspell (>= 0.60.3-2) and provide
+    aspell6a-dictionary for yet another aspell dictionary transition
+  * debian/control: increased standards version to 3.6.2
+
+ -- Brian Nelson <pyro@debian.org>  Thu,  7 Jul 2005 00:53:57 -0700
+
+aspell-en (6.0-0-3) unstable; urgency=low
+
+  * Set the DEB_MAKE_CLEAN_TARGET to "distclean", instead of overloading
+    the clean target and removing the generated Makefile.
+  * Install the SCOWL-README since it includes some useful info about the
+    lists.
+
+ -- Brian Nelson <pyro@debian.org>  Mon, 18 Apr 2005 10:09:04 -0700
+
+aspell-en (6.0-0-2) unstable; urgency=low
+
+  * Added a versioned dependency on libaspell15 (>> 0.60), since this
+    dictionary will not work with earlier libaspell15 versions.
+
+ -- Brian Nelson <pyro@debian.org>  Tue, 22 Feb 2005 17:16:00 -0800
+
+aspell-en (6.0-0-1) unstable; urgency=low
+
+  * New upstream version
+  * debian/control: provide aspell6-dictionary, and build-depend on aspell
+    (>> 0.60).  This transitions the package to the new Aspell 0.60.
+  * debian/rules: remove the generated Makefile in the clean target
+  * Added support for dictionary registration in dictionaries-common.
+  * debian/control: added a corresponding build dependency on
+    dictionaries-common-dev and a runtime dependency on
+    dictionaries-common.
+
+ -- Brian Nelson <pyro@debian.org>  Sat, 12 Feb 2005 12:37:03 -0800
+
+aspell-en (0.51-1-1) unstable; urgency=low
+
+  * New upstream version
+  * Bumped up standards version to 3.6.1
+  * Converted debian/rules to use CDBS
+  * Added a build dependency on cdbs
+  * Added the upstream changelog
+
+ -- Brian Nelson <pyro@debian.org>  Fri, 12 Mar 2004 00:40:10 -0800
+
+aspell-en (0.51-0-4) unstable; urgency=low
+
+  * Use debian/compat instead of DH_COMPAT=n in debian/rules.
+  * Removed unnecessary dh_testroot from debian/rules clean target.
+  * Removed the leading "The" from the short description
+
+ -- Brian Nelson <pyro@debian.org>  Tue, 28 Oct 2003 15:12:09 -0800
+
+aspell-en (0.51-0-3) unstable; urgency=low
+
+  * Updated maintainer email address.
+
+ -- Brian Nelson <pyro@debian.org>  Wed, 19 Feb 2003 18:08:11 -0800
+
+aspell-en (0.51-0-2) unstable; urgency=low
+
+  * Added missing binary-arch and binary-indep targets to debian/rules.
+    Remember kids, crack kills.  (Closes: #177240)
+  * Removed unnecessary config.sub and config.status files.
+  * Depend on libaspell15 rather than libaspell11.
+
+ -- Brian Nelson <nelson@bignachos.com>  Sat, 18 Jan 2003 00:46:24 -0800
+
+aspell-en (0.51-0-1) unstable; urgency=low
+
+  * Initial Release. This package was formally part of the aspell source
+    package, but now it is distributed independently.
+  * Non-free DEC wordlist is no longer included.  (Closes: #165492)
+  * Updated the copyright file.
+  * New release uses all new formats. (Closes: #161442)
+
+ -- Brian Nelson <nelson@bignachos.com>  Sat,  4 Jan 2003 11:11:46 -0500
+
--- aspell-en-6.0-0.orig/debian/copyright
+++ aspell-en-6.0-0/debian/copyright
@@ -0,0 +1,189 @@
+This package was debianized by Brian Nelson <nelson@bignachos.com> on
+Sat, 19 Oct 2002 01:23:43 -0700.
+
+It was downloaded from ftp://ftp.gnu.org/gnu/aspell
+
+The upstream author is Kevin Atkinson <kevina@gnu.org>.
+
+Copyright:
+
+This English word list is comes directly from SCOWL (up to level 65)
+(http://wordlist.sourceforge.net/) and is thus under the same
+copyright of SCOWL.
+
+The SCOWL copyright follows:
+
+The collective work is Copyright 2000-2003 by Kevin Atkinson as well
+as any of the copyrights mentioned below:
+
+  Copyright 2000-2003 by Kevin Atkinson
+
+  Permission to use, copy, modify, distribute and sell these word
+  lists, the associated scripts, the output created from the scripts,
+  and its documentation for any purpose is hereby granted without fee,
+  provided that the above copyright notice appears in all copies and
+  that both that copyright notice and this permission notice appear in
+  supporting documentation. Kevin Atkinson makes no representations
+  about the suitability of this array for any purpose. It is provided
+  "as is" without express or implied warranty.
+
+Alan Beale <biljir@pobox.com> also deserves special credit as he has,
+in addition to providing the 12Dicts package and being a major
+contributor to the ENABLE word list, given me an incredible amount of
+feedback and created a number of special lists (those found in the
+Supplement) in order to help improve the overall quality of SCOWL.
+
+The 10 level includes the 1000 most common English words (according to
+the Moby (TM) Words II [MWords] package), a subset of the 1000 most
+common words on the Internet (again, according to Moby Words II), and
+frequently class 16 from Brian Kelk's "UK English Wordlist
+with Frequency Classification".
+
+The MWords package was explicitly placed in the public domain:
+
+    The Moby lexicon project is complete and has
+    been place into the public domain. Use, sell,
+    rework, excerpt and use in any way on any platform.
+
+    Placing this material on internal or public servers is
+    also encouraged. The compiler is not aware of any
+    export restrictions so freely distribute world-wide.
+
+    You can verify the public domain status by contacting
+
+    Grady Ward
+    3449 Martha Ct.
+    Arcata, CA  95521-4884
+
+    grady@netcom.com
+    grady@northcoast.com
+
+The "UK English Wordlist With Frequency Classification" is also in the
+Public Domain:
+
+  Date: Sat, 08 Jul 2000 20:27:21 +0100
+  From: Brian Kelk <Brian.Kelk@cl.cam.ac.uk>
+
+  > I was wondering what the copyright status of your "UK English
+  > Wordlist With Frequency Classification" word list as it seems to
+  > be lacking any copyright notice.
+
+  There were many many sources in total, but any text marked
+  "copyright" was avoided. Locally-written documentation was one
+  source. An earlier version of the list resided in a filespace called
+  PUBLIC on the University mainframe, because it was considered public
+  domain.
+
+  Date: Tue, 11 Jul 2000 19:31:34 +0100
+
+  > So are you saying your word list is also in the public domain?
+
+  That is the intention.
+
+The 20 level includes frequency classes 7-15 from Brian's word list.
+
+The 35 level includes frequency classes 2-6 and words appearing in at
+least 11 of 12 dictionaries as indicated in the 12Dicts package.  All
+words from the 12Dicts package have had likely inflections added via
+my inflection database.
+
+The 12Dicts package and Supplement is in the Public Domain.
+
+The WordNet database, which was used in the creation of the
+Inflections database, is under the following copyright:
+
+  This software and database is being provided to you, the LICENSEE,
+  by Princeton University under the following license.  By obtaining,
+  using and/or copying this software and database, you agree that you
+  have read, understood, and will comply with these terms and
+  conditions.:
+
+  Permission to use, copy, modify and distribute this software and
+  database and its documentation for any purpose and without fee or
+  royalty is hereby granted, provided that you agree to comply with
+  the following copyright notice and statements, including the
+  disclaimer, and that the same appear on ALL copies of the software,
+  database and documentation, including modifications that you make
+  for internal use or for distribution.
+
+  WordNet 1.6 Copyright 1997 by Princeton University.  All rights
+  reserved.
+
+  THIS SOFTWARE AND DATABASE IS PROVIDED "AS IS" AND PRINCETON
+  UNIVERSITY MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
+  IMPLIED.  BY WAY OF EXAMPLE, BUT NOT LIMITATION, PRINCETON
+  UNIVERSITY MAKES NO REPRESENTATIONS OR WARRANTIES OF MERCHANT-
+  ABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF THE
+  LICENSED SOFTWARE, DATABASE OR DOCUMENTATION WILL NOT INFRINGE ANY
+  THIRD PARTY PATENTS, COPYRIGHTS, TRADEMARKS OR OTHER RIGHTS.
+
+  The name of Princeton University or Princeton may not be used in
+  advertising or publicity pertaining to distribution of the software
+  and/or database.  Title to copyright in this software, database and
+  any associated documentation shall at all times remain with
+  Princeton University and LICENSEE agrees to preserve same.
+
+The 50 level includes Brian's frequency class 1, words words appearing
+in at least 5 of 12 of the dictionaries as indicated in the 12Dicts
+package, and uppercase words in at least 4 of the previous 12
+dictionaries.  A decent number of proper names is also included: The
+top 1000 male, female, and Last names from the 1990 Census report; a
+list of names sent to me by Alan Beale; and a few names that I added
+myself.  Finally a small list of abbreviations not commonly found in
+other word lists is included.
+
+The name files form the Census report is a government document which I
+don't think can be copyrighted.
+
+The file special-jargon.50 uses common.lst and word.lst from the
+"Unofficial Jargon File Word Lists" which is derived from "The Jargon
+File".  All of which is in the Public Domain.  This file also contain
+a few extra UNIX terms which are found in the file "unix-terms" in the
+special/ directory.
+
+The 60 level includes Brian's frequency class 0 and all words
+appearing in at least 2 of the 12 dictionaries as indicated by the
+12Dicts package.  A large number of names are also included: The 4,946
+female names and the 3,897 male names from the MWords package.
+
+The 65 level includes words found in the Ispell "medium" word list.
+The Ispell word lists are under the same copyright of Ispell itself
+which is:
+
+  Copyright 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.
+
--- aspell-en-6.0-0.orig/debian/docs
+++ aspell-en-6.0-0/debian/docs
@@ -0,0 +1 @@
+README
--- aspell-en-6.0-0.orig/debian/aspell-en.info-aspell
+++ aspell-en-6.0-0/debian/aspell-en.info-aspell
@@ -0,0 +1,19 @@
+Language: english (English)
+Hash-Name: en
+Emacsen-Name: english
+Coding-System: iso-8859-1
+
+Language: american (American English)
+Hash-Name: en_US
+Emacsen-Name: american
+Coding-System: iso-8859-1
+
+Language: british (British English)
+Hash-Name: en_GB
+Emacsen-Name: british
+Coding-System: iso-8859-1
+
+Language: canadian (Canadian English)
+Hash-Name: en_CA
+Emacsen-Name: canadian
+Coding-System: iso-8859-1
--- aspell-en-6.0-0.orig/debian/rules
+++ aspell-en-6.0-0/debian/rules
@@ -0,0 +1,33 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+
+DEB_INSTALL_CHANGELOGS_ALL := doc/ChangeLog
+DEB_INSTALL_DOCS_ALL := doc/SCOWL-README
+
+DICT_LANG := en
+
+DEB_DH_MD5SUMS_ARGS += -Xvar/lib/aspell
+
+makebuilddir/aspell-en:: extrawords-stamp
+
+extrawords-stamp:
+	mv en-common.cwl en-common.cwl.orig && (prezip-bin -d < en-common.cwl.orig ; cat debian/extrawords.txt) | LANG=C sort | prezip-bin -z > en-common.cwl
+	touch extrawords-stamp
+
+cleanbuilddir/aspell-en::
+	test -f extrawords-stamp && mv en-common.cwl.orig en-common.cwl || true
+	rm -f extrawords-stamp
+
+install/aspell-$(DICT_LANG)::
+	for f in *.cwl; do \
+	    gzip -9 -c "$$f" > "$(DEB_DESTDIR)/usr/share/aspell/"$$f".gz"; \
+	    WL=`echo $$f | sed 's/\.cwl$$//'`; \
+	    touch "$(DEB_DESTDIR)/var/lib/aspell/$$WL.rws"; \
+	    dh_link "var/lib/aspell/$$WL.rws" "usr/lib/aspell/$$WL.rws"; \
+	    echo "$$WL" >> "$(DEB_DESTDIR)/usr/share/aspell/$(DICT_LANG).contents"; \
+	done
+
+	touch $(DEB_DESTDIR)/var/lib/aspell/$(DICT_LANG).compat
+
+	installdeb-aspell