--- aspell-br-0.50-2.orig/debian/changelog
+++ aspell-br-0.50-2/debian/changelog
@@ -0,0 +1,46 @@
+aspell-br (0.50-2-6) 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 01:24:00 -0700
+
+aspell-br (0.50-2-5) 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:01:21 -0800
+
+aspell-br (0.50-2-4) 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:39:02 -0800
+
+aspell-br (0.50-2-3) unstable; urgency=low
+
+  * debian/rules: converted to use cdbs
+  * debian/control: added a build dependency on cdbs
+
+ -- Brian Nelson <pyro@debian.org>  Fri, 12 Mar 2004 17:07:04 -0800
+
+aspell-br (0.50-2-2) 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:11:11 -0800
+
+aspell-br (0.50-2-1) unstable; urgency=low
+
+  * Initial Release. (Closes: #177931)
+
+ -- Brian Nelson <pyro@debian.org>  Wed, 19 Feb 2003 18:06:49 -0800
+
--- aspell-br-0.50-2.orig/debian/control
+++ aspell-br-0.50-2/debian/control
@@ -0,0 +1,15 @@
+Source: aspell-br
+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-br
+Architecture: all
+Depends: aspell (>= 0.60.3-2), dictionaries-common (>= 0.49.2)
+Provides: aspell-dictionary
+Suggests: aspell-bin
+Description: Breton dictionary for GNU Aspell
+ This package contains all the required files to add support for the
+ Breton language to the GNU Aspell spell checker.
--- aspell-br-0.50-2.orig/debian/dirs
+++ aspell-br-0.50-2/debian/dirs
@@ -0,0 +1,3 @@
+usr/lib/aspell
+usr/share/aspell
+var/lib/aspell
--- aspell-br-0.50-2.orig/debian/compat
+++ aspell-br-0.50-2/debian/compat
@@ -0,0 +1 @@
+4
--- aspell-br-0.50-2.orig/debian/install
+++ aspell-br-0.50-2/debian/install
@@ -0,0 +1,3 @@
+*.multi         usr/lib/aspell
+*.alias         usr/lib/aspell
+*.dat           usr/lib/aspell
--- aspell-br-0.50-2.orig/debian/rules
+++ aspell-br-0.50-2/debian/rules
@@ -0,0 +1,21 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+
+DEB_MAKE_INSTALL_TARGET := install DESTDIR=$(DEB_DESTDIR)
+DEB_INSTALL_CHANGELOGS_ALL := doc/Changelog
+
+DICT_LANG := br
+
+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-br-0.50-2.orig/debian/docs
+++ aspell-br-0.50-2/debian/docs
@@ -0,0 +1,2 @@
+README
+doc/TODO
--- aspell-br-0.50-2.orig/debian/copyright
+++ aspell-br-0.50-2/debian/copyright
@@ -0,0 +1,15 @@
+This package was debianized by Brian Nelson <pyro@debian.org> on
+Wed, 22 Jan 2003 09:55:43 -0700.
+
+It was downloaded from ftp://ftp.gnu.org/gnu/aspell
+
+The upstream authors are Thierry Vignaud <tvignaud@mandrakesoft.com> and
+Philippe Argouarch <argouarch@earthlink.net>.
+
+Copyright:
+
+You are free to distribute this software under the terms of the GNU
+General Public License.
+
+On Debian systems, the complete text of the GNU General Public License
+can be found in the file '/usr/share/common-licenses/GPL'.
--- aspell-br-0.50-2.orig/debian/aspell-br.info-aspell
+++ aspell-br-0.50-2/debian/aspell-br.info-aspell
@@ -0,0 +1,4 @@
+Language: brezhoneg (Breton)
+Hash-Name: br
+Emacsen-Name: breton
+Coding-System: iso-8859-1
