ispell-gl (0.5-33) debian-dir only changes

Summary

 debian/README.Debian                   |   28 ++
 debian/README.minimos                  |   17 +
 debian/aspell-gl-minimos.dirs          |    3 
 debian/aspell-gl-minimos.docs          |    6 
 debian/aspell-gl-minimos.info-aspell   |   13 +
 debian/aspell-gl-minimos.links         |    4 
 debian/aspell-gl-minimos.postinst      |    9 
 debian/aspell/Copyright                |    1 
 debian/aspell/info                     |   27 ++
 debian/changelog                       |  397 +++++++++++++++++++++++++++++++++
 debian/compat                          |    1 
 debian/control                         |   54 ++++
 debian/copyright                       |   41 +++
 debian/galician-minimos.5              |   47 +++
 debian/galician-minimos.alias          |    1 
 debian/galician-minimos.dat            |    6 
 debian/galician_phonet.dat             |   76 ++++++
 debian/gl-minimos.multi                |    1 
 debian/gl_ES.myheader                  |   13 +
 debian/gl_ES.replaces                  |    9 
 debian/igalician-minimos.config.in     |   11 
 debian/igalician-minimos.dirs          |    3 
 debian/igalician-minimos.docs          |    6 
 debian/igalician-minimos.info-ispell   |   11 
 debian/igalician-minimos.links         |    4 
 debian/rules                           |  170 ++++++++++++++
 debian/watch                           |    9 
 debian/wgalician-minimos.dirs          |    1 
 debian/wgalician-minimos.docs          |    6 
 debian/wgalician-minimos.info-wordlist |    2 
 debian/wgalician-minimos.links         |    1 
 debian/wgalician-minimos.manpages      |    1 
 32 files changed, 979 insertions(+)

    
download this patch

Patch contents

