--- 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 --- aspell-br-0.50-2.orig/debian/changelog +++ aspell-br-0.50-2/debian/changelog @@ -0,0 +1,58 @@ +aspell-br (0.50-2-6.1) unstable; urgency=medium + + * Non-maintainer upload. + * Bumped DH level to 10. (Closes: #817354) + * debian/control: + - Added the ${misc:Depends} variable. + - Added the Homepage field. + - Bumped Standards-Version to 3.9.8. + * debian/watch: created. + + -- Joao Eriberto Mota Filho Wed, 12 Oct 2016 22:03:34 -0300 + +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 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 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 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 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 Tue, 28 Oct 2003 15:11:11 -0800 + +aspell-br (0.50-2-1) unstable; urgency=low + + * Initial Release. (Closes: #177931) + + -- Brian Nelson Wed, 19 Feb 2003 18:06:49 -0800 + --- aspell-br-0.50-2.orig/debian/compat +++ aspell-br-0.50-2/debian/compat @@ -0,0 +1 @@ +10 --- aspell-br-0.50-2.orig/debian/control +++ aspell-br-0.50-2/debian/control @@ -0,0 +1,16 @@ +Source: aspell-br +Section: text +Priority: optional +Maintainer: Brian Nelson +Build-Depends: debhelper (>> 10), cdbs (>= 0.4.0), dictionaries-common-dev (>= 0.9.1) +Standards-Version: 3.9.8 +Homepage: http://aspell.net + +Package: aspell-br +Architecture: all +Depends: aspell (>= 0.60.3-2), dictionaries-common (>= 0.49.2), ${misc:Depends} +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/copyright +++ aspell-br-0.50-2/debian/copyright @@ -0,0 +1,15 @@ +This package was debianized by Brian Nelson 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 and +Philippe Argouarch . + +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/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/docs +++ aspell-br-0.50-2/debian/docs @@ -0,0 +1,2 @@ +README +doc/TODO --- 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/watch +++ aspell-br-0.50-2/debian/watch @@ -0,0 +1,2 @@ +version=4 +ftp://ftp.gnu.org/gnu/aspell/dict/br/aspell-br-(\d\S+)\.tar\.(?:bz2|gz|xz)