--- aspell-cy-0.50-3.orig/debian/aspell-cy.info-aspell +++ aspell-cy-0.50-3/debian/aspell-cy.info-aspell @@ -0,0 +1,4 @@ +Language: welsh (Welsh) +Hash-Name: cy +Emacsen-Name: welsh +Coding-System: iso-8859-1 --- aspell-cy-0.50-3.orig/debian/changelog +++ aspell-cy-0.50-3/debian/changelog @@ -0,0 +1,60 @@ +aspell-cy (0.50-3-6.2) unstable; urgency=medium + + * Non-maintainer upload. + * Exclude /var/lib/aspell from dh_md5sums + + -- Dr. Tobias Quathamer Sat, 17 Dec 2016 22:03:29 +0100 + +aspell-cy (0.50-3-6.1) unstable; urgency=medium + + * Non-maintainer upload. + * Use debhelper v10. Closes: #817355 + + -- Dr. Tobias Quathamer Fri, 16 Dec 2016 22:38:34 +0100 + +aspell-cy (0.50-3-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 18:15:03 -0700 + +aspell-cy (0.50-3-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:39 -0800 + +aspell-cy (0.50-3-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:49 -0800 + +aspell-cy (0.50-3-3) unstable; urgency=low + + * debian/rules: converted to use cdbs + * debian/control: added a build dependency on cdbs + * debian/control: bumped up standards version + + -- Brian Nelson Fri, 12 Mar 2004 19:41:15 -0800 + +aspell-cy (0.50-3-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:29 -0800 + +aspell-cy (0.50-3-1) unstable; urgency=low + + * Initial Release. (Closes: #177984) + + -- Brian Nelson Wed, 19 Feb 2003 18:07:14 -0800 --- aspell-cy-0.50-3.orig/debian/compat +++ aspell-cy-0.50-3/debian/compat @@ -0,0 +1 @@ +10 --- aspell-cy-0.50-3.orig/debian/control +++ aspell-cy-0.50-3/debian/control @@ -0,0 +1,14 @@ +Source: aspell-cy +Section: text +Priority: optional +Maintainer: Brian Nelson +Build-Depends: debhelper (>= 10), cdbs (>= 0.4.0), dictionaries-common-dev (>= 0.9.1) +Standards-Version: 3.6.2 + +Package: aspell-cy +Architecture: all +Depends: aspell (>= 0.60.3-2), dictionaries-common (>= 0.49.2) +Provides: aspell-dictionary +Description: Welsh dictionary for GNU Aspell + This package contains all the required files to add support for the + Welsh language to the GNU Aspell spell checker. --- aspell-cy-0.50-3.orig/debian/copyright +++ aspell-cy-0.50-3/debian/copyright @@ -0,0 +1,16 @@ +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 Jim Killock , +Thierry Vignaud , and Mark Nodine +. + +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-cy-0.50-3.orig/debian/dirs +++ aspell-cy-0.50-3/debian/dirs @@ -0,0 +1,3 @@ +usr/lib/aspell +usr/share/aspell +var/lib/aspell --- aspell-cy-0.50-3.orig/debian/docs +++ aspell-cy-0.50-3/debian/docs @@ -0,0 +1 @@ +README --- aspell-cy-0.50-3.orig/debian/install +++ aspell-cy-0.50-3/debian/install @@ -0,0 +1,3 @@ +*.multi usr/lib/aspell +*.alias usr/lib/aspell +*.dat usr/lib/aspell --- aspell-cy-0.50-3.orig/debian/rules +++ aspell-cy-0.50-3/debian/rules @@ -0,0 +1,23 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk + +DEB_MAKE_INSTALL_TARGET := install DESTDIR=$(DEB_DESTDIR) +DEB_MAKE_CLEAN_TARGET := distclean + +DICT_LANG := cy + +DEB_DH_MD5SUMS_ARGS += -Xvar/lib/aspell + +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