--- ispell-gl-0.5.orig/debian/control
+++ ispell-gl-0.5/debian/control
@@ -0,0 +1,54 @@
+Source: ispell-gl
+Section: text
+Priority: optional
+Maintainer: Agustin Martin Domingo <agmartin@debian.org>
+Homepage: http://ispell-gl.sourceforge.net
+Vcs-Browser: http://git.debian.org/?p=users/agmartin/ispell-gl.git;a=summary
+Vcs-Git: git://git.debian.org/git/users/agmartin/ispell-gl.git
+Build-Depends-Indep: dictionaries-common-dev (>= 1.2), ispell, aspell,
+ hunspell-tools | myspell-tools | libmyspell-dev (>= 1:3.1-7)
+Build-Depends: debhelper (>= 7)
+Standards-Version: 3.8.1
+
+Package: igalician-minimos
+Architecture: all
+Depends: dictionaries-common (>= 1.1), ispell, ${misc:Depends}
+Provides: ispell-dictionary
+Suggests: wgalician-minimos
+Description: Ispell dictionary for Galician (minimos)
+ This a ispell dictionary for Galician, using the "minimos"
+ standard, as put together by Andre Ventas and Ramon Flores.
+ .
+ There are at least three orthographic conventions for Galician:
+ ILG (official), reintegrationist and minimos. ILG uses orthographic
+ conventions more similar to Spanish; reintegrationists are
+ weighed towards Portuguese. Minimos tries to reach a middle
+ consensus point.
+
+Package: wgalician-minimos
+Architecture: all
+Depends: dictionaries-common (>= 1.1), ${misc:Depends}
+Provides: wordlist
+Description: Wordlist for Galician (minimos)
+ This a list of words for Galician, using the "minimos"
+ standard, as put together by Andre Ventas and Ramon Flores.
+ .
+ There are at least three orthographic conventions for Galician:
+ ILG (official), reintegrationist and minimos. ILG uses orthographic
+ conventions more similar to Spanish; reintegrationists are
+ weighed towards Portuguese. Minimos tries to reach a middle
+ consensus point.
+
+Package: aspell-gl-minimos
+Architecture: all
+Depends: dictionaries-common (>= 1.1), aspell (>> 0.60.3-2), ${misc:Depends}
+Provides: aspell-dictionary
+Description: Aspell dictionary for Galician (minimos)
+ This a aspell dictionary for Galician, using the "minimos"
+ standard, as put together by Andre Ventas and Ramon Flores.
+ .
+ There are at least three orthographic conventions for Galician:
+ ILG (official), reintegrationist and minimos. ILG uses orthographic
+ conventions more similar to Spanish; reintegrationists are
+ weighed towards Portuguese. Minimos tries to reach a middle
+ consensus point.
--- ispell-gl-0.5.orig/debian/wgalician-minimos.info-wordlist
+++ ispell-gl-0.5/debian/wgalician-minimos.info-wordlist
@@ -0,0 +1,2 @@
+Language: galego-minimos (Galician-minimos)
+Hash-Name: galician-minimos
--- ispell-gl-0.5.orig/debian/wgalician-minimos.links
+++ ispell-gl-0.5/debian/wgalician-minimos.links
@@ -0,0 +1 @@
+usr/share/dict/galician-minimos          usr/share/dict/galician
--- ispell-gl-0.5.orig/debian/rules
+++ ispell-gl-0.5/debian/rules
@@ -0,0 +1,170 @@
+#!/usr/bin/make -f
+# Sample debian/rules that uses debhelper.
+# GNU copyright 1997 to 1999 by Joey Hess.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+# This is the debhelper compatibility version to use.
+#export DH_COMPAT=3
+
+#  -- ispell dict package name and dirs
+IPACKAGE=igalician-minimos
+IDIR=$(CURDIR)/debian/$(IPACKAGE)/usr/lib/ispell
+ISHAREDIR=$(CURDIR)/debian/$(IPACKAGE)/usr/share/ispell
+IVARDIR=$(CURDIR)/debian/$(IPACKAGE)/var/lib/ispell
+# -- wordlist package name and dirs
+WPACKAGE=wgalician-minimos
+WDIR=$(CURDIR)/debian/$(WPACKAGE)/usr/share/dict
+# -- aspell dict package name and dirs
+APACKAGE=aspell-gl-minimos
+ADIR=$(CURDIR)/debian/$(APACKAGE)/usr/lib/aspell
+ADATADIR=$(CURDIR)/debian/$(APACKAGE)/usr/lib/aspell
+AVARDIR=$(CURDIR)/debian/$(APACKAGE)/var/lib/aspell
+ASHAREDIR=$(CURDIR)/debian/$(APACKAGE)/usr/share/aspell
+# -- aspell official dict builddir
+ASPELL6BASENAME =       aspell6-gl
+ASPELL6DIR      =       $(CURDIR)/debian/$(ASPELL6BASENAME)
+ASPELLPROC      =       /usr/share/aspell-lang/proc    # Location of proc script
+
+ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS)))
+	CFLAGS += -g
+endif
+ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
+	INSTALL_PROGRAM += -s
+endif
+
+configure: configure-stamp
+configure-stamp:
+	dh_testdir
+# 	Add here commands to configure the package.
+
+	touch configure-stamp
+
+
+build: build-stamp
+
+build-stamp: configure-stamp
+	dh_testdir
+
+# 	Add here commands to compile the package.
+#	$(MAKE)
+#	/usr/bin/docbook-to-man debian/ispell-gl.sgml > ispell-gl.1
+	gzip -9 -c galician.words > galician-minimos.mwl.gz
+	buildhash galician.words galician.aff galician.hash
+#
+	cat galician.words | ispell -d ./galician -e | \
+		perl -ane ' print join("\n", @F), "\n" unless /\d/; ' > galician-minimos.debian-plain-wordlist
+
+# -- Creating myspell aff file for aspell-gl-es
+	ispellaff2myspell --charset=latin1 \
+		--myheader=debian/gl_ES.myheader \
+		--replacements=debian/gl_ES.replaces \
+		galician.aff > gl_ES.myaff
+
+# -- Dealing with aspell
+	cp galician.words gl-minimos.wl
+	prezip -s gl-minimos.wl
+	gzip -9 gl-minimos.cwl
+
+# -- Done
+
+	touch build-stamp
+
+aspelltgz: clean build
+	mkdir -p $(ASPELL6DIR)/doc
+	install -m 0644 debian/aspell/Copyright $(ASPELL6DIR)
+	install -m 0644 debian/aspell/info $(ASPELL6DIR)
+	install -m 0644 /usr/share/common-licenses/GPL-2 $(ASPELL6DIR)/COPYING
+	sed 's/gl-minimos/gl/' debian/galician-minimos.dat > debian/aspell/gl.dat
+	install -m 0644 debian/aspell/gl.dat $(ASPELL6DIR)/gl.dat
+	install -m 0644 debian/galician_phonet.dat  $(ASPELL6DIR)/gl_phonet.dat
+	install -m 0644 gl_ES.myaff $(ASPELL6DIR)/gl_affix.dat
+	install -m 0644 debian/README.minimos normas.txt $(ASPELL6DIR)/doc
+	cat gl_ES.mydict | sed 1d | LC_COLLATE=C sort -u > $(ASPELL6DIR)/gl.wl
+	( cd $(ASPELL6DIR) && \
+		ln -sf $(ASPELLPROC) && \
+		perl proc && \
+		./configure && \
+		make dist )
+	mv $(ASPELL6DIR)/$(ASPELL6BASENAME)*.tar.bz2 ..
+
+clean:
+	dh_testdir
+	dh_testroot
+	rm -f build-stamp configure-stamp
+
+#	Add here commands to clean up after the build process.
+#	-$(MAKE) clean
+	-rm galician.hash galician.words.cnt galician.words.stat galician-minimos.mwl.gz
+	-rm galician-minimos.debian-plain-wordlist
+#
+	rm -f gl_ES.mydict gl_ES.myaff
+	rm -f gl-minimos.cwl.gz
+	rm -f debian/aspell/gl.dat
+	-rm -f $(ASPELL6DIR)/doc/* && rmdir $(ASPELL6DIR)/doc
+	-rm -f $(ASPELL6DIR)/* && rmdir $(ASPELL6DIR)
+#
+	dh_clean
+
+install: build
+	dh_testdir
+	dh_testroot
+	dh_prep
+	dh_installdirs
+
+# 	Add here commands to install the package into debian/ispell-gl.
+#	$(MAKE) install DESTDIR=$(CURDIR)/debian/ispell-gl
+# -- ispell
+#	install -m 644 galician.hash $(IDIR)/galician-minimos.hash
+	install -m 644 galician-minimos.mwl.gz $(ISHAREDIR)
+	touch $(IVARDIR)/galician-minimos.hash
+	touch $(IVARDIR)/galician-minimos.compat
+	install -m 644 galician.aff $(IDIR)/galician-minimos.aff
+# -- wordlist
+	install -m 644 galician-minimos.debian-plain-wordlist $(WDIR)/galician-minimos
+# -- aspell
+#	install -m 644 galician-minimos.debian-aspell-dict $(ADIR)/galician-minimos.rws
+	install -m 644 gl-minimos.cwl.gz             $(ASHAREDIR)
+	install -m 644 debian/galician-minimos.dat   $(ADATADIR)/gl-minimos.dat
+	install -m 644 debian/galician_phonet.dat    $(ADATADIR)/gl-minimos_phonet.dat
+	install -m 644 debian/gl-minimos.multi       $(ADIR)
+	install -m 644 debian/galician-minimos.alias $(ADIR)
+	install -m 644 gl_ES.myaff                   $(ADATADIR)/gl-minimos_affix.dat
+	touch $(AVARDIR)/gl-minimos.rws
+	touch $(AVARDIR)/gl-minimos.compat
+
+#	This is really more appropiate for a binary-common target, but for
+#	simplicity this is also a good place
+
+	installdeb-wordlist -p$(WPACKAGE) # Calls internally dh_installdebconf
+	installdeb-ispell   -p$(IPACKAGE) # Calls internally dh_installdebconf
+	installdeb-aspell   -p$(APACKAGE)
+        #
+	dh_installdocs -A
+
+
+# Build architecture-independent files here.
+#binary-indep: DH_OPTIONS=--package=$(IPACKAGE) --package=$(WPACKAGE) --package=$(MPACKAGE) --package=$(APACKAGE)
+binary-indep: build install
+	dh_testdir
+	dh_testroot
+	dh_installexamples
+	dh_installmenu
+	dh_installman
+	dh_installchangelogs
+	dh_link
+	dh_compress
+	dh_fixperms
+	dh_installdeb
+	dh_gencontrol
+	dh_md5sums -Xvar/lib/aspell -Xvar/lib/ispell
+	dh_builddeb --package=$(WPACKAGE)
+	dh_builddeb --package=$(IPACKAGE)
+	dh_builddeb --package=$(APACKAGE)
+
+binary-arch:
+
+binary: binary-indep
+
+.PHONY: build clean binary-indep binary-arch binary install configure
--- ispell-gl-0.5.orig/debian/watch
+++ ispell-gl-0.5/debian/watch
@@ -0,0 +1,9 @@
+# Example watch control file for uscan
+# Rename this file to "watch" and then you can run the "uscan" command
+# to check for upstream updates and more. 
+# format version number, currently 2; this line is compulsory!
+version=2
+# Site		Directory		Pattern			Version	Script
+#http://prdownloads.sourceforge.net/ispell-gl/ispell-gl-(.*)\.tar\.gz	debian	uupdate
+# Better use the qa.debian.org redirector, avoiding SF's difficult mirror system.
+http://sf.net/ispell-gl/ispell-gl-(.+)\.tar\.gz debian uupdate
--- ispell-gl-0.5.orig/debian/aspell-gl-minimos.info-aspell
+++ ispell-gl-0.5/debian/aspell-gl-minimos.info-aspell
@@ -0,0 +1,13 @@
+Language: galego-minimos (Galician-minimos)
+Hash-Name: galician-minimos
+Emacsen-Name: galego-minimos
+Casechars: [a-zñáéíóúüA-ZÑÁÉÍÓÚÜ]
+Not-Casechars: [^a-zñáéíóúüA-ZÑÁÉÍÓÚÜ]
+Otherchars: [-]
+Many-Otherchars: 
+Additionalchars: áéíñóúüÁÉÍÑÓÚÜ
+Ispell-Args: -B
+Extended-Character-Mode: 
+Aspell-Locales: gl, gl_ES, gl_ES@minimos
+Coding-System: iso-8859-1
+Locale: gl_es
--- ispell-gl-0.5.orig/debian/galician-minimos.5
+++ ispell-gl-0.5/debian/galician-minimos.5
@@ -0,0 +1,47 @@
+.TH WORDS 5 "14 Oct 2002" "Linux" "Linux Programmers Manual"
+.SH NAME
+galician-minimos \- a list of Galician words, using the "minimos" standard 
+.SH DESCRIPTION
+.B /usr/share/dict/galician-minimos
+is an ASCII file which contains an alphabetic list of words, one per
+line.
+.SH FILES
+.I /etc/dictionaries-common/words
+is a symbolic link to a
+.I /usr/share/dict/<language>
+file.
+.I /usr/share/dict/words
+is a symbolic link to
+.IR /etc/dictionaries-common/words ,
+and is the name by which other software should refer to the
+system word list.
+See
+.BR select-default-wordlist (8)
+for more information.
+.PP
+The directory
+.I /usr/share/dict
+can contain word lists for many languages, with name of the language
+in English, e.g.,
+.I /usr/share/dict/french
+and
+.I /usr/share/dict/danish
+contain respectively lists of French and Danish words if they exist.
+Such lists should be coded using the ISO 8859-1 character set encoding.
+.SH "SEE ALSO"
+.BR ispell (1),
+.BR select-default-wordlist (8),
+and the
+.I Filesystem Hierarchy
+.IR Standard .
+.SH HISTORY
+The words lists are not specific, and may be generated from any number
+of sources.
+.PP
+The system word list used to be
+.IR /usr/dict/words .
+For compatibility, software should check that location if
+.I /usr/share/dict/words
+does not exist.
+.SH AUTHOR
+Word lists are collected and maintained by various authors.
--- ispell-gl-0.5.orig/debian/changelog
+++ ispell-gl-0.5/debian/changelog
@@ -0,0 +1,397 @@
+ispell-gl (0.5-33) unstable; urgency=low
+
+  * debian/*.info-*spell:
+    - Do not explicitly add '-d <hash>' to ispell-args. New
+      dictionaries-common will take care of that.
+  * debian/control:
+    - Build Dep on at least dictionaries-common-dev 1.2 to use
+      new debhelper snippets.
+  * Raise debhelper compat level to 7. Use dh_prep.
+  * Raise Standards-Version to 3.8.1. No changes required.
+
+ -- Agustin Martin Domingo <agmartin@debian.org>  Mon, 16 Mar 2009 00:42:53 +0100
+
+ispell-gl (0.5-32) unstable; urgency=low
+
+  * Drop myspell-gl-es, superceded by hunspell-gl-es.
+  * debian/control: Add ${misc:Depends} where needed.
+
+ -- Agustin Martin Domingo <agmartin@debian.org>  Mon, 16 Feb 2009 12:09:08 +0100
+
+ispell-gl (0.5-31) unstable; urgency=low
+
+  * debian/control:
+    - Bumped Standards-Version to 3.8.0. No changes required
+    - Reorganize Build-Depends-Indep for better readability.
+  * debian/rules:
+    - Use 'prezip -s' for aspell dict.
+    - Use best gzip compression.
+
+ -- Agustin Martin Domingo <agmartin@debian.org>  Wed, 01 Oct 2008 14:13:38 +0200
+
+ispell-gl (0.5-30) unstable; urgency=low
+
+  * README.minimos:
+    - New doc with more details about current state of the 'minimos' standard.
+  * debian/control: Added Vcs and Homepage fields.
+  * aspell official dict:
+    - debian/aspell/info, debian/rules:
+      + Adapted for the new proc script.
+      + Fixed URL.
+      + Added myself as aspell dict maintainer.
+      + Use gl rather than galician-minimos, also in aspell dict name.
+      + Keep gl-minimos alias
+      + Dict is not complete.
+
+ -- Agustin Martin Domingo <agmartin@debian.org>  Wed, 04 Jun 2008 14:14:46 +0200
+
+ispell-gl (0.5-29) unstable; urgency=low
+
+  * debian/copyright:
+    - Minor fixes
+  * debian/control:
+    - Updated to use the new iceape-browser, iceweasel, icedove names.
+
+ -- Agustin Martin Domingo <agmartin@debian.org>  Thu, 21 Feb 2008 12:35:38 +0100
+
+ispell-gl (0.5-28) unstable; urgency=low
+
+  * debian/control:
+    - Bumped standards version to 3.7.3. No changes needed
+  * Move reconfigure compat initialization from config to
+    postinst. debian/aspell-gl-minimos.overrides is no longer needed.
+  * debian/rules: Removed unused stuff from binary-arch rule.
+  * debian/copyright: Recoded to utf-8
+
+ -- Agustin Martin Domingo <agmartin@debian.org>  Mon, 14 Jan 2008 13:42:45 +0100
+
+ispell-gl (0.5-27) unstable; urgency=low
+
+  * debian/watch:
+    - Modified to use the qa.debian.org redirector, avoiding
+      SF's difficult mirror system (Closes: #450180).
+
+ -- Agustin Martin Domingo <agmartin@debian.org>  Wed, 07 Nov 2007 13:49:42 +0100
+
+ispell-gl (0.5-26) unstable; urgency=low
+
+  * debian/control::Build-Depends-Indep:
+    - Added alternative dependency on myspell-tools
+
+ -- Agustin Martin Domingo <agmartin@debian.org>  Fri, 29 Jun 2007 11:58:01 +0200
+
+ispell-gl (0.5-25) unstable; urgency=low
+
+  * debian/control::Build-Depends-Indep:
+    - hunspell-tools is added and preferred over libmyspell-dev.
+      ispellaff2myspell is also there in sid.
+
+ -- Agustin Martin Domingo <agmartin@debian.org>  Mon, 21 May 2007 17:12:53 +0200
+
+ispell-gl (0.5-24) unstable; urgency=low
+
+  * debian/rules, debian/aspell/*:
+    - First cut for building official aspell dict out of ispell-gl.
+
+ -- Agustin Martin Domingo <agmartin@debian.org>  Tue, 13 Feb 2007 14:10:34 +0100
+
+ispell-gl (0.5-23) unstable; urgency=medium
+
+  * debian/rules:
+    - Do not create md5sums for var/lib/aspell and var/lib/ispell
+      contents.
+
+ -- Agustin Martin Domingo <agmartin@debian.org>  Wed, 29 Nov 2006 13:48:59 +0100
+
+ispell-gl (0.5-22) unstable; urgency=low
+
+  * debian/control:
+    - Moved debhelper to Build-Depends. It is required to run the
+      clean target of debian/rules and therefore must be listed in
+      Build-Depends, even if no architecture-dependent packages
+      are built (Policy Manual, section 7.6). Thanks lintian for
+      the check and Pierre Habouzit for reminding.
+    - Raise Standards-Version to 3.7.2. No changes required.
+
+ -- Agustin Martin Domingo <agmartin@debian.org>  Fri, 16 Jun 2006 14:11:26 +0200
+
+ispell-gl (0.5-21) unstable; urgency=low
+
+  * debian/rules: Fixed harmless typo in ispellaff2myspell call.
+
+ -- Agustin Martin Domingo <agmartin@debian.org>  Thu,  4 May 2006 11:50:02 +0200
+
+ispell-gl (0.5-20) unstable; urgency=low
+
+  * debian/control: Fixed some misspellings in descriptions (closes: #363958)
+
+ -- Agustin Martin Domingo <agmartin@debian.org>  Fri, 21 Apr 2006 11:32:34 +0200
+
+ispell-gl (0.5-19) unstable; urgency=low
+
+  * Improve and simplify aspell-gl-minimos reconfiguration code.
+  * Update debian/watch file and copyright notice.
+  * Raised aspell-gl-minimos dependency on dictionaries-common
+  * debian/control: Use ${misc:Depends} where appropriate.
+
+ -- Agustin Martin Domingo <agmartin@debian.org>  Thu, 30 Mar 2006 12:49:11 +0200
+
+ispell-gl (0.5-18) unstable; urgency=low
+
+  * debian/control: Make debcheck QA page happy
+    - Fix myspell-es suggestions.
+    - igalician-minimos now suggests wgalician-minimos instead
+      of non-existant wgalician.
+
+ -- Agustin Martin Domingo <agmartin@debian.org>  Fri, 16 Sep 2005 16:38:48 +0200
+
+ispell-gl (0.5-17) unstable; urgency=low
+
+  * debian/control:
+    - Add "| debconf-2.0" to {i,w}galician-minimos debconf
+      dependencies to unblock installation of cdebconf
+
+ -- Agustin Martin Domingo <agmartin@debian.org>  Thu,  1 Sep 2005 17:09:33 +0200
+
+ispell-gl (0.5-16) unstable; urgency=low
+
+  * Modified to use aspell-autobuildhash and aspell (>= 0.60.3-2):
+    - debian/control:
+      · aspell-gl-minimos is now arch: all, provides
+        aspell-dictionary and depends on
+        dictionaries-common (>= 0.40) and aspell (>= 0.60.3-2)
+      · Bumped Standards-Version to 3.6.2 (no changes required)
+    - debian/rules:
+      · Adapted for aspell-autobuildhash
+      · Moved aspell-gl-minimos to the binary-indep target
+      · Changed aspell lib/data dir to /usr/lib/aspell
+      · Removed compat definition and migrated as '4' to
+        debian/compat file. Bumped debhelper Build Dependency to >> 4.
+    - debian/aspell-gl-minimos.{dirs,links}
+      · Changed aspell lib/data dir to /usr/lib/aspell
+    - debian/aspell-gl-minimos.config:
+      · Make sure hashes are committed for rebuilding when package
+        is reconfigured
+    - debian/gl-ES.myheader:
+      · Refer to the original copyright file
+
+ -- Agustin Martin Domingo <agmartin@debian.org>  Tue, 12 Jul 2005 13:33:38 +0200
+
+ispell-gl (0.5-15) unstable; urgency=low
+
+  * debian/control: versioning libaspell15 dependency to (>= 0.60)
+  * debian/copyright: Set copyright of galician_phonet.dat and
+    gl_ES.replaces files
+
+ -- Agustin Martin Domingo <agmartin@debian.org>  Thu, 24 Feb 2005 18:50:43 +0100
+
+ispell-gl (0.5-14) unstable; urgency=low
+
+  * And now really updated to aspell 0.60
+    - debian/control:
+       + Changed aspell-bin Build-Depends to (> 0.60)
+       + aspell-gl-minimos now provides aspell6-dictionary
+    - debian/rules, debian/galician-minimos.dat:
+       + Adapted to use aspell 0.60 affix compression.
+
+ -- Agustin Martin Domingo <agmartin@debian.org>  Thu, 17 Feb 2005 13:10:02 +0100
+
+ispell-gl (0.5-13) unstable; urgency=low
+
+  * Rebuild to make sure aspell-gl-minimos is built against
+    aspell-0.50, not experimental aspell-0.60.
+
+ -- Agustin Martin Domingo <agmartin@debian.org>  Mon, 14 Feb 2005 14:12:04 +0100
+
+ispell-gl (0.5-12) unstable; urgency=low
+
+  * debian/igalician-minimos.config.in:
+    - Removed extra whitespace in an open call. This only became
+      evident in woody boxes when reconfiguring the package,
+      causing compat file not being opened
+
+ -- Agustin Martin Domingo <agmartin@debian.org>  Wed,  9 Feb 2005 17:09:36 +0100
+
+ispell-gl (0.5-11) unstable; urgency=low
+
+  * Create myspell .aff file using ispellaff2myspell.
+
+ -- Agustin Martin Domingo <agmartin@debian.org>  Tue, 25 Jan 2005 18:43:21 +0100
+
+ispell-gl (0.5-10) unstable; urgency=low
+
+  * Create dict rws as gl-minimos and refer everything to it to
+    avoid differently named personal dictionaries.
+  * Fix alias format.
+
+ -- Agustin Martin Domingo <agmartin@debian.org>  Tue, 21 Dec 2004 21:01:04 +0100
+
+ispell-gl (0.5-9) unstable; urgency=low
+
+  * debian/aspell-gl-minimos.info-aspell:
+    - Fix Aspell-Locales list
+
+ -- Agustin Martin Domingo <agmartin@debian.org>  Fri, 18 Jun 2004 17:45:26 +0200
+
+ispell-gl (0.5-8) unstable; urgency=low
+
+  * debian/aspell-gl-minimos.info-aspell:
+    - Added an experimental Aspell-Locales entry.
+  * Modified to use ispell-autobuildhash for igalician-minimos:
+    - debian/rules: Build mwl and install it and compat file. Moved
+      igalician* package build to the binary-indep target.
+    - debian/igalician-minimos.config.in: handle reconfigure
+    - debian/igalician-minimos.{dirs,links}: New /var/lib/ispell and
+      /usr/share/ispell dirs and appropriate links.
+    - debian/control: Changed igalician-minimos architecture to all.
+
+ -- Agustin Martin Domingo <agmartin@debian.org>  Wed, 19 May 2004 16:53:45 +0200
+
+ispell-gl (0.5-6) unstable; urgency=low
+
+  * Using new dictionaries-common config system. Updated
+    wgalician-minimos and igalician-minimos dependencies to
+    dictionaries-common (>=0.20) and build-dependencies to
+    dictionaries-common-dev (>=0.20) (closes: #232154, #232172)
+  * Raised Standards-Version to 3.6.1. No changes required.
+
+ -- Agustin Martin Domingo <agmartin@debian.org>  Wed, 11 Feb 2004 10:41:48 +0100
+
+ispell-gl (0.5-5) unstable; urgency=low
+
+  * debian/rules modified to use installdeb-myspell:
+    - Removed myspell-gl-es.postinst, myspell-gl-es.postrm and
+      myspell-gl-es.links
+    - Made debian/control build depend on dictionaries-common-dev (>=0.16.0)
+  * debian/igalician-minimos.links: New symlink to
+    usr/lib/ispell/galician.hash as usr/share/enchant/ispell/galician.hash
+    for compatibility with enchant.
+
+ -- Agustin Martin Domingo <agmartin@debian.org>  Mon, 15 Dec 2003 14:20:07 +0100
+
+ispell-gl (0.5-4) unstable; urgency=low
+
+  * Fixing myspell-gl-es section. Should go into text instead of editors.
+
+ -- Agustin Martin Domingo <agmartin@debian.org>  Wed, 10 Sep 2003 17:47:33 +0200
+
+ispell-gl (0.5-3) unstable; urgency=low
+
+  * Including galician myspell dictionary package, generated from
+    the same sources as the other packages (closes: #180469)
+
+ -- Agustin Martin Domingo <agmartin@debian.org>  Fri,  5 Sep 2003 12:40:50 +0200
+
+ispell-gl (0.5-2) unstable; urgency=low
+
+  * debian/control:
+    -- In the wgalician-minimos section there were the aspell entries
+       for descriptions instead of the wordlist ones. Fixed. Thanks
+       to Gustavo Franco for pointing out this. (closes: #186980)
+    -- Uppercasing first char of Galician. Languages are uppercased
+       in english.
+
+ -- Agustin Martin Domingo <agmartin@debian.org>  Mon, 31 Mar 2003 12:43:08 +0200
+
+ispell-gl (0.5-1) unstable; urgency=low
+
+  * New upstream release
+  * Rebuilding against new aspell:
+    -- debian/control:
+       + Changed aspell build dependency to aspell-bin (>> 0.50.0)
+       + Changed aspell-gl-minimos aspell dependency to libaspell15
+       + Bumped dictionaries-common-dev build-dependency to (>= 0.9.2).
+	 Just to avoid the (harmless) obsolete old pspell stuff to be
+	 generated.
+    -- debian/igalician-minimos.links:
+       + Removed link to usr/share/pspell/gl--minimos-ispell.pwli. pspell
+	 is no longer available.
+    -- debian/aspell-gl-minimos.links:
+       + Removed link to usr/share/pspell/gl--minimos-aspell.pwli. pspell
+	 is no longer available.
+    -- debian/*.info-* files:
+       + Removed pspell-{i,a}spell entries. Simplified the wordlist
+	 info-file. It had many unused things.
+  * Bumped 'Standards-Version' number to 3.5.8. This required no changes.
+  * debian/copyright:
+    -- Removed note about wrong copyright in affix file. Upstream has
+       already fixed this, changing the text from non-commercial to GPL.
+       The note about upstream agreeing to distribute the aff file as GPL
+       is no longer needed.
+    -- Fixed version number to the new upstream version.
+
+ -- Agustin Martin Domingo <agmartin@debian.org>  Mon, 10 Feb 2003 15:41:41 +0100
+
+ispell-gl (0.3-5) unstable; urgency=low
+
+  * Adapted to new aspell (rebuild and some changes in the control file):
+    -- debian/control:
+       + Versioning dictionaries-common-dev build-dependency to (>= 0.9.1)
+	 because of the aspell helpers there provided and the system for
+	 registering aspell dicts for use under emacs.
+       + Changed aspell build dependency to aspell-bin (>> 0.50.0)
+       + In the aspell-gl-minimos: versioning dictionaries-common dependency
+	 to (>= 0.9.1) for the above reason and changing aspell dependency
+	 to libaspell15 to comply with new aspell.
+
+ -- Agustin Martin Domingo <agmartin@debian.org>  Thu,  6 Feb 2003 11:42:35 +0100
+
+ispell-gl (0.3-4) unstable; urgency=low
+
+  * Added note to the copyright file about galician.aff file.
+    It erroneously put a non-commercial-use license instead of GPL.
+  * Added a galician_phonet.dat file thanks to upstream author,
+    Ramon Flores d'as Seixas
+
+ -- Agustin Martin Domingo <agmartin@debian.org>  Mon, 18 Nov 2002 15:32:47 +0100
+
+ispell-gl (0.3-3) unstable; urgency=low
+
+  * Explicitely calling dh_builddeb --package= for each package.
+    Previous fix was even worse since all packages were built
+    twice, once in the binary-indep target and once more in the
+    binary-arch target. (closes: #167186)
+  * Added a gl.dat link to galician.dat in /usr/share/aspell dir
+
+ -- Agustin Martin Domingo <agmartin@debian.org>  Thu,  7 Nov 2002 12:44:04 +0100
+
+ispell-gl (0.3-2) unstable; urgency=low
+
+  * Installing aspell gl--minimos.multi and a link as gl.multi
+  * Moving wgalician generation to binary-indep target (closes: #167186)
+  * Set package name(s) globally with DH_OPTIONS for binary-arch and
+    binary-indep targets.
+  * Moving installdeb-{i,a}spell to the install target. Otherwise would have
+    run things twice for binary-arch stuff.
+  * Be more verbose in descriptions about what the 'minimos' standard
+    is. Also make sure README.Debian is installed since that was not done
+    previously. (closes: #167167)
+
+ -- Agustin Martin Domingo <agmartin@debian.org>  Thu, 31 Oct 2002 13:38:40 +0100
+
+ispell-gl (0.3-1) unstable; urgency=low
+
+  * Initial Release to Debian: (closes: #150868).
+  * Final fine tunings of package for new policy:
+    - Lowered 'Pre-Depends: dictionaries-common' to a simple Depends.
+  * New wgalician-minimos man page.
+
+ -- Agustin Martin Domingo <agmartin@debian.org>  Mon, 14 Oct 2002 13:24:01 +0200
+
+ispell-gl (0.3-0.3) unstable; urgency=low
+
+  * Changed name of resulting packages to *-minimos to make
+    more clear they refer to the minimos standard. Since this is
+    currently the only package for galician, symlinks to galician
+    are provided.
+
+  (0.3-0.2) Thu, 11 Jul 2002 14:44:28
+
+  * Adding aspell dictionary and wordlist package generation
+
+  (0.3-0.1) Mon, 24 Jun 2002 19:32:36
+
+  * Initial Release.
+
+ -- Agustin Martin Domingo <agmartin@debian.org>  Tue,  3 Sep 2002 13:53:34 +0200
+
--- ispell-gl-0.5.orig/debian/gl_ES.replaces
+++ ispell-gl-0.5/debian/gl_ES.replaces
@@ -0,0 +1,9 @@
+EP 8
+REP ci  z
+REP z   ci
+REP cc  c
+REP c   cc
+REP able ábel
+REP ible íbel
+REP ict	 it
+REP uct  ut
--- ispell-gl-0.5.orig/debian/galician-minimos.dat
+++ ispell-gl-0.5/debian/galician-minimos.dat
@@ -0,0 +1,6 @@
+# Galician (Minimos) data file
+name           gl-minimos
+charset        iso8859-1
+soundslike     gl-minimos
+affix          gl-minimos
+affix-compress true
--- ispell-gl-0.5.orig/debian/igalician-minimos.dirs
+++ ispell-gl-0.5/debian/igalician-minimos.dirs
@@ -0,0 +1,3 @@
+usr/lib/ispell
+usr/share/ispell
+var/lib/ispell
--- ispell-gl-0.5.orig/debian/igalician-minimos.docs
+++ ispell-gl-0.5/debian/igalician-minimos.docs
@@ -0,0 +1,6 @@
+leme.txt
+LICENZA.txt
+normas.txt
+readme.txt
+readme.txt
+debian/README.Debian
--- ispell-gl-0.5.orig/debian/aspell-gl-minimos.links
+++ ispell-gl-0.5/debian/aspell-gl-minimos.links
@@ -0,0 +1,4 @@
+usr/lib/aspell/galician-minimos.alias   usr/lib/aspell/galician.alias
+usr/lib/aspell/galician-minimos.alias   usr/lib/aspell/gl.alias
+usr/lib/aspell/gl-minimos.multi         usr/lib/aspell/gl.multi 
+var/lib/aspell/gl-minimos.rws           usr/lib/aspell/galician-minimos.rws
--- ispell-gl-0.5.orig/debian/compat
+++ ispell-gl-0.5/debian/compat
@@ -0,0 +1 @@
+7
--- ispell-gl-0.5.orig/debian/README.minimos
+++ ispell-gl-0.5/debian/README.minimos
@@ -0,0 +1,17 @@
+This dictionary is written after the 'minimos' standard. Please see
+file normas.txt (in Galician) for more details.
+
+There are at least three orthographic conventions for Galician:
+ILG (official), reintegrationist and minimos. ILG uses orthographic
+conventions more similar to Spanish; reintegrationists are weighed towards
+Portuguese. Minimos tries to reach a middle consensus point.
+
+In July 2003 the Real Academia Galega (Galician Royal Academy) modified the
+language normative to admit a number of the 'minimos' forms. These changes
+have been considered an attempt to build a consensus among major Galician
+philology trends and represent, in the words of the Galician Language
+Academy, "the orthography desired by 95% of Galician people." The 2003
+reform is thought to put an end to the so-called "normative wars" raised by
+the different points of view of the relationship between the modern
+Galician and Portuguese languages. This modification has been accepted only
+by a part of the reintegrationist movement at this point.
--- ispell-gl-0.5.orig/debian/galician_phonet.dat
+++ ispell-gl-0.5/debian/galician_phonet.dat
@@ -0,0 +1,76 @@
+#   Copyright (C) 2000 Ramón Flores
+#
+#   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 program; if not, write to the Free Software
+#    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+#
+#    Ramón Flores may be reached by email at fa2ramon@usc.es
+#
+#    If you want to modify this file, try using grep on the list of word
+#    to see if you modification is valide
+#
+#    Se desexa modificar este ficheiro, utilize o comando grep na lista de
+#    palabras para ver se a sua modificación é válida
+
+version galega 0.1
+
+followup        0
+collapse_result 0
+
+Á                  A
+A                  A
+BEL$		   BLE
+BL		   L
+BM                 M
+BS		   S
+BT                 T
+B		   B
+C(EI)		   S
+C		   K
+D		   D
+É		   E
+EI		   EC
+EI                 EP
+E		   E
+F		   F
+G		   G
+H                  _
+Í                  I
+IT                 ICT
+I		   I
+J                  X
+K                  K
+L                  L
+M                  M
+N                  MN
+N                  NN
+N		   N
+Ó                  O
+ÓN$                IÓN
+O                  O
+PS                 S
+QU                 K
+R		   R
+S                  S
+T                  T
+Ú                  U
+UT                 UCT
+U                  U
+V                  B
+X                  S
+X                  G
+X                  J
+Y                  I
+ZA$                CIA
+ZO$                CIO
+Z                  S
--- ispell-gl-0.5.orig/debian/galician-minimos.alias
+++ ispell-gl-0.5/debian/galician-minimos.alias
@@ -0,0 +1 @@
+add gl-minimos.multi
--- ispell-gl-0.5.orig/debian/aspell-gl-minimos.dirs
+++ ispell-gl-0.5/debian/aspell-gl-minimos.dirs
@@ -0,0 +1,3 @@
+usr/lib/aspell
+usr/share/aspell
+var/lib/aspell
--- ispell-gl-0.5.orig/debian/aspell-gl-minimos.docs
+++ ispell-gl-0.5/debian/aspell-gl-minimos.docs
@@ -0,0 +1,6 @@
+leme.txt
+LICENZA.txt
+normas.txt
+readme.txt
+readme.txt
+debian/README.Debian
--- ispell-gl-0.5.orig/debian/README.Debian
+++ ispell-gl-0.5/debian/README.Debian
@@ -0,0 +1,28 @@
+Comments regarding this package:
+================================
+
+There are at least three ortograhic conventions for galician: 
+ILG (official), reintegrationist and minimos. ILG uses ortographic 
+conventions more similar to Spanish; reintegrationists are 
+weighed towards Portuguese. Minimos tries to reach a middle 
+consensus point.
+
+This packages follows the minimos convention with some changes. See
+file readme.txt for more details.
+
+Galician ispell dictionary home page:
+
+  http://ispell-gl.sourceforge.net
+
+** IMPORTANT **
+
+myspell aff file is not longer borrowed from gl_ES
+
+myspell dict is generated after ispell aff file by ispellaff2myspell,
+with replacements and headers borrowed from gl_ES. Flag names in ispell
+and upstream myspell dicts were not the same, this conversion will force
+they be the same for ispell and myspell galician dicts. If you want to
+report an error or suggest an addition for upstream, specify that there
+are ispell flags.
+
+ -- Agustin Martin Domingo <agmartin@debian.org>, Thu Jan 13 18:24:31 2005
--- ispell-gl-0.5.orig/debian/gl-minimos.multi
+++ ispell-gl-0.5/debian/gl-minimos.multi
@@ -0,0 +1 @@
+add galician-minimos.rws
--- ispell-gl-0.5.orig/debian/wgalician-minimos.dirs
+++ ispell-gl-0.5/debian/wgalician-minimos.dirs
@@ -0,0 +1 @@
+usr/share/dict
--- ispell-gl-0.5.orig/debian/wgalician-minimos.docs
+++ ispell-gl-0.5/debian/wgalician-minimos.docs
@@ -0,0 +1,6 @@
+leme.txt
+LICENZA.txt
+normas.txt
+readme.txt
+readme.txt
+debian/README.Debian
--- ispell-gl-0.5.orig/debian/aspell-gl-minimos.postinst
+++ ispell-gl-0.5/debian/aspell-gl-minimos.postinst
@@ -0,0 +1,9 @@
+#!/bin/sh -e
+
+COMPAT="gl-minimos.compat"
+
+if [ "$1" = "reconfigure" ] || [ "$DEBCONF_RECONFIGURE" ]; then
+    echo "0" > "/var/lib/aspell/$COMPAT"
+fi
+
+#DEBHELPER#
--- ispell-gl-0.5.orig/debian/copyright
+++ ispell-gl-0.5/debian/copyright
@@ -0,0 +1,41 @@
+This package was debianized by Agustín Martín Domingo <agmartin@debian.org> on
+Mon, 24 Jun 2002 19:32:36 +0200.
+
+It was downloaded from
+
+  http://prdownloads.sourceforge.net/i/is/ispell-gl/ispell-gl-0.5.tar.gz
+
+Upstream Authors:
+
+  André Ventas and Ramón Flores <fa2ramon@usc.es>,
+
+galician_phonet.dat and gl_ES.replaces by Ramón Flores,
+
+Copyright 2001-2006 André Ventas & Ramón Flores
+
+ 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,
+ 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.
+
+Debian packaging copyright:
+
+ Changes by Agustin Martin are Copyright 2002-2006 Agustin Martin
+ and may be redistributed and/or modified under the terms of the
+ GNU General Public License (GPL) as published by the Free
+ Software Foundation; either version 2 of the License, or (at
+ your option) any later version.
+
+You should have received a copy of the GNU General Public License
+with the Debian distribution in file `/usr/share/common-licenses/GPL';
+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,
+version 2, can be found in `/usr/share/common-licenses/GPL-2'.
+
--- ispell-gl-0.5.orig/debian/igalician-minimos.info-ispell
+++ ispell-gl-0.5/debian/igalician-minimos.info-ispell
@@ -0,0 +1,11 @@
+Language: galego-minimos (Galician-minimos)
+Hash-Name: galician-minimos
+Emacsen-Name: galego-minimos
+Casechars: [a-zñáéíóúüA-ZÑÁÉÍÓÚÜ]
+Not-Casechars: [^a-zñáéíóúüA-ZÑÁÉÍÓÚÜ]
+Otherchars: [-]
+Many-Otherchars: 
+Additionalchars: áéíñóúüÁÉÍÑÓÚÜ
+Ispell-Args: -B
+Extended-Character-Mode: 
+Coding-System: iso-8859-1
--- ispell-gl-0.5.orig/debian/wgalician-minimos.manpages
+++ ispell-gl-0.5/debian/wgalician-minimos.manpages
@@ -0,0 +1 @@
+debian/galician-minimos.5
--- ispell-gl-0.5.orig/debian/igalician-minimos.config.in
+++ ispell-gl-0.5/debian/igalician-minimos.config.in
@@ -0,0 +1,11 @@
+#!/usr/bin/perl -w
+
+#DEBHELPER#
+
+if ( $ARGV[0] eq "reconfigure" ){
+    my $flag_file = "/var/lib/ispell/galician-minimos.compat";
+    open (REC_FLAG,"> $flag_file") 
+	or die "Could not open $flag_file for writing\n";
+    print REC_FLAG "0";
+    close REC_FLAG;
+}
--- ispell-gl-0.5.orig/debian/gl_ES.myheader
+++ ispell-gl-0.5/debian/gl_ES.myheader
@@ -0,0 +1,13 @@
+#
+SET ISO8859-1
+TRY aersiondctmlubpágfvxzíhqñóéúüwkyj
+# COMPOUNDMIN 3
+# COMPOUNDFLAG N
+
+# -------------------------------------------------------------------------
+# The affix file below is automatically generated from galician.aff file by
+# means of ispellaff2myspell script. Original copyright applies:
+# 
+#  Copyright 2001-03 by André Ventas & Ramón Flores, under GNU GPL license
+# -------------------------------------------------------------------------
+
--- ispell-gl-0.5.orig/debian/igalician-minimos.links
+++ ispell-gl-0.5/debian/igalician-minimos.links
@@ -0,0 +1,4 @@
+usr/lib/ispell/galician-minimos.aff       usr/lib/ispell/galician.aff
+usr/lib/ispell/galician-minimos.hash      usr/lib/ispell/galician.hash
+usr/lib/ispell/galician.hash              usr/share/enchant/ispell/galician.hash
+var/lib/ispell/galician-minimos.hash      usr/lib/ispell/galician-minimos.hash
--- ispell-gl-0.5.orig/debian/aspell/info
+++ ispell-gl-0.5/debian/aspell/info
@@ -0,0 +1,27 @@
+# -*- coding: utf-8 -*-
+name_english Galician
+name_native  Galego (minimos)
+name_ascii   Galego (minimos)
+lang         gl
+version      0.5a-2
+author:
+  name Ramón Flores
+  email fa2ramon at usc es
+  maintainer true
+author:
+  name Agustin Martin Domingo
+  email agustin martin at hispalinux es
+  maintainer aspell
+copyright  GPLv2
+complete false
+accurate true
+#url http://ispell-gl.sourceforge.net/
+url http://ispell-gl.sourceforge.net/minimos/ispell-gl-en.html
+source-version 0.5
+dict:
+  name gl
+  add gl
+  alias galician
+  alias gl-minimos
+data-file gl_phonet.dat
+data-file gl_affix.dat
--- ispell-gl-0.5.orig/debian/aspell/Copyright
+++ ispell-gl-0.5/debian/aspell/Copyright
@@ -0,0 +1 @@
+GPLv2