--- aspell-ga-0.50-4.orig/debian/changelog
+++ aspell-ga-0.50-4/debian/changelog
@@ -0,0 +1,31 @@
+aspell-ga (0.50-4-4) 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
+ * Added support for dictionary registration in dictionaries-common
+
+ -- Brian Nelson <pyro@debian.org> Thu, 21 Jul 2005 19:08:31 -0700
+
+aspell-ga (0.50-4-3) 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 11:02:15 -0800
+
+aspell-ga (0.50-4-2) unstable; urgency=low
+
+ * Support Aspell 0.60
+ - debian/control: build-depend on aspell-bin (>> 0.60)
+ - debian/control: provide aspell6-dictionary
+
+ -- Brian Nelson <pyro@debian.org> Fri, 21 Jan 2005 10:45:23 -0800
+
+aspell-ga (0.50-4-1) unstable; urgency=low
+
+ * Initial release (Closes: #237736)
+
+ -- Brian Nelson <pyro@debian.org> Fri, 12 Mar 2004 22:06:09 -0800
+
--- aspell-ga-0.50-4.orig/debian/control
+++ aspell-ga-0.50-4/debian/control
@@ -0,0 +1,14 @@
+Source: aspell-ga
+Section: text
+Priority: optional
+Maintainer: Brian Nelson <pyro@debian.org>
+Build-Depends: debhelper (>> 4.0.0), cdbs (>= 0.4.0), dictionaries-common-dev (>= 0.9.1)
+Standards-Version: 3.6.2
+
+Package: aspell-ga
+Architecture: all
+Depends: aspell (>= 0.60.3-2), dictionaries-common (>= 0.49.2)
+Provides: aspell-dictionary
+Description: Irish (Gaeilge) dictionary for GNU Aspell
+ This package contains all the required files to add support for the
+ Irish (Gaeilge) language to the GNU Aspell spell checker.
--- aspell-ga-0.50-4.orig/debian/dirs
+++ aspell-ga-0.50-4/debian/dirs
@@ -0,0 +1,3 @@
+usr/lib/aspell
+usr/share/aspell
+var/lib/aspell
--- aspell-ga-0.50-4.orig/debian/compat
+++ aspell-ga-0.50-4/debian/compat
@@ -0,0 +1 @@
+4
--- aspell-ga-0.50-4.orig/debian/install
+++ aspell-ga-0.50-4/debian/install
@@ -0,0 +1,3 @@
+*.multi usr/lib/aspell
+*.alias usr/lib/aspell
+*.dat usr/lib/aspell
--- aspell-ga-0.50-4.orig/debian/copyright
+++ aspell-ga-0.50-4/debian/copyright
@@ -0,0 +1,29 @@
+This package was debianized by Brian Nelson <pyro@debian.org> on
+Fri, 12 Mar 2004 22:14:46 -0800.
+
+It was downloaded from ftp://ftp.gnu.org/gnu/aspell/dict/ga/
+
+The upstream author is Kevin P. Scannell <scannell@slu.edu>.
+
+Copyright:
+
+GaelSpell UNIX (ispell-gaeilge, aspell-gaeilge, myspell-gaeilge)
+Irish language spellchecking packages (ISO-639-1 code = "ga")
+Copyright 2000-2003 Kevin P. Scannell
+
+ This package 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; version 2 dated June, 1991.
+
+ This package 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., 59 Temple Place - Suite 330, Boston, MA
+ 02111-1307, USA.
+
+On Debian systems, the complete text of the GNU General
+Public License can be found in `/usr/share/common-licenses/GPL'.
--- aspell-ga-0.50-4.orig/debian/docs
+++ aspell-ga-0.50-4/debian/docs
@@ -0,0 +1 @@
+README
--- aspell-ga-0.50-4.orig/debian/rules
+++ aspell-ga-0.50-4/debian/rules
@@ -0,0 +1,19 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+
+DICT_LANG := ga
+
+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
+
--- aspell-ga-0.50-4.orig/debian/aspell-ga.info-aspell
+++ aspell-ga-0.50-4/debian/aspell-ga.info-aspell
@@ -0,0 +1,4 @@
+Language: gaeilge (Irish)
+Hash-Name: ga
+Emacsen-Name: irish
+Coding-System: iso-8859-